summaryrefslogtreecommitdiffstats
path: root/cdr_custom.conf
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2009-10-12 22:54:13 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2009-10-12 22:54:13 -0500
commit7ec6acb6cb3ab5b3740d02a66146a8cf1925bd8a (patch)
treeddc37bcc1237bbe67dd88c26b192349349d5b5ed /cdr_custom.conf
downloadftalk-asterisk-configs-master.tar.gz
ftalk-asterisk-configs-master.tar.xz
ftalk-asterisk-configs-master.zip
Sanitized configs from Fedora TalkHEADmaster
Diffstat (limited to 'cdr_custom.conf')
-rw-r--r--cdr_custom.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/cdr_custom.conf b/cdr_custom.conf
new file mode 100644
index 0000000..8bc2cb3
--- /dev/null
+++ b/cdr_custom.conf
@@ -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)}"
+