[asterisk-commits] file: branch 1.4 r114100 - /branches/1.4/main/rtp.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Apr 14 08:52:49 CDT 2008
Author: file
Date: Mon Apr 14 08:52:49 2008
New Revision: 114100
URL: http://svn.digium.com/view/asterisk?view=rev&rev=114100
Log:
Don't change the SSRC when a new source comes into play, this might happen quite often and depending on the remote side... they might not like this.
(closes issue #12353)
Reported by: dimas
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=114100&r1=114099&r2=114100
==============================================================================
--- branches/1.4/main/rtp.c (original)
+++ branches/1.4/main/rtp.c Mon Apr 14 08:52:49 2008
@@ -2002,7 +2002,6 @@
void ast_rtp_new_source(struct ast_rtp *rtp)
{
rtp->set_marker_bit = 1;
- rtp->ssrc = ast_random();
return;
}
More information about the asterisk-commits
mailing list