Is it possible to have different families refer to different databases for the same database driver? The examples I have seen specify the same host, database etc. For example is this possible:
extconfig.conf
sipusers => mysql,asterisk,asterisk_sip
voicemail => mysql,mail,voicemail

If it is possible, what is the correct way to specify the details in res_mysql.conf?
Something like this?
[general]
dbhost = asterisk.domain.com
dbname = asterisk
dbuser = asteriskuser
dbpass = test
dbport = 3306
dbhost = mail.domain.com
dbname = mail
dbuser = mailuser
dbpass = test
dbport = 3306

Regards

Cameron

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to