From df3639700a7d7e6a9a2dd67fde74e14b4bb46a37 Mon Sep 17 00:00:00 2001 From: Alexei Gradinari Date: Fri, 15 Apr 2016 12:59:42 -0400 Subject: 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 --- res/res_pjsip.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'res/res_pjsip.c') diff --git a/res/res_pjsip.c b/res/res_pjsip.c index cc86f9045..7f6175115 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -1291,6 +1291,12 @@ The interval (in seconds) to check for expired contacts. + + Disable Multi Domain support + + If disabled it can improve realtime performace by reducing number of database requsts. + + 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. -- cgit v1.2.3