Hi Every one,<div><br></div><div>Would the IP.Access nanoBTS works behind a NAT with OpenBSC ?</div><div><br></div><div>i.e. two BTSs in two different locations behind NAT connecting to NITB. im trying to make a call, but it seems rtp has some problem.</div>
<div><br></div><div>rgds</div><div>Nava</div><br><div class="gmail_quote">On Tue, Oct 16, 2012 at 6:49 PM, Kelum Navaratne <span dir="ltr"><<a href="mailto:kelum.nava@gmail.com" target="_blank">kelum.nava@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Andreas,<div><br></div><div>Thank you very much. This is a good start for me. I also need to work with freeswitch. Not asterisk. And simple point to point sip is more than enough and rtp bridge would be fantastic.</div>

<div><br></div><div>Would it work with amr codec as well ? Or only gsm full rate/ h. Rate?<span></span></div><div><br></div><div>Im trying to find the lcr git location of jolly/new. Can you please give me the url. I cant find it on openbsc git.</div>

<div><br></div><div>Thanks again.</div><div><br></div><div>Nava.<div><div class="h5"><br><br>On Tuesday, October 16, 2012, Andreas Eversberg  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

hi kelum,<br>
<br>
in order to use sip, you need jolly/new branch of lcr and jolly/rtpmux of openbsc. the sip implementation of LCR is quite simple, so no authentication or oder features - just simple point-to-point SIP. if you run confiure of LCR, check if sip is enabled. in order to add a SIP interface, do the following at interface.conf:<br>


<br>
[sip]<br>
sip <local ip>[:<local port>] <remote ip>[:<remote port>]<br>
earlyb yes<br>
tones no<br>
<br>
you need to define local IP that will be used to connect to remote SIP endpoint. don't use localhost, if the endpoint is on a different machine, because this IP is also used for RTP. if you use same machine, you need to have different ports. you may change local port, by adding a local port or you may change port of SIP endpoint and then add remote port.<br>


<br>
i have tested it with freeswitch, but asterisk should work also.<br>
<br>
you may then also try at interface.conf below "[sip]" definition:<br>
<br>
rtp-brige<br>
<br>
then the codec (full rate or enhanced full rate) is negotiated between mobile and the remote SIP endpoint. the SIP endpoint must support at least one of it.<br>
<br>
regards,<br>
<br>
andreas<br>
<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div></div></div>
</blockquote></div><br>