emxsys / callattendant

A python-based automated call attendant, call blocker, and voice messaging system running on a Raspberry Pi. Screens callers and block robocalls and scams with a low-cost Raspberry Pi and modem.
https://emxsys.github.io/callattendant/
MIT License
115 stars 37 forks source link

Configuration "ACTIONS" need to be more explicit #132

Closed emxsys closed 3 years ago

emxsys commented 3 years ago

The implied action for an empty *_ACTIONS configuration is not clear. Consider adding the following required, mutually exclusive actions:

The system's configuration validation routine must test for these required actions and inform the user if either is missing. This will ensure that older configurations are updated to the new requirements