aboutsummaryrefslogtreecommitdiffstats
path: root/configs/rtp.conf.sample
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 /configs/rtp.conf.sample
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 'configs/rtp.conf.sample')
-rw-r--r--configs/rtp.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/rtp.conf.sample b/configs/rtp.conf.sample
index a96a0a09b..cf3b141c5 100644
--- a/configs/rtp.conf.sample
+++ b/configs/rtp.conf.sample
@@ -20,3 +20,7 @@ rtpend=20000
;dtmftimeout=3000
; rtcpinterval = 5000 ; Milliseconds between rtcp reports
;(min 500, max 60000, default 5000)
+;
+; Enable strict RTP protection. This will drop RTP packets that
+; do not come from the source of the RTP stream.
+; strictrtp=yes