]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Don't change the SSRC when a new source comes into play, this might happen quite...
authorJoshua Colp <jcolp@digium.com>
Mon, 14 Apr 2008 13:52:49 +0000 (13:52 +0000)
committerJoshua Colp <jcolp@digium.com>
Mon, 14 Apr 2008 13:52:49 +0000 (13:52 +0000)
(closes issue #12353)
Reported by: dimas

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@114100 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/rtp.c

index 01d46e6d0861d201fa60bd4a9a0fe5088b756548..3621d3610a34d96cdc6ac1293a3427baa6fe6b45 100644 (file)
@@ -2002,7 +2002,6 @@ int ast_rtp_settos(struct ast_rtp *rtp, int tos)
 void ast_rtp_new_source(struct ast_rtp *rtp)
 {
        rtp->set_marker_bit = 1;
-       rtp->ssrc = ast_random();
        return;
 }