2 ; Asterisk Call Detail Records (CDR) - FreeTDS Backend
9 ; Use the 'connection' keyword to specify one of the instance names from your
10 ; 'freetds.conf' file. Note that 'freetds.conf' is not an Asterisk
11 ; configuration file, but one specific to the FreeTDS library. See the FreeTDS
12 ; documentation on 'freetds.conf' for more information:
14 ; http://www.freetds.org/userguide/freetdsconf.htm
16 ; Accepted values: One of the connections specified in freetds.conf
18 ;connection=ConnectionFromFreeTDSConf
22 ; The 'dbname' keyword specifies the database name to use when logging CDRs.
24 ; Accepted values: Any valid database name
30 ; The 'table' keyword identifies which database table is used to log CDRs.
32 ; Accepted value: Any valid table name
33 ; Default value: If not specified, a table named 'cdr' is assumed
39 ; The 'username' and 'password' keywords specify the user credentials that
40 ; Asterisk should use when connecting to the database.
42 ; Accepted value: Any valid username and password
49 ; The 'language' keyword changes the language which are used for error and
50 ; information messages returned by SQL Server. Each database and user has their
51 ; own default value, and this default can be overriden here.
53 ; Accepted value: Any language installed on the target SQL Server.
54 ; Default value: us_english
60 ; The 'charset' setting is used to change the character set used when connecting
61 ; to the database server. Each database and database user has their own
62 ; character set setting, and this default can be overriden here.
64 ; Accepted value: Any valid character set available on the target SQL server.
65 ; Default value: iso_1
69 ; High Resolution Times
71 ; The 'hrtime' setting is used to store high resolution (sub second) times for
72 ; billsec and duration fields.
74 ; Accepted value: true or false
75 ; Default value: false