aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-24 17:47:50 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-24 17:47:50 +0000
commit341f67c19854916a23fff79b3c9ce4501368f73b (patch)
tree24cee4606da9fc19d282dacb853b643b7123f98e /CHANGES
parent860bb66a0eb4b68fd79a11d2f567fd576f6012e8 (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: http://svn.digium.com/svn/asterisk/trunk@100206 f38db490-d61c-443f-a65b-d21fe96a405b
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.