Skip to content
Snippets Groups Projects
Commit a2254c58 authored by Joshua C. Colp's avatar Joshua C. Colp Committed by Gerrit Code Review
Browse files

Merge "res_pjsip_sdp_rtp: Allow only single ssrc attribute." into 16

parents bd992f68 0896e4cd
Branches
Tags
No related merge requests found
...@@ -1127,6 +1127,7 @@ static void process_ssrc_attributes(struct ast_sip_session *session, struct ast_ ...@@ -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); ast_rtp_instance_set_remote_ssrc(session_media->rtp, ssrc);
break;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment