mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Merge "res_pjsip: disable multi domain to improve realtime performace"
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user