]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 373179 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Wed, 19 Sep 2012 17:19:21 +0000 (17:19 +0000)
committerAutomerge script <automerge@asterisk.org>
Wed, 19 Sep 2012 17:19:21 +0000 (17:19 +0000)
commit2fd8f7989b4e542a3b5622f8fb734b50c10a1cbf
tree466c99721f912af7b1ceb8fbf6fb41979bef4eee
parentaa607062494e6b32d9ac3428649017316e782ab5
Merged revisions 373179 via svnmerge from
file:///srv/subversion/repos/asterisk/branches/10

................
  r373179 | file | 2012-09-19 12:05:47 -0500 (Wed, 19 Sep 2012) | 13 lines

  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
  ........

  Merged revisions 373165 from http://svn.asterisk.org/svn/asterisk/branches/1.8
................

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