From d14cf1fc79bef732b9a0029b7476d11f1aecb124 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Fri, 26 Sep 2008 23:14:29 +0000 Subject: [PATCH] Merged revisions 144829 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r144829 | file | 2008-09-26 20:12:13 -0300 (Fri, 26 Sep 2008) | 2 lines Update documentation to include default setting. This is for you jtodd! ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@144831 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/rtp.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/rtp.conf.sample b/configs/rtp.conf.sample index cf3b141c5e..f90ed890dd 100644 --- a/configs/rtp.conf.sample +++ b/configs/rtp.conf.sample @@ -22,5 +22,6 @@ rtpend=20000 ;(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. +; do not come from the source of the RTP stream. This option is +; disabled by default. ; strictrtp=yes