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