[Asterisk-Users] Asterisk Using Multiple Databases with ODBC?

Juan Salas jsalas at magenta.cl
Wed May 17 09:51:46 MST 2006


Hello!

Does anyone know how I can use two diferent databases with ODBC with the
same erealtime family?
Something like this:

res_odbc.conf:
;;; odbc setup file 
[ast_cnf1]
dsn => ORACLE
username => asterisk
password => asterisk
pre-connect => yes
[ast_cnf2]
dsn => MySQL
username => asterisk
password => asterisk
pre-connect => yes

and the extconfig.conf:
voicemail => odbc,ast_cnf1,voicemail_conf
voicemail => odbc,ast_cnf2,voicemail_conf


Thanks,

jsalas.



More information about the asterisk-users mailing list