Merge res_odbc and res_config

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3186 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-06-11 00:12:35 +00:00
parent 758f246390
commit c96b39a960
11 changed files with 1176 additions and 32 deletions

6
configs/extconfig.conf.sample Executable file
View File

@@ -0,0 +1,6 @@
[settings]
;uncomment to load queues.conf via the db engine.
;queues.conf => config_odbc

View File

@@ -0,0 +1,3 @@
[settings]
table => ast_config
connection => mysql1

20
configs/res_odbc.conf.sample Executable file
View File

@@ -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