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 the ability to use an external database #155

Open lucienve opened 3 years ago

lucienve commented 3 years ago

While retaining the ability to use a in-process sqllite database, add the ability to use a external database (e.g, mysql) as well. This would allow for easier backups of the database, as well as allowing multiple installations/phone line the ability to share the white/black list.