aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-01 22:43:46 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-01 22:43:46 +0000
commitd13f1492f063fa1fa36b8a31e6192bb29d9ad312 (patch)
tree5b43953f6d44e202e26e7a8aa82427e2f53a2bfb /UPGRADE.txt
parent47c8ea00b89b1941c88858209af9be34740d7b4a (diff)
Convert cdr_odbc to use res_odbc managed connections
Closes issue #10614 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88182 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 48c4eb5cd..7514a7dfa 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -90,6 +90,10 @@ CDR:
cdr_sqlite3_custom. It will potentially be removed from the tree
after Asterisk 1.6 is released.
+* The cdr_odbc module now uses res_odbc to manage its connections. The
+ username and password parameters in cdr_odbc.conf, therefore, are no
+ longer used. The dsn parameter now points to an entry in res_odbc.conf.
+
Formats:
* format_wav: The GAIN preprocessor definition and source code that used it