]> git.ipfire.org Git - thirdparty/asterisk.git/commit
RTP bridge away with inband DTMF and feature detection
authorKinsey Moore <kmoore@digium.com>
Tue, 19 Jul 2011 17:57:18 +0000 (17:57 +0000)
committerKinsey Moore <kmoore@digium.com>
Tue, 19 Jul 2011 17:57:18 +0000 (17:57 +0000)
commit59052696697472d7ae9735de1a22285f064b5662
treee20e03f1b298144e3e2818b76d203cab41df975f
parent9769bb7d34be8922c4bfc725815edb2d6d271483
RTP bridge away with inband DTMF and feature detection

When deciding whether Asterisk was allowed to bridge the call away from the
core, chan_sip did not take into account the usage of features on dialed
channels that require monitoring of DTMF on channels utilizing inband DTMF.
This would cause Asterisk to allow the call to be locally or remotely bridged,
preventing access to the data required to detect activations of such features.

(closes 17237)
Review: https://reviewboard.asterisk.org/r/1302/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@328823 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c
include/asterisk/rtp_engine.h
main/rtp_engine.c
res/res_rtp_asterisk.c