[SR-Users] basic sip-router installation tutorial

Klaus Darilion klaus.mailinglists at pernau.at
Fri Mar 12 10:15:11 CET 2010



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 at domain.com userspassword

# start kamailio
/etc/init.d/kamailio start

regards
klaus

> from jit, no zip file...
> thanks
>
> _______________________________________________
> sr-users mailing list
> sr-users at lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users




More information about the sr-users mailing list