El Martes 31 Marzo 2009, Juan Perez escribió:
hi
To install another instance of kamailio listening in another IP,
Kamailio *already* supports listening in various IP's/interfaces/protocols.
does one need to do something in particular aside from
install it in another
directory?
You *don't* need to install it again in other directoy. What I did it a soft
link:
/usr/sbin/kamailio_2 -> /usr/sbin/kamailio
And copy /etc/init.d/kamailio to /etc/init.d/kamailio_2, and also
/etc/kamailio to /etc/kamailio_2. And of course, configure these files.
Also, when it is time to run the script to create the
mysql
tables, how can I tell the script to create a db named "openser2" to avoid
deleting the existing one named by default "openser" ?
kamdbctl script will ask you for tha DB name.
Just by changing the
line DBNAME=openser in kamctlrc to DBNAME=openser2?
This will control which DB is accessed by kamctl command.
--
Iñaki Baz Castillo <ibc(a)aliax.net>