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

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Mar 4 12:11:38 CST 2008


Author: file
Date: Tue Mar  4 12:11:38 2008
New Revision: 105677

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

........
r105676 | file | 2008-03-04 14:10:34 -0400 (Tue, 04 Mar 2008) | 2 lines

In addition to setting the marker bit let's change our ssrc so they know for sure it is a different source.

........

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=105677&r1=105676&r2=105677
==============================================================================
--- trunk/main/rtp.c (original)
+++ trunk/main/rtp.c Tue Mar  4 12:11:38 2008
@@ -2329,6 +2329,7 @@
 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