From 9e1b0685548debb282955281a7ea7d3c7d9fdd63 Mon Sep 17 00:00:00 2001 From: file Date: Mon, 14 Apr 2008 13:54:25 +0000 Subject: 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 ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@114102 f38db490-d61c-443f-a65b-d21fe96a405b --- main/rtp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'main') diff --git a/main/rtp.c b/main/rtp.c index 98d105b67..f4913db17 100644 --- a/main/rtp.c +++ b/main/rtp.c @@ -2333,7 +2333,6 @@ int ast_rtp_setqos(struct ast_rtp *rtp, int tos, int cos, char *desc) void ast_rtp_new_source(struct ast_rtp *rtp) { rtp->set_marker_bit = 1; - rtp->ssrc = ast_random(); return; } -- cgit v1.2.3