summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-11-01 22:43:46 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-11-01 22:43:46 +0000
commit4650a56d23d99c04e3c8dabf8dba8a3a41588ceb (patch)
tree5b43953f6d44e202e26e7a8aa82427e2f53a2bfb /UPGRADE.txt
parent63f2f04cf480569d7592874b5841d6287ffc5e80 (diff)
Convert cdr_odbc to use res_odbc managed connections
Closes issue #10614 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@88182 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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