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
@@ -1291,6 +1291,12 @@
|
||||
<configOption name="contact_expiration_check_interval" default="30">
|
||||
<synopsis>The interval (in seconds) to check for expired contacts.</synopsis>
|
||||
</configOption>
|
||||
<configOption name="disable_multi_domain" default="no">
|
||||
<synopsis>Disable Multi Domain support</synopsis>
|
||||
<description><para>
|
||||
If disabled it can improve realtime performace by reducing number of database requsts.
|
||||
</para></description>
|
||||
</configOption>
|
||||
<configOption name="max_initial_qualify_time" default="0">
|
||||
<synopsis>The maximum amount of time from startup that qualifies should be attempted on all contacts.
|
||||
If greater than the qualify_frequency for an aor, qualify_frequency will be used instead.</synopsis>
|
||||
|
Reference in New Issue
Block a user