mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "res_pjsip_sdp_rtp: Don't wait for ICE if not negotiated"
This commit is contained in:
@@ -650,6 +650,7 @@ static void add_ice_to_stream(struct ast_sip_session *session, struct ast_sip_se
|
||||
}
|
||||
|
||||
if (!session_media->remote_ice) {
|
||||
ice->stop(session_media->rtp);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user