mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "res_pjsip_session: Add ability to accept multiple sdp answers"
This commit is contained in:
@@ -623,6 +623,10 @@
|
||||
/* Define to 1 if PJPROJECT has the pjsip_get_dest_info support feature. */
|
||||
#undef HAVE_PJSIP_GET_DEST_INFO
|
||||
|
||||
/* Define if your system has the PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS
|
||||
headers. */
|
||||
#undef HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS
|
||||
|
||||
/* Define to 1 if PJPROJECT has the PJSIP INVITE Session Reference Count
|
||||
support feature. */
|
||||
#undef HAVE_PJSIP_INV_SESSION_REF
|
||||
|
@@ -643,6 +643,10 @@ struct ast_sip_media_rtp_configuration {
|
||||
unsigned int timeout;
|
||||
/*! Number of seconds before terminating channel due to lack of RTP (when on hold) */
|
||||
unsigned int timeout_hold;
|
||||
/*! Follow forked media with a different To tag */
|
||||
unsigned int follow_early_media_fork;
|
||||
/*! Accept updated SDPs on non-100rel 18X and 2XX responses with the same To tag */
|
||||
unsigned int accept_multiple_sdp_answers;
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user