summaryrefslogtreecommitdiff
path: root/configs
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:25 -0500
commitdf3639700a7d7e6a9a2dd67fde74e14b4bb46a37 (patch)
tree7bea0a94530120b56b9f4e315fdad0c928698995 /configs
parent5f788018592ec33e4b8928a614ca012fcc75542e (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')
-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 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_*