[asterisk-commits] r367603 - svn:log

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jun 6 10:30:35 CDT 2012


Author: jrose
Revision: 367603
Modified property: svn:log

Modified: svn:log at Wed Jun  6 10:30:35 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Jun  6 10:30:35 2012
@@ -1,13 +1,14 @@
 Blocked revisions 366591
 
 ........
-chan_sip: Check the right channel's host address for permit/denydirectmedia
+chan_sip: Check the right channel's host address for directmediapermit/deny
 
-Prior to this patch, when checking the addresses for permitdirectmedia and
-denydirectmedia, Asterisk would stupidly check the host address of the channel
-permit/deny was specified for rendering the feature useless (or at least
-redundant to turning on/off directmedia) (the approach in trunk is going to
-be somewhat different)
+Prior to this patch, when checking the addresses for directmediapermit and
+directmediadeny, Asterisk would check the host address of the channel
+permit/deny was specified, which differs from the expectations of both
+our users and the development team. Instead, directmediapermit/deny now
+checks against the address of the channel that the peer with the ACL is
+connected to.
 
 (issue AST-876)
 Review: https://reviewboard.asterisk.org/r/1899/




More information about the asterisk-commits mailing list