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 silence detection for Conexant-based modems #127

Closed emxsys closed 3 years ago

emxsys commented 3 years ago

Added the ability to detect silence for the Zoom 3095 modem and others that use the Conexant chipset.
This feature allows recording to terminate after a short period after a caller hangs up.

Fixes #116