Merge "res/res_pjsip_sdp_rtp: Fix MOH transitions"

This commit is contained in:
Kevin Harwell
2020-03-02 14:17:45 -06:00
committed by Gerrit Code Review
2 changed files with 24 additions and 11 deletions

View File

@@ -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 */