summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-05-24 09:00:20 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-05-24 09:00:20 -0500
commit87fe6b16227c49a1d07186ced49f1ea37e9af333 (patch)
tree5063b77526a109fcac6019f918b609e57a9be36f /CHANGES
parent06c6478ad8cb6c6d8cac9e71b9407f01e05d5851 (diff)
parentcd89501d48b516ef03957bd39cdd8180b4684a56 (diff)
Merge "func_odbc: single database connection should be optional" into 13
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 87176fc95..63ca0bcf0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,12 @@
--- Functionality changes from Asterisk 13.9.0 to Asterisk 13.10.0 -----------
------------------------------------------------------------------------------
+func_odbc
+------------------
+ * Added new global option "single_db_connection".
+ Enabling this option func_odbc will use a single database connection per DSN.
+ This option is enabled by default.
+
res_fax
------------------
* Added FAXMODE variable to let dialplan know what fax transport was used.