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 --- configs/samples/pjsip.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configs/samples') diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample index 0b321b43c..32282e39b 100644 --- a/configs/samples/pjsip.conf.sample +++ b/configs/samples/pjsip.conf.sample @@ -899,6 +899,11 @@ ; (default: "0") ;contact_expiration_check_interval=30 ; The interval (in seconds) to check for expired contacts. +;disable_multi_domain=no + ; Disable Multi Domain support. + ; If disabled it can improve realtime performace by reducing + ; number of database requsts + ; (default: "no") ;endpoint_identifier_order=ip,username,anonymous ; The order by which endpoint identifiers are given priority. ; Identifier names are derived from res_pjsip_endpoint_identifier_* -- cgit v1.2.3