mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 07:35:18 +00:00
Merge "res_pjsip: disable multi domain to improve realtime performace" into 13
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user