summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorRodrigo Ramírez Norambuena <decipher.hk@gmail.com>2015-04-15 20:55:33 -0300
committerMatt Jordan <mjordan@digium.com>2015-04-27 09:38:29 -0500
commitd5dd43856e88a80ef9a0ed050c88ff1316929761 (patch)
tree635711c870fbcfc1796d2eee1fb101931af6f4cc /UPGRADE.txt
parent145f65598cd11089226cb95c4809b098cf6e637a (diff)
cdr/cdr_odbc.c: Added to record new columns add on CDR 1.8 Asterisk Version
Add new column to INSERT new columns added in cdr 1.8 version. The columns are: * peeraccount * linkedid * sequence This feature is configurable in cdr_odbc.conf using a new configuration option, 'newcdrcolumns'. ASTERISK-24976 #close Change-Id: Ibe0c7540a88305c6012786f438a0813ad8b19127
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 1a056b891..d0db4dbca 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -50,6 +50,11 @@ res_pjsip_dlg_options:
should have no adverse effects for those upgrading; this note merely
serves as an indication that a new module exists.
+cdr_odbc:
+ - Added support for post-1.8 CDR columns 'peeraccount', 'linkedid', and
+ 'sequence'. Support for the new columns can be enabled via the newcdrcolumns
+ option in cdr_odbc.conf.
+
From 13.2.0 to 13.3.0:
chan_dahdi: