mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-17 18:19:45 +00:00
res_pjsip_sdp_rtp: include ice in ANSWER only if offered
Keep track if ICE candidates were in the SDP offer & only put them in the corresponding SDP answer if the offer condaind ICE candidates ASTERISK-27957 #close Change-Id: Idf2597ee48e9a287e07aa4030bfa705430a13a92
This commit is contained in:
committed by
Torrey Searle
parent
df25563433
commit
1445384699
@@ -93,6 +93,8 @@ struct ast_sip_session_media {
|
||||
unsigned int locally_held:1;
|
||||
/*! \brief Does remote support rtcp_mux */
|
||||
unsigned int remote_rtcp_mux:1;
|
||||
/*! \brief Does remote support ice */
|
||||
unsigned int remote_ice:1;
|
||||
/*! \brief Media type of this session media */
|
||||
enum ast_media_type type;
|
||||
/*! \brief The write callback when writing frames */
|
||||
|
Reference in New Issue
Block a user