hi all, please could anyone give me a simple step by step tutorial to setup sip-router in a debian OS with mysql and other things? from jit, no zip file... thanks
From jit?
-- Sent from mobile device
On Mar 10, 2010, at 1:58 PM, Meftah Tayeb tayeb.meftah@gmail.com wrote:
hi all, please could anyone give me a simple step by step tutorial to setup sip-router in a debian OS with mysql and other things? from jit, no zip file... thanks
sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello,
for kamailio 3.0 flavour there is a tuturial hosted at: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git
For sip router devel, just skip checking out the kamailio_3.0, the rest is pretty much the same.
Cheers, Daniel
On Wed, Mar 10, 2010 at 7:58 PM, Meftah Tayeb tayeb.meftah@gmail.comwrote:
hi all, please could anyone give me a simple step by step tutorial to setup sip-router in a debian OS with mysql and other things? from jit, no zip file... thanks
sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Am 10.03.2010 19:58, schrieb Meftah Tayeb:
hi all, please could anyone give me a simple step by step tutorial to setup sip-router in a debian OS with mysql and other things?
Follow the git checkout tutorial.
Then on debian (for Kamailio flavor of sip-router):
#build kamailio # it will tell you which libraries are missing make deb # install the needed packages cd .. dpkg -i kamailio.... kamaili-mysql.... .....
# install mysql server apt-get install mysql-server
# configure mysql DBENGINE in /etc/kamailio/kamctlrc (or similar) DBENGINE=MYSQL
# create database kamdbctl create
# add users kamctl add user@domain.com userspassword
# start kamailio /etc/init.d/kamailio start
regards klaus
from jit, no zip file... thanks
sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users