[asterisk-commits] branch 1.2 - r7404 /branches/1.2/configs/res_odbc.conf.sample

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Dec 8 17:32:09 CST 2005


Author: tilghman
Date: Thu Dec  8 17:32:08 2005
New Revision: 7404

URL: http://svn.digium.com/view/asterisk?rev=7404&view=rev
Log:
Documenting two keywords that were previously missing

Modified:
    branches/1.2/configs/res_odbc.conf.sample

Modified: branches/1.2/configs/res_odbc.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.2/configs/res_odbc.conf.sample?rev=7404&r1=7403&r2=7404&view=diff
==============================================================================
--- branches/1.2/configs/res_odbc.conf.sample (original)
+++ branches/1.2/configs/res_odbc.conf.sample Thu Dec  8 17:32:08 2005
@@ -1,17 +1,28 @@
 ;;; odbc setup file 
 
+; ENV is a global set of environmental variables that will get set.
+; Note that all environmental variables can be seen by all connections,
+; so you can't have different values for different connections.
+[ENV]
+INFORMIXSERVER => my_special_database
+INFORMIXDIR => /opt/informix
+
+; All other sections are arbitrary names for database connections.
+
 [asterisk]
+enabled => yes
 dsn => asterisk
 ;username => myuser
 ;password => mypass
 pre-connect => yes
 
 
-;[mysql2]
-;dsn => MySQL-asterisk
-;username => myuser
-;password => mypass
-;pre-connect => yes
+[mysql2]
+enabled => no
+dsn => MySQL-asterisk
+username => myuser
+password => mypass
+pre-connect => yes
 
 
 



More information about the asterisk-commits mailing list