[asterisk-commits] r366591 - svn:log
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 6 09:58:24 CDT 2012
Author: jrose
Revision: 366591
Modified property: svn:log
Modified: svn:log at Wed Jun 6 09:58:24 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Jun 6 09:58:24 2012
@@ -1,10 +1,11 @@
-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
+denydirectmedia, Asterisk would check the host address of the channel
+permit/deny was specified, which seemingly defies the expectations of both
+our users and the development team. Instead, directmediapermit/deny now
+check 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