]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix a regression where direct media was not permitted for calls using SIP INFO DTMF.
authorJoshua Colp <jcolp@digium.com>
Wed, 19 Sep 2012 16:02:18 +0000 (16:02 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 19 Sep 2012 16:02:18 +0000 (16:02 +0000)
commitc605d8d481c7a6b456b4ea08b0858a40ed4a8411
treeef2ed31d97e03f0c5ac7b3c45b87fb3dffdbcdb7
parent86af5a8913434817dffe8021944a984f7b914a1b
Fix a regression where direct media was not permitted for calls using SIP INFO DTMF.

A change was committed to fix direct media ACL support. This change wrongly assumed that
only a single channel technology structure exists for chan_sip. This is in fact false as
a second exists for calls using SIP INFO DTMF. The code which performs direct media ACL
checking now checks for both the non-INFO DTMF and INFO DTMF channel technology structures.

(closes issue ASTERISK-20409)
Reported by: michele cicciotti privatewave

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