summaryrefslogtreecommitdiff
path: root/configs/res_odbc.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-06-11 00:12:35 +0000
committerMark Spencer <markster@digium.com>2004-06-11 00:12:35 +0000
commitc96b39a960d89638ef0fd94f622bee9cb7875429 (patch)
tree938a7378ae06da558d7c6b35c4597db2a14162cf /configs/res_odbc.conf.sample
parent758f246390f1c9353c0d79766d7f59dcb39ca60e (diff)
Merge res_odbc and res_config
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3186 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/res_odbc.conf.sample')
-rwxr-xr-xconfigs/res_odbc.conf.sample20
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/res_odbc.conf.sample b/configs/res_odbc.conf.sample
new file mode 100755
index 000000000..144eb6a95
--- /dev/null
+++ b/configs/res_odbc.conf.sample
@@ -0,0 +1,20 @@
+;;; odbc setup file
+
+[mysql1]
+dsn => MySQL-asterisk
+username => myuser
+password => mypass
+pre-connect => yes
+
+
+[mysql2]
+dsn => MySQL-asterisk
+username => myuser
+password => mypass
+pre-connect => yes
+
+
+
+
+
+