mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
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: https://origsvn.digium.com/svn/asterisk/branches/1.4@114100 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user