aboutsummaryrefslogtreecommitdiffstats
path: root/configs/cdr_custom.conf.sample
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-05 22:40:42 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-05 22:40:42 +0000
commit51e1df17d2ac58727fa4863b703ca04fd5a12e99 (patch)
tree0e5d5580e04df229451a5b1e56606e8921bccd1a /configs/cdr_custom.conf.sample
parent77373a862fa01c3b54be6c9cf41705b5d7ab9703 (diff)
Merged revisions 60323 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r60323 | murf | 2007-04-05 16:35:11 -0600 (Thu, 05 Apr 2007) | 1 line 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/trunk@60324 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)}"