aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-21 17:15:23 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-21 17:15:23 +0000
commit2b5c18bf4985e399f9263e82e0c02e8b2b207086 (patch)
treece2b13038f0a6498fe56a10f4080be1f8030697e /configs
parent147e027226d562dc84af579fdd6f9db4777f3056 (diff)
Rework the cdr_custom.conf.sample header a bit to reflect the changes in
functionality (allowing multiple mappings). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@195949 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/cdr_custom.conf.sample5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/cdr_custom.conf.sample b/configs/cdr_custom.conf.sample
index 7f3062da6..3df11f296 100644
--- a/configs/cdr_custom.conf.sample
+++ b/configs/cdr_custom.conf.sample
@@ -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)}"