mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Remove spurious debug
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@221300 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -661,7 +661,6 @@ static void ast_rtp_new_source(struct ast_rtp_instance *instance)
|
|||||||
ast_set_flag(rtp, FLAG_NEED_MARKER_BIT);
|
ast_set_flag(rtp, FLAG_NEED_MARKER_BIT);
|
||||||
|
|
||||||
if (!ast_rtp_instance_get_prop(instance, AST_RTP_PROPERTY_CONSTANT_SSRC)) {
|
if (!ast_rtp_instance_get_prop(instance, AST_RTP_PROPERTY_CONSTANT_SSRC)) {
|
||||||
ast_log(LOG_ERROR, "Changing ssrc\n");
|
|
||||||
rtp->ssrc = ast_random();
|
rtp->ssrc = ast_random();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user