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(a)domain.com userspassword
# start kamailio
/etc/init.d/kamailio start
regards
klaus
from jit, no zip file...
thanks
_______________________________________________
sr-users mailing list
sr-users(a)lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users