summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-04-27 14:03:53 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-04-27 14:03:53 -0500
commite0e03cd2c87b9edb1de0f247570e79c9b236302a (patch)
tree13777c6b15a5ad95f79b58b5e75b8998660a4151 /configs
parente5c5fac8f1a2990103971e950be2593584ee60c2 (diff)
parentdf3639700a7d7e6a9a2dd67fde74e14b4bb46a37 (diff)
Merge "res_pjsip: disable multi domain to improve realtime performace" into 13
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_*