summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-04-27 12:45:11 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-04-27 12:45:11 -0500
commitd1b9b96456b10fdd3e9b69e24f8bad8b847578e2 (patch)
tree5054056584ae8a34465e070efd6c399a1c01c77e /CHANGES
parent9d57416315207d91b4bc549fd3e686884493c30e (diff)
parent860b135c882892711c82672e641b446dd462b086 (diff)
Merge "res_pjsip: disable multi domain to improve realtime performace"
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e7f0656f5..4844f8533 100644
--- a/CHANGES
+++ b/CHANGES
@@ -279,6 +279,12 @@ res_parking:
for these variables. The indefinite inheritance is also recommended
for the PARKINGEXTEN variable.
+res_pjsip
+------------------
+ * Added new global option (disable_multi_domain) to pjsip.
+ Disabling Multi Domain can improve realtime performace by reducing
+ number of database requsts.
+
chan_pjsip
------------------
* Added 'pjsip show channelstats' CLI command.