summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-01-24 17:47:50 +0000
committerJoshua Colp <jcolp@digium.com>2008-01-24 17:47:50 +0000
commit3bf7daa0c03fe17c6fcade7d76e76a6b1eb2f4de (patch)
tree24cee4606da9fc19d282dacb853b643b7123f98e /CHANGES
parentccdd466fab3a9ebfb81c1df8827b8ae55a8d7649 (diff)
Merge in strictrtp branch. This adds a strictrtp option to rtp.conf which drops packets that do not come from the remote party.
(closes issue #8952) Reported by: amorsen git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100206 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 381dbcc7a..c095f30dd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -500,3 +500,5 @@ Miscellaneous
specifying which socket to use to connect to the running Asterisk daemon
(-s)
* Added logging to 'make update' command. See update.log
+ * Added strictrtp option to rtp.conf. If enabled this will drop RTP packets that
+ do not come from the remote party.