[asterisk-commits] file: branch 1.6.0 r114102 - in /branches/1.6.0: ./ main/rtp.c

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


Author: file
Date: Mon Apr 14 08:54:25 2008
New Revision: 114102

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

................
r114101 | file | 2008-04-14 10:53:33 -0300 (Mon, 14 Apr 2008) | 12 lines

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

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/main/rtp.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/main/rtp.c?view=diff&rev=114102&r1=114101&r2=114102
==============================================================================
--- branches/1.6.0/main/rtp.c (original)
+++ branches/1.6.0/main/rtp.c Mon Apr 14 08:54:25 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