Hello,
Ranganath B wrote:
> Hi,
>
> I am new to SEMS but I have been using SER from a long time, so thought
> of installing SEMS to test different options and features supported by
> SEMS. I have installed the sems-0.10.0 bundle
> <ftp://ftp.iptel.org/pub/sems/sems-0.10.0-bundle.tar.gz> (bundled with
> SER for easy installation) and then followed all the steps mentioned.
> Now I am running the following:
>
> 1) SEMS using the comamnd /usr/local/sbin/sems -D 3 -E - Which gives the
> following error messages:
>
> ERROR: onLoad (RegistrationAgent.cpp:69): Account for registration not
> correctly configured.
> ERROR: onLoad (RegistrationAgent.cpp:70): RegistrationAgent will not
> register any accounts.
SEMS has a module called reg_agent which can register SEMS' contact with
one or more accounts at a registrar. If you don't need this, you can
just ignore the message, otherwise have a look at
/etc/sems/etc/reg_agent.conf.
>
> 2) SER stack for SEMS at port 5070 using the command: /opt/ser/sbin/ser
> -f /opt/ser/etc/ser/ser.cfg
>
> 3) SER (0.9.7) with mysql support at port 5060.
>
> Currently I am facing 2 issues, first one being the error messages that
> I get when I run SEMS and second one being with the calls. When I placed
> call between 2 Xlite SIP Softphones registered with SER at port 5060 I
> observed that the media negotiation is between peer i.e., between 2
> Xlites. So the RTP packets are actually exchanged between 2 Xlites
> peer-to-peer and not through the SEMS. Please provide me help on how to
that's fine.
Now try this: In your proxy (ser 0.9.7 at port 5060) you add the
following lines in route section:
if (uri=~"sip:100.*") {
append_hf("P-App-Name: conference\r\n");
t_relay_to_udp("11.22.33.44", "5070");
break;
}
if (uri=~"sip:101.*") {
append_hf("P-App-Name: voicemail\r\n");
append_hf("P-App-Param:
[EMAIL PROTECTED]");
t_relay_to_udp("11.22.33.44", "5070");
break;
}
(of course replycing the ip address and email) and try 100 and 101 on
your phones.
hth
Stefan
> place calls through SEMS, so that I can continue with other features
> such as voicemail etc?
>
> Regards,
> Ranga
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Sems mailing list
> [email protected]
> http://lists.iptel.org/mailman/listinfo/sems
--
Stefan Sayer
VoIP Services
[EMAIL PROTECTED]
www.iptego.com
iptego GmbH
Am Borsigturm 40
13507 Berlin
Germany
Amtsgericht Charlottenburg, HRB 101010
Geschaeftsfuehrer: Alexander Hoffmann
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems