summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2015-05-03 11:37:36 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2015-05-03 11:37:36 -0500
commitddf9dcaad7413515c87a00b31d294eb5329f677b (patch)
tree660a4b1d1b67f7c24ee2a60ae90663a9ee1dac49 /CHANGES
parent25b67ed6ca0e1297a3d6e0cdda5ff1c63aea16f8 (diff)
parent8886b724ae27494188a9d319ee4cff568e00294d (diff)
Merge "cdr/cdr_csv.c: Add a new option to enable columns added in Asterisk 1.8"
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1b3961954..1753be663 100644
--- a/CHANGES
+++ b/CHANGES
@@ -40,6 +40,12 @@ cdr_odbc
* Added a new configuration option, "newcdrcolumns", which enables use of the
post-1.8 CDR columns 'peeraccount', 'linkedid', and 'sequence'.
+------------------
+cdr_csv
+------------------
+ * Added a new configuration option, "newcdrcolumns", which enables use of the
+ post-1.8 CDR columns 'peeraccount', 'linkedid', and 'sequence'.
+
Channel Drivers
------------------