summaryrefslogtreecommitdiff
path: root/configs/samples/pjsip.conf.sample
diff options
context:
space:
mode:
authorAlexei Gradinari <alex2grad@gmail.com>2016-04-15 12:59:42 -0400
committerRichard Mudgett <rmudgett@digium.com>2016-04-27 10:58:43 -0500
commit860b135c882892711c82672e641b446dd462b086 (patch)
tree9784e779de084390820af7db9d83d680fc0e6363 /configs/samples/pjsip.conf.sample
parentc48015904514327d2e4f0fd74d3abdd8dc425f83 (diff)
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
Diffstat (limited to 'configs/samples/pjsip.conf.sample')
-rw-r--r--configs/samples/pjsip.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index 94d179208..6a08edcd3 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -907,6 +907,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_*