summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-12-15 11:59:53 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-12-15 11:59:53 -0600
commitccb563d357db1ee5bdf1357dd9480f605281694b (patch)
tree003753c1b1b5b1f384a5ad8946e1c63804d1492c /configs
parent7d230e690c8679752db37788e39bfd6477ba630c (diff)
parent61e81338d97da2b6c0bf52be3cd66e9017db4dc9 (diff)
Merge "res_rtp_asterisk.c: Disable packet flood detection for video streams." into 13
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