[asterisk-commits] file: trunk r114101 - in /trunk: ./ main/rtp.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Apr 14 08:53:33 CDT 2008


Author: file
Date: Mon Apr 14 08:53:33 2008
New Revision: 114101

URL: http://svn.digium.com/view/asterisk?view=rev&rev=114101
Log:
Merged revisions 114100 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r114100 | file | 2008-04-14 10:52:49 -0300 (Mon, 14 Apr 2008) | 4 lines

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:
    trunk/   (props changed)
    trunk/main/rtp.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/rtp.c
URL: http://svn.digium.com/view/asterisk/trunk/main/rtp.c?view=diff&rev=114101&r1=114100&r2=114101
==============================================================================
--- trunk/main/rtp.c (original)
+++ trunk/main/rtp.c Mon Apr 14 08:53:33 2008
@@ -2333,7 +2333,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