]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Rework the cdr_custom.conf.sample header a bit to reflect the changes in
authorSean Bright <sean@malleable.com>
Thu, 21 May 2009 17:15:23 +0000 (17:15 +0000)
committerSean Bright <sean@malleable.com>
Thu, 21 May 2009 17:15:23 +0000 (17:15 +0000)
functionality (allowing multiple mappings).

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@195949 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/cdr_custom.conf.sample

index 7f3062da6c66fdf98de431963dd13d3d9167ce75..3df11f296b405e056b657199bd1d0506c975e96b 100644 (file)
@@ -2,8 +2,9 @@
 ; Mappings for custom config file
 ;
 ; To get your CSV output in a format tailored to your liking, uncomment the
-; following look for the output in the cdr-custom/Master.csv file (usually
-; in /var/log/asterisk).
+; following lines and look for the output in the cdr-custom directory (usually
+; in /var/log/asterisk).  Depending on which mapping you uncomment, you may see
+; Master.csv, Simple.csv, or both.
 ;
 ;[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)}"