summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-11-14 22:36:30 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-11-14 22:36:30 +0000
commit03b1a5a3842a839da9f5d38b789d79886a2f7f19 (patch)
tree31e4539683541fdbb20a7227a6ffa503abb537b7 /configs
parent6254c5cd2f134c96b2739e7de95ab90b00d5bb99 (diff)
Allow setting static values in CDRs
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@157006 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/cdr_adaptive_odbc.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/cdr_adaptive_odbc.conf.sample b/configs/cdr_adaptive_odbc.conf.sample
index d450dea68..af2d80688 100644
--- a/configs/cdr_adaptive_odbc.conf.sample
+++ b/configs/cdr_adaptive_odbc.conf.sample
@@ -37,6 +37,11 @@
; Any filter specified MUST match exactly or the CDR will be discarded
;filter accountcode => somename
;filter src => 123
+;
+; Additionally, we now support setting static values per column. Reason
+; for this is to allow different sections to specify different values for
+; a certain named column, presumably separated by filters.
+static "Some Special Value" => identifier_code
; On Wednesday 10 September 2008 21:11:16 Tilghman Lesher wrote: