mirror of https://github.com/sipwise/asterisk.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
573 B
11 lines
573 B
;
|
|
; Mappings for custom config file
|
|
;
|
|
; to get your csv output in a format tailored to your liking, uncomment the following
|
|
; and look for the output in the cdr-custom/Master.csv file (usually in /var/log/asterisk).
|
|
;
|
|
;
|
|
;[mappings]
|
|
;Master.csv => "${CDR(clid)}","${CDR(src)}","${CDR(dst)}","${CDR(dcontext)}","${CDR(channel)}","${CDR(dstchannel)}","${CDR(lastapp)}","${CDR(lastdata)}","${CDR(start)}","${CDR(answer)}","${CDR(end)}","${CDR(duration)}","${CDR(billsec)}","${CDR(disposition)}","${CDR(amaflags)}","${CDR(accountcode)}","${CDR(uniqueid)}","${CDR(userfield)}"
|
|
|