]> 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:17:16 +0000 (20:17 +0000)
committerAlec L Davis <sivad.a@paradise.net.nz>
Thu, 4 Oct 2012 20:17:16 +0000 (20:17 +0000)
commit6e7639105102599810ec9b2f4cfc4bc1e0a1f2e1
treea060e1be349c6d3378a501820846aa152575fe9d
parent600de01b40669c328a7ef75788b82a2b9c5011d6
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

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