mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-05 04:43:44 +00:00
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
This commit is contained in:
committed by
Matt Jordan
parent
62e95065d6
commit
358080e86e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user