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
This commit is contained in:
Joshua Colp
2008-01-24 17:47:50 +00:00
parent ccdd466fab
commit 3bf7daa0c0
3 changed files with 39 additions and 0 deletions

View File

@@ -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.