asterisk/cdr_custom.conf

Sun, 20 Mar 2011 19:04:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 20 Mar 2011 19:04:35 +0100
changeset 308
50be4b455aec
permissions
-rw-r--r--

Update download URL to current location.

michael@202 1 ;
michael@202 2 ; Mappings for custom config file
michael@202 3 ;
michael@202 4 ; to get your csv output in a format tailored to your liking, uncomment the following
michael@202 5 ; and look for the output in the cdr-custom/Master.csv file (usually in /var/log/asterisk).
michael@202 6 ;
michael@202 7 ;
michael@202 8 ;[mappings]
michael@202 9 ;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)}"
michael@202 10

mercurial