block addition of silence files... not needed here
[asterisk-bristuff.git] / configs / res_odbc.conf.sample
blob2642676bfdc03cfb6d400b4fc46f7fa239629159
1 ;;; odbc setup file 
3 ; ENV is a global set of environmental variables that will get set.
4 ; Note that all environmental variables can be seen by all connections,
5 ; so you can't have different values for different connections.
6 [ENV]
7 INFORMIXSERVER => my_special_database
8 INFORMIXDIR => /opt/informix
10 ; All other sections are arbitrary names for database connections.
12 [asterisk]
13 enabled => yes
14 dsn => asterisk
15 ;username => myuser
16 ;password => mypass
17 pre-connect => yes
20 [mysql2]
21 enabled => no
22 dsn => MySQL-asterisk
23 username => myuser
24 password => mypass
25 pre-connect => yes
27 ; Certain servers, such as MS SQL Server and Sybase use the TDS protocol, which
28 ; limits the number of active queries per connection to 1.  By setting up pools
29 ; of connections, Asterisk can be made to work with these servers.
30 [sqlserver]
31 enabled => no
32 dsn => mickeysoft
33 pooling => yes
34 limit => 5
35 username => oscar
36 password => thegrouch
37 pre-connect => yes