[asterisk-commits] trunk - r7405 /trunk/configs/res_odbc.conf.sample

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


Author: tilghman
Date: Thu Dec  8 17:33:08 2005
New Revision: 7405

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

Modified:
    trunk/configs/res_odbc.conf.sample

Modified: trunk/configs/res_odbc.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/res_odbc.conf.sample?rev=7405&r1=7404&r2=7405&view=diff
==============================================================================
--- trunk/configs/res_odbc.conf.sample (original)
+++ trunk/configs/res_odbc.conf.sample Thu Dec  8 17:33: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