summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorRodrigo Ramírez Norambuena <decipher.hk@gmail.com>2015-04-30 07:38:11 -0400
committerRodrigo Ramírez Norambuena <decipher.hk@gmail.com>2015-04-30 07:38:11 -0400
commit7f611fa0e8fd54d191a4c2104b5d1ed4b1f8da97 (patch)
tree1d194abccd00cd22bfd6f027aa4ed81b340bc2c7 /UPGRADE.txt
parent92120247e99865d97a85461b08ba763e961e6232 (diff)
cdr/cdr_csv.c: Add a new option to enable columns added in Asterisk 1.8
This patch adds a new option to cdr.conf, 'newcdrcolumns', that will handle CDR columns added in Asterisk 1.8. The columns are: * peeraccount * linkedid * sequence When enabled, the columns in the database entry will be populated with the data from the CDR. ASTERISK-24976 #close Change-Id: I51a57063f4ae5e194a9d933a8df45dc8a4534f0b
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 9adf3052c..da225d743 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -62,6 +62,10 @@ cdr_odbc:
'sequence'. Support for the new columns can be enabled via the newcdrcolumns
option in cdr_odbc.conf.
+cdr_csv:
+ - Added a new configuration option, "newcdrcolumns", which enables use of the
+ post-1.8 CDR columns 'peeraccount', 'linkedid', and 'sequence'.
+
From 13.2.0 to 13.3.0:
chan_dahdi: