aboutsummaryrefslogtreecommitdiffstats
path: root/configs/cdr_sqlite3_custom.conf.sample
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-09 16:32:01 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-09 16:32:01 +0000
commitd257a152e58c268725735bf227cb1f9b0e2afeac (patch)
tree5126aba185ba9bcecf374cc093330d23f038bacf /configs/cdr_sqlite3_custom.conf.sample
parentaef44ae6843332fca01ef3e34705f59806f8ceda (diff)
Fix a few potential deadlocks in cdr_sqlite3_custom.
(also rename sample config to .sample) Closes issue #11208, patch by Laureano. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89130 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/cdr_sqlite3_custom.conf.sample')
-rw-r--r--configs/cdr_sqlite3_custom.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/cdr_sqlite3_custom.conf.sample b/configs/cdr_sqlite3_custom.conf.sample
new file mode 100644
index 000000000..55872b383
--- /dev/null
+++ b/configs/cdr_sqlite3_custom.conf.sample
@@ -0,0 +1,7 @@
+;
+; Mappings for custom config file
+;
+[master] ; currently, only file "master.db" is supported, with only one table at a time.
+table => cdr
+columns => calldate, clid, dcontext, channel, dstchannel, lastapp, lastdata, duration, billsec, disposition, amaflags, accountcode, uniqueid, userfield, test
+values => '${CDR(start)}','${CDR(clid)}','${CDR(dcontext)}','${CDR(channel)}','${CDR(dstchannel)}','${CDR(lastapp)}','${CDR(lastdata)}','${CDR(duration)}','${CDR(billsec)}','${CDR(disposition)}','${CDR(amaflags)}','${CDR(accountcode)}','${CDR(uniqueid)}','${CDR(userfield)}','${CDR(test)}'