summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2010-05-20 17:54:02 +0000
committerTerry Wilson <twilson@digium.com>2010-05-20 17:54:02 +0000
commitc7303d840eb4d36d45c8654ecb7906a3c620bb70 (patch)
tree425bb6c293a143992c2bfc921c1a1e5618f62a83 /CHANGES
parent25b6ac55d8b962b4c9cc88dd017a0e6915fe8205 (diff)
Add support for direct media ACLs
directmediapermit/directmediadeny support to restrict which peers can do directmedia based on ip address. In some networks not all phones are fully routed, i.e. not all phones can ping each other. This patch adds a way to restrict directmedia for certain peers between certain networks. (closes issue #16645) Reported by: raarts Patches: directmediapermit.patch uploaded by raarts (license 937) Tested by: raarts Review: https://reviewboard.asterisk.org/r/467/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@264626 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ddb3eb7da..7f033a611 100644
--- a/CHANGES
+++ b/CHANGES
@@ -59,6 +59,8 @@ SIP Changes
* When dialing SIP peers, a new component may be added to the end of the dialstring
to indicate that a specific remote IP address or host should be used when dialing
the particular peer. The dialstring format is SIP/peer/exten/host_or_IP.
+ * Added directmediapermit/directmediadeny to limit which peers can send direct media
+ to each other
IAX2 Changes
-----------