summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-06-19 20:38:21 +0000
committerSteve Murphy <murf@digium.com>2007-06-19 20:38:21 +0000
commit9c2197dc9ec5cb552b82d67bbe751485f1e90a02 (patch)
treeaf5606390eb41a447d6a7da2d16f1298c3190895 /configs
parent3957ce9215c828fed59982dea52a7f12ad5f9faa (diff)
This enhancement provided via bug 9993, a patch to upgrade cdr_manager to have cdr_custom capabilities. Many thanks to eserra for this contribution
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70122 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/cdr_manager.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/cdr_manager.conf.sample b/configs/cdr_manager.conf.sample
index 1d7984ba4..aa596b718 100644
--- a/configs/cdr_manager.conf.sample
+++ b/configs/cdr_manager.conf.sample
@@ -4,3 +4,12 @@
[general]
enabled = no
+; The "mappings" category can be used to define additional "key: value" pairs
+; that will be included in the manager event. (after AccountCode, Source, etc).
+;
+; Each line like "varname => label" will include a "label: ${CDR(varname)}"
+; in the generated event where ${CDR(varname)} its replaced with its value
+;
+;[mappings]
+;rate => Rate
+;carrier => Carrier