]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_tonedetect: Tone detection module
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 9 Aug 2021 17:41:24 +0000 (17:41 +0000)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 10 Sep 2021 16:08:23 +0000 (11:08 -0500)
commita94b51ee60a01f19de7e3ba3168b859568fef0dc
treeda9361db2fbd6f545595301c876e3a4d60985ccf
parentdf63a99337b1c796f8c8912b8b719e1119fa0780
res_tonedetect: Tone detection module

dsp.c contains arbitrary tone detection functionality
which is currently only used for fax tone recognition.
This change makes this functionality publicly
accessible so that other modules can take advantage
of this.

Additionally, a WaitForTone and TONE_DETECT app and
function are included to allow users to do their
own tone detection operations in the dialplan.

ASTERISK-29546

Change-Id: Ie38c395000f4fd4d04e942e8658e177f8f499b26
doc/CHANGES-staging/res_tonedetect.txt [new file with mode: 0644]
include/asterisk/dsp.h
main/dsp.c
res/res_tonedetect.c [new file with mode: 0644]