]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Warning message gets displayed only once
authorMatthias Nick <mnick@digium.com>
Fri, 4 Dec 2009 15:17:03 +0000 (15:17 +0000)
committerMatthias Nick <mnick@digium.com>
Fri, 4 Dec 2009 15:17:03 +0000 (15:17 +0000)
commit5bcec8ad6c7e59e910e01e9c16ceae59b841220e
tree45247064bc584a07de2d012737f827da03a437a1
parentca5867f7079ae04b056f138a82834e571bcd74ae
Warning message gets displayed only once

Added additional field 'int display_inband_dtmf_warning', which when set to '1' displays the warning ('Inband DTMF is not supported on codec %s. Use RFC2833'), and when set to '0' doesn't display the warning. Otherwise you would get hundreds of warnings every second.

(closes issue #15769)
Reported by: falves11
Patches:
patch_15769_14.txt uploaded by mnick (license 874)
Tested by: mnick, falves11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@233014 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/dsp.c