Hello andreas,<div><br></div><div>Im trying to get the jolly/new branch of lcr, but there is no such branch on the tree. below is my output. can you please let me know whether im checking out from the right repo.</div><div>
<br></div><div><div>root@debian:/software/lcr# git clone git://<a href="http://git.misdn.eu/lcr.git/">git.misdn.eu/lcr.git/</a></div><div>Cloning into lcr...</div><div>remote: Counting objects: 3695, done.</div><div>remote: Compressing objects: 100% (1328/1328), done.</div>
<div>remote: Total 3695 (delta 2716), reused 3226 (delta 2353)</div><div>Receiving objects: 100% (3695/3695), 5.76 MiB | 8.27 MiB/s, done.</div><div>Resolving deltas: 100% (2716/2716), done.</div></div><div><br></div><div>
<div>root@debian:/software/lcr/lcr# git branch -a</div><div>* master</div><div>  remotes/origin/1.10</div><div>  remotes/origin/1.11</div><div>  remotes/origin/1.13</div><div>  remotes/origin/1.8</div><div>  remotes/origin/1.9</div>
<div>  remotes/origin/HEAD -> origin/master</div><div>  remotes/origin/holger/cleaning</div><div>  remotes/origin/holger/cleaning-rebased</div><div>  remotes/origin/jolly/vootp</div><div>  remotes/origin/master</div><div>
  remotes/origin/pending</div><div>root@debian:/software/lcr/lcr#</div></div><div><br><div class="gmail_quote">On Tue, Oct 16, 2012 at 1:51 PM, Andreas Eversberg <span dir="ltr"><<a href="mailto:andreas@eversberg.eu" target="_blank">andreas@eversberg.eu</a>></span> 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><br></div>