[SR-Users] Two different Database at the same time

ycaner yasin.caner at netgsm.com.tr
Mon Mar 28 10:27:39 CEST 2016


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-time-tp146816p146820.html
Sent from the Users mailing list archive at Nabble.com.



More information about the sr-users mailing list