Hi, I am trying to set SEMS as a SBC so it will make and receive the calls 
to/from my VoIP provider. On the back end I am using Kamailio that is on the 
NATed side of my network (its IP address is 10.0.0.160:5060). SEMS public 
interface is running DHCP. The profile for making calls is already working. 
However, the profile for receiving calls is not. To make it easy to debug, I am 
using a single profile to make my tests. Also, I notice that the SEMS SIP 
client is registering about every 5 seconds. Can anyone help me? My 
configuration to receive calls is as follows: ~~~~ sems.conf ~~~~
plugin_path=/usr/local/lib/sems/plug-in/
plugin_config_path=/etc/sems/
load_plugins=uac_auth;registrar_client;reg_agent;sbc
application=sbc
sip_ip=eth0
sip_port=5060
rtp_low_port=10000
rtp_high_port=12000

additional_interfaces=internal
sip_ip_internal=10.0.0.161
sip_port_internal=5060
rtp_low_port_internal=10000
rtp_high_port_internal=12000
fork=no
stderr=yes
loglevel=3
media_processor_threads=2
unhandled_reply_loglevel=info
 ~~~~ sbc.conf ~~~~profiles=inphonex
active_profile=inphonex

~~~~ inphonex.sbcprofile.conf ~~~~
enable_rtprelay=yes
rtprelay_interface=internal
outbound_interface=internal
rtprelay_force_symmetric_rtp=yes
rtprelay_msgflags_symmetric_rtp=yes
aleg_rtprelay_interface=default
RURI=sip:[email protected]
To="\"1001\" <sip:[email protected]>"
next_hop_ip=10.0.0.160
next_hop_port=5060 What am I doing wrong? Thanks, Moacir
                                          
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to