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

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

View File

@@ -2443,6 +2443,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.