Merge "res_pjsip_session: Add ability to accept multiple sdp answers"

This commit is contained in:
Jenkins2
2018-06-28 06:34:22 -05:00
committed by Gerrit Code Review
13 changed files with 505 additions and 0 deletions

View File

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

View File

@@ -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;
};
/*!