]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 372472 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Thu, 6 Sep 2012 17:20:44 +0000 (17:20 +0000)
committerAutomerge script <automerge@asterisk.org>
Thu, 6 Sep 2012 17:20:44 +0000 (17:20 +0000)
file:///srv/subversion/repos/asterisk/branches/10

................
  r372472 | jrose | 2012-09-06 10:54:38 -0500 (Thu, 06 Sep 2012) | 15 lines

  chan_sip: Note change in behavior to how directmediapermit/deny ACL works

  r366547 introduced a change to the directmedia ACL for chan_sip which
  modified the behavior significantly. Prior to the patch, this option would
  bridge peers with directmedia if a peer's IP address matched its own
  directmedia ACL. After that patch, the peer would check the bridged peer's
  ACL instead. This change has been present since 1.8.14.0. That patched failed
  to document the change in Upgrade.txt, so this patch adds mention of that
  change to UPGRADE.txt (UPGRADE-1.8.txt in newer branches)

  (issue AST-876)
  ........

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

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

UPGRADE-1.8.txt

index 2adaa7809fac472a0ede4eda0d18f7ecf534e77e..e23d5da7f6adcd1974358b081732f97ffe90a548 100644 (file)
 ===
 ===========================================================
 
+From 1.8.13 to 1.8.14:
+* permitdirectmedia/denydirectmedia now controls whether peers can be
+  bridged via directmedia by comparing the ACL to the bridging peer's
+  address rather than its own address.
+
 From 1.8.12 to 1.8.13:
 * The complex processor detection and optimization has been removed from
   the makefile in favor of using native optimization suppport when available.