From d5dd43856e88a80ef9a0ed050c88ff1316929761 Mon Sep 17 00:00:00 2001 From: Rodrigo Ramírez Norambuena Date: Wed, 15 Apr 2015 20:55:33 -0300 Subject: 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 --- UPGRADE.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'UPGRADE.txt') 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: -- cgit v1.2.3