mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
res_pjsip: disable multi domain to improve realtime performace
This patch added new global pjsip option 'disable_multi_domain'. Disabling Multi Domain can improve Realtime performance by reducing number of database requests. ASTERISK-25930 #close Change-Id: I2e7160f3aae68475d52742107949a799aa2c7dc7
This commit is contained in:
committed by
Richard Mudgett
parent
5f78801859
commit
df3639700a
@@ -2258,6 +2258,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