]> 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:12:38 +0000 (08:12 -0600)
commit876e647232ddefbd7b60b492a8b0fa6c478be13b
treee429940ce1ef2f3483803e0e3c6106b7aba29a6a
parent2534cb34e40fd4f891f35a1d9f26488b16f811cc
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