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

Added ability to generate call history based on a caller's name #79

Closed emxsys closed 4 years ago

emxsys commented 4 years ago

Added the ability to search for a caller name. This is accomplished by selecting "Name Search" from the search button dropdown before initiating the search.

Closes #78