]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix a problem with inband DTMF detection on outgoing SIP calls when dtmfmode=auto.
authorJoshua Colp <jcolp@digium.com>
Wed, 11 Mar 2009 16:36:50 +0000 (16:36 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 11 Mar 2009 16:36:50 +0000 (16:36 +0000)
commitb15b319bd6541bba9b821c3150e461d824a7f6cb
tree91eaddaa8dcd1d753ea80ece42bcd16bd746e28f
parent21ca773c2829d7448a8a5dfec5f81336714ee590
Fix a problem with inband DTMF detection on outgoing SIP calls when dtmfmode=auto.

When dtmfmode was set to auto the inband DTMF detector was not setup
on outgoing SIP calls. This caused inband DTMF detection to fail.
The inband DTMF detector is now setup for both dtmfmode inband and auto.

(closes issue #13713)
Reported by: makoto

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@181295 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c