aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-24 21:57:42 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-24 21:57:42 +0000
commitbafda2c23c8971a16715555d117619a22fcf98de (patch)
tree0f10b6bd35e9156ea2b4aeec6791c6c60d4ea7bb /configs
parent5ba8ce2ca9575852f2a9e6908f4bbba09def0794 (diff)
Add custom CDR (bug #3595)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5253 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/cdr_custom.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/cdr_custom.conf b/configs/cdr_custom.conf
new file mode 100755
index 000000000..4af17c37b
--- /dev/null
+++ b/configs/cdr_custom.conf
@@ -0,0 +1,6 @@
+;
+; 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)}"
+