]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_tonedetect: Add call progress tone detection
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 6 Nov 2021 23:35:16 +0000 (23:35 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 19 Nov 2021 14:05:26 +0000 (08:05 -0600)
commit4468fc11d6567e07e1f2ddf31ae8fb1abb4113a1
treebcb5b3473c485e1af158236f36315227c337b9d3
parentf6aed7b8d1ee3875fb54411acf15dddd21cd708d
res_tonedetect: Add call progress tone detection

Makes basic call progress tone detection available
in a tech-agnostic manner with the addition of the
ToneScan application. This can determine if the channel
has encountered a busy signal, SIT tones, dial tone,
modem, fax machine, etc. A few basic async progress
tone detect options are also added to the TONE_DETECT
function.

ASTERISK-29720 #close

Change-Id: Ia02437e0450473031e294798b8cb421fb8f24e90
doc/CHANGES-staging/tonescan.txt [new file with mode: 0644]
res/res_tonedetect.c