summaryrefslogtreecommitdiff
path: root/configs/rtp.conf.sample
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 /configs/rtp.conf.sample
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 '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