Hello,
o Shahbaz Ali [05/29/09 12:04]:
i have running ser-0.9.6, now want to set sems with my ser.Can anyone
help me......
1. installation
if you are running debian etch or lenny, you can use packages from
http://ftp.iptel.org/pub/sems/
if you run fedora, you can run yum install sems
from source:
wget http://ftp.iptel.org/pub/sems/sems-1.1.0.tar.gz
tar xzvf sems-1.1.0.tar.gz
cd sems-1.1.0
make && make install
2. configuration and select application
lets say you want to set up a conference server. in /etc/sems/sems.conf set
sip_ip=<your_ip>
sip_port=5080
media_ip=<your_ip>
load_plugins=wav;gsm;ilbc;adpmc;sipctrl;session_timer;conference;
application=conference
3. start sems
start sems with /etc/init.d/sems start or /usr/sbin/sems
see whether everything runs fine by looking at
tail -100 /var/log/daemon.log
4. send calls to a certain extension to sems:
in ser.cfg add
if (uri=~"sip:conf.*") {
t_relay_to_udp("<your_ip>","5070");
break;
}
call "conf" and you should hear a message about being the first in the
conference room. if you call with more UAs, you will all enter the same
room (the user part of the INVITE r-URI, if you call conf1 you are in
room "conf1")
have a look at the other applications,
http://ftp.iptel.org/pub/sems/doc/current/AppDoc.html
http://ftp.iptel.org/pub/sems/doc/current/index.html
applications are selected with the application=.. in sems.conf, and you
need to load the appropriate modules with load_modules=..., see
sems.conf for explanations.
hope that gets you started.
have fun!
Stefan
------------------------------------------------------------------------
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems
--
Stefan Sayer
VoIP Services
[email protected]
www.iptego.com
IPTEGO GmbH
Wittenbergplatz 1
10789 Berlin
Germany
Amtsgericht Charlottenburg, HRB 101010
Geschaeftsfuehrer: Alexander Hoffmann
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems