[asterisk-commits] file: branch file/strictrtp r99638 - /team/file/strictrtp/main/rtp.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jan 22 12:56:23 CST 2008
Author: file
Date: Tue Jan 22 12:56:23 2008
New Revision: 99638
URL: http://svn.digium.com/view/asterisk?view=rev&rev=99638
Log:
strictrtp setting should go back to the default of open when reloaded. (found via code review by Mr. Russell Bryant)
Modified:
team/file/strictrtp/main/rtp.c
Change Statistics:
0 files changed
Modified: team/file/strictrtp/main/rtp.c
URL: http://svn.digium.com/view/asterisk/team/file/strictrtp/main/rtp.c?view=diff&rev=99638&r1=99637&r2=99638
==============================================================================
--- team/file/strictrtp/main/rtp.c (original)
+++ team/file/strictrtp/main/rtp.c Tue Jan 22 12:56:23 2008
@@ -4054,6 +4054,7 @@
rtpstart = 5000;
rtpend = 31000;
dtmftimeout = DEFAULT_DTMF_TIMEOUT;
+ strictrtp = STRICT_RTP_OPEN;
if (cfg) {
if ((s = ast_variable_retrieve(cfg, "general", "rtpstart"))) {
rtpstart = atoi(s);
More information about the asterisk-commits
mailing list