mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-15 19:19:38 +00:00
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:
6
configs/extconfig.conf.sample
Executable file
6
configs/extconfig.conf.sample
Executable file
@@ -0,0 +1,6 @@
|
||||
[settings]
|
||||
|
||||
;uncomment to load queues.conf via the db engine.
|
||||
;queues.conf => config_odbc
|
||||
|
||||
|
||||
3
configs/res_config_odbc.conf.sample
Executable file
3
configs/res_config_odbc.conf.sample
Executable file
@@ -0,0 +1,3 @@
|
||||
[settings]
|
||||
table => ast_config
|
||||
connection => mysql1
|
||||
20
configs/res_odbc.conf.sample
Executable file
20
configs/res_odbc.conf.sample
Executable 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user