mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
Merge "res/res_pjsip_sdp_rtp: Fix MOH transitions"
This commit is contained in:
@@ -89,6 +89,8 @@ struct ast_sip_session_media {
|
||||
int timeout_sched_id;
|
||||
/*! \brief Stream is on hold by remote side */
|
||||
unsigned int remotely_held:1;
|
||||
/*! \brief Stream is held by remote side changed during this negotiation*/
|
||||
unsigned int remotely_held_changed:1;
|
||||
/*! \brief Stream is on hold by local side */
|
||||
unsigned int locally_held:1;
|
||||
/*! \brief Does remote support rtcp_mux */
|
||||
|
Reference in New Issue
Block a user