mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-10 11:58:08 +00:00
Merge "res_pjsip_session: Add ability to accept multiple sdp answers" into 13
This commit is contained in:
@@ -602,6 +602,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
|
||||
|
||||
@@ -791,6 +791,10 @@ struct ast_sip_endpoint {
|
||||
unsigned int notify_early_inuse_ringing;
|
||||
/*! If set, we'll push incoming MWI NOTIFYs to stasis using this mailbox */
|
||||
AST_STRING_FIELD_EXTENDED(incoming_mwi_mailbox);
|
||||
/*! 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;
|
||||
};
|
||||
|
||||
/*! URI parameter for symmetric transport */
|
||||
|
||||
Reference in New Issue
Block a user