asterisk/cdr_custom.conf

changeset 202
f29abea29121
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/asterisk/cdr_custom.conf	Mon Apr 27 12:19:05 2009 +0200
     1.3 @@ -0,0 +1,10 @@
     1.4 +;
     1.5 +; Mappings for custom config file
     1.6 +;
     1.7 +; to get your csv output in a format tailored to your liking, uncomment the following
     1.8 +; and look for the output in the cdr-custom/Master.csv file (usually in /var/log/asterisk).
     1.9 +; 
    1.10 +;
    1.11 +;[mappings]
    1.12 +;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)}"
    1.13 +

mercurial