Merge "res_pjsip: disable multi domain to improve realtime performace" into 13

This commit is contained in:
Joshua Colp
2016-04-27 14:03:53 -05:00
committed by Gerrit Code Review
8 changed files with 115 additions and 36 deletions

View File

@@ -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>