Merge "cdr/cdr_csv.c: Add a new option to enable columns added in Asterisk 1.8"

This commit is contained in:
Joshua Colp
2015-05-03 11:37:36 -05:00
committed by Gerrit Code Review
3 changed files with 18 additions and 0 deletions

View File

@@ -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
------------------