diff --git a/res/res_pjsip_sdp_rtp.c b/res/res_pjsip_sdp_rtp.c index c2b7d670374d9f1f9f0bcf4500df87abb445d850..9686960c5020ba1b3e2578f0874a34599beaae37 100644 --- a/res/res_pjsip_sdp_rtp.c +++ b/res/res_pjsip_sdp_rtp.c @@ -1127,6 +1127,7 @@ static void process_ssrc_attributes(struct ast_sip_session *session, struct ast_ } ast_rtp_instance_set_remote_ssrc(session_media->rtp, ssrc); + break; } }