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

Add access code validation for voice mail #104

Open emxsys opened 4 years ago

emxsys commented 4 years ago

Add detection of an access code during message recording. After a successful access code entry, the system will switch to a voice mail access menu.

This may require the modem's fclass=8 full duplex capability

closes #102