aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/configs/cdr_custom.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/configs/cdr_custom.conf.sample')
-rw-r--r--trunk/configs/cdr_custom.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/trunk/configs/cdr_custom.conf.sample b/trunk/configs/cdr_custom.conf.sample
new file mode 100644
index 000000000..8bc2cb34e
--- /dev/null
+++ b/trunk/configs/cdr_custom.conf.sample
@@ -0,0 +1,10 @@
+;
+; Mappings for custom config file
+;
+; 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)}"
+