Merge "res_pjsip: disable multi domain to improve realtime performace" into 13

This commit is contained in:
Joshua Colp
2016-04-27 14:03:53 -05:00
committed by Gerrit Code Review
8 changed files with 115 additions and 36 deletions

View File

@@ -2489,6 +2489,13 @@ unsigned int ast_sip_get_keep_alive_interval(void);
*/
unsigned int ast_sip_get_contact_expiration_check_interval(void);
/*!
* \brief Retrieve the system setting 'disable multi domain'.
* \since 13.9.0
*
* \retval non zero if disable multi domain.
*/
unsigned int ast_sip_get_disable_multi_domain(void);
/*!
* \brief Retrieve the system max initial qualify time.