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

Enable voice mail options for all callers #76

Closed emxsys closed 4 years ago

emxsys commented 4 years ago

Adds voice messaging capabilities and options for all callers:

  1. Adds options to enable voice mail for permitted and screen callers (i.e., allowed calls)
  2. Adds a new configuration setting to answer after n number of rings

Closes #62