Minor formatting change to test a mantis change ...
[asterisk-bristuff.git] / configs / cdr_adaptive_odbc.conf.sample
bloba16626e588a0ff9697819e81eacdc7492316d7ce
2 ; This configuration defines the connections and tables for which CDRs may
3 ; be populated.  Each context specifies a different CDR table to be used.
5 ; The columns in the tables should match up word-for-word (case-insensitive)
6 ; to the CDR variables set in the dialplan.  The natural advantage to this
7 ; system is that beyond setting up the configuration file to tell you what
8 ; tables to look at, there isn't anything more to do beyond creating the
9 ; columns for the fields that you want, and populating the corresponding
10 ; CDR variables in the dialplan.  For the builtin variables only, you may
11 ; create aliases for the real column name.
13 ; Please note that after adding columns to the database, it is necessary to
14 ; reload this module to get the new column names and types read.
16 ; Warning: if you specify two contexts with exactly the same connection and
17 ; table names, you will get duplicate records in that table.  So be careful.
20 ;[first]
21 ;connection=mysql1
22 ;table=cdr
24 ;[second]
25 ;connection=mysql1
26 ;table=extracdr
28 ;[third]
29 ;connection=sqlserver
30 ;table=AsteriskCDR
31 ;alias src => source
32 ;alias channel => source_channel
33 ;alias dst => dest
34 ;alias dstchannel => dest_channel
36 ; Any filter specified MUST match exactly or the CDR will be discarded
37 ;filter accountcode => somename
38 ;filter src => 123