summaryrefslogtreecommitdiff
path: root/configs/samples/cdr_odbc.conf.sample
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:15 -0500
commit358080e86ebd1258a288ede50d9ae9f29d7fcd90 (patch)
treedeb0cc271c39253bdb24eedf8b5537a2d27ff6bf /configs/samples/cdr_odbc.conf.sample
parent62e95065d697691edbfc5e0897be506b313f8be7 (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 'configs/samples/cdr_odbc.conf.sample')
-rw-r--r--configs/samples/cdr_odbc.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/samples/cdr_odbc.conf.sample b/configs/samples/cdr_odbc.conf.sample
index 93bd6fff8..663ce0956 100644
--- a/configs/samples/cdr_odbc.conf.sample
+++ b/configs/samples/cdr_odbc.conf.sample
@@ -9,3 +9,4 @@
;table=cdr ;"cdr" is default table name
;usegmtime=no ; set to "yes" to log in GMT
;hrtime=yes ;Enables microsecond accuracy with the billsec and duration fields
+;newcdrcolumns=yes ; Enable logging of post-1.8 CDR columns (peeraccount, linkedid, sequence)