summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-12-15 12:15:42 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-12-15 12:15:42 -0600
commitc9bcd888a284f02d745988597ad70df9b0fd38ae (patch)
treeb50d1cd72e595bc59e6de9a812f726dcea67ca39 /configs
parent6a0505eee0c98e9539cc37bec22bd1ae3c1f2406 (diff)
parent98f7e9251f5dc9a7cf2eb82c77ec2796f00bce2f (diff)
Merge "res_rtp_asterisk.c: Disable packet flood detection for video streams."
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/rtp.conf.sample14
1 files changed, 11 insertions, 3 deletions
diff --git a/configs/samples/rtp.conf.sample b/configs/samples/rtp.conf.sample
index 9bc3de3cf..de9d59007 100644
--- a/configs/samples/rtp.conf.sample
+++ b/configs/samples/rtp.conf.sample
@@ -21,9 +21,17 @@ rtpend=20000
; 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. This option is
-; enabled by default.
+; Enable strict RTP protection. This will drop RTP packets that do not come
+; from the recoginized source of the RTP stream. Strict RTP qualifies RTP
+; packet stream sources before accepting them upon initial connection and
+; when the connection is renegotiated (e.g., transfers and direct media).
+; Initial connection and renegotiation starts a learning mode to qualify
+; stream source addresses. Once Asterisk has recognized a stream it will
+; allow other streams to qualify and replace the current stream for 5
+; seconds after starting learning mode. Once learning mode completes the
+; current stream is locked in and cannot change until the next
+; renegotiation.
+; This option is enabled by default.
; strictrtp=yes
;
; Number of packets containing consecutive sequence values needed