]> 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:35 +0000 (11:08 -0500)
commita6eb1b6f95abd6d0ef89fa42fa4559eeea1c1a7d
treec56c4bdfc47d6d374d0dc5af7eded3b2092752a5
parent2806a45034faf1e7218c3e1998378419d1a17a8b
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]