]> 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:10:52 +0000 (08:10 -0600)
commitca2e13e18f52bdd659c2f0f92955de187b085b6b
treec1ea1d8bb93fa4c1f30a198fd60a0831e50bad78
parent70b14f3edaac8a325954432f84e29db0fae45506
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