Merge "res_rtp_asterisk: Fix ssrc change for rtcp srtp"

pull/9/head
George Joseph 9 years ago committed by Gerrit Code Review
commit 54a08a2e43

@ -3447,7 +3447,7 @@ static void ast_rtp_change_source(struct ast_rtp_instance *instance)
ast_debug(3, "Changing ssrc for SRTP from %u to %u\n", rtp->ssrc, ssrc);
res_srtp->change_source(srtp, rtp->ssrc, ssrc);
if (rtcp_srtp != srtp) {
res_srtp->change_source(srtp, rtp->ssrc, ssrc);
res_srtp->change_source(rtcp_srtp, rtp->ssrc, ssrc);
}
}

Loading…
Cancel
Save