Hello;
i dont use unixodbc but there is example about in docs.
2 connection
#!define DBURL "mysql://user:passw++@localhost/kamailio" #!define DBURLCDR "mysql://user:at@passw/kamailio_cdr"
For dialog module
modparam("dialog", "db_url", DBURL)
For accounting module
modparam("acc", "db_url", DBURLCDR)
it is really useful.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/Two-different-Database-at-the-same-t... Sent from the Users mailing list archive at Nabble.com.