Test
[diplomippbx.git] / rpm / 1 / res_odbc.conf
blob59d5c68c36c3930aac7bd86bb987810fc9247ee1
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