On Tue, Mar 31, 2009 at 2:52 PM, Iñaki Baz Castillo ibc@aliax.net wrote:
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.
That is not true. If you execute just "kamdbctl create" it will use DBNAME value defined in /etc/kamailio/kamctlrc (or openser as default)
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@aliax.net
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users