]> git.ipfire.org Git - thirdparty/asterisk.git/commit
dsp.c User Configurable DTMF_HITS_TO_BEGIN and DTMF_MISSES_TO_END
authorAlec L Davis <sivad.a@paradise.net.nz>
Thu, 4 Oct 2012 20:18:59 +0000 (20:18 +0000)
committerAlec L Davis <sivad.a@paradise.net.nz>
Thu, 4 Oct 2012 20:18:59 +0000 (20:18 +0000)
commitff8dce40f2a4845f46bd98772792173adc3ddb27
tree9426ccc9651c85b1b9ca70d0b353343f8e8b0293
parent76436d2064cbc171a836b0bd927afe550ac636ed
dsp.c User Configurable DTMF_HITS_TO_BEGIN and DTMF_MISSES_TO_END

Instead of a recompile, allow values to be adjusted in dsp.conf

For binary distributions allows easy adjustment for wobbly GSM calls, and other reasons.

Defaults to DTMF_HITS_TO_BEGIN=2 and DTMF_MISSES_TO_END=3

(closes issue ASTERISK-17493)
Reported by: alecdavis
Tested by: alecdavis
alecdavis (license 585)

Review https://reviewboard.asterisk.org/r/2144/
........

Merged revisions 374479 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 374481 from http://svn.asterisk.org/svn/asterisk/branches/10

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@374485 65c4cc65-6c06-0410-ace0-fbb531ad65f3
CHANGES
configs/dsp.conf.sample
main/dsp.c