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