[asterisk-commits] file: branch 1.4 r80255 - /branches/1.4/main/rtp.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Aug 22 11:14:39 CDT 2007
Author: file
Date: Wed Aug 22 11:14:38 2007
New Revision: 80255
URL: http://svn.digium.com/view/asterisk?view=rev&rev=80255
Log:
(closes issue #10526)
Reported by: sinistermidget
Revert commit from issue #10355 and return timestamp skew to 640.
Modified:
branches/1.4/main/rtp.c
Modified: branches/1.4/main/rtp.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/rtp.c?view=diff&rev=80255&r1=80254&r2=80255
==============================================================================
--- branches/1.4/main/rtp.c (original)
+++ branches/1.4/main/rtp.c Wed Aug 22 11:14:38 2007
@@ -57,7 +57,7 @@
#include "asterisk/unaligned.h"
#include "asterisk/utils.h"
-#define MAX_TIMESTAMP_SKEW 120
+#define MAX_TIMESTAMP_SKEW 640
#define RTP_SEQ_MOD (1<<16) /*!< A sequence number can't be more than 16 bits */
#define RTCP_DEFAULT_INTERVALMS 5000 /*!< Default milli-seconds between RTCP reports we send */
More information about the asterisk-commits
mailing list