aboutsummaryrefslogtreecommitdiffstats
path: root/configs/cdr_custom.conf.sample
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-05 22:35:11 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-05 22:35:11 +0000
commit8785f0c00dcf84a0e7f4504e6a79488c340725d2 (patch)
treee4e6831d53d1f91bef650de4e9ba49ea2bb846b3 /configs/cdr_custom.conf.sample
parentae9f206ab85643d777f554b724a3de6ab2bc4fe9 (diff)
Added some clarification to the example configs for CDRs, on how to select a backend. Also, made cdr-csv the default if you 'make samples', and no other changes.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@60323 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/cdr_custom.conf.sample')
-rw-r--r--configs/cdr_custom.conf.sample8
1 files changed, 6 insertions, 2 deletions
diff --git a/configs/cdr_custom.conf.sample b/configs/cdr_custom.conf.sample
index 4af17c37b..8bc2cb34e 100644
--- a/configs/cdr_custom.conf.sample
+++ b/configs/cdr_custom.conf.sample
@@ -1,6 +1,10 @@
;
; Mappings for custom config file
;
-[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)}"
+; 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)}"