Hi Andreas, thousand times thanks for the correct hint.<div><br></div><div>Its indeed crystal clear now.</div><div><br></div><div>I have tried the git clone from 
<a class="ext-link" href="git://git.osmocom.org/openbsc.git" style="text-decoration:none;color:rgb(85,85,85);border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:rgb(187,187,187);background-color:rgb(255,255,255);font-family:Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;font-size:13px">git://git.osmocom.org/openbsc.git</a>  but noticed there is still misdn requirement and also no sip support.</div>
<div><br></div><div>Then found from the maillist that i should clone 
<a class="ext-link" href="git://git.osmocom.org/openbsc.git" style="text-decoration:none;color:rgb(85,85,85);border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:rgb(187,187,187);background-color:rgb(255,255,255);font-family:Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;font-size:13px">git://git.osmocom.eu/openbsc.git</a> instead of .org which shows sip interfaces on the source.</div>
<div><br></div><div>How ever there is no configure file on this source.</div><div><br></div><div>Am i still checking out from the wrong git ?</div><div><br></div><div>Once again highly appreciate some light on the final bit.</div>
<div><br></div><div>Thanks</div><div>Nik<br><br><div class="gmail_quote">On Mon, Mar 5, 2012 at 7:44 AM, jolly <span dir="ltr"><<a href="mailto:andreas@eversberg.eu">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">
<div class="HOEnZb"><div class="h5">> Do I have to have mISDN for LCR even im not going to use any isdn<br>
> interface ? Im trying to connect the NITB to LCR and LCR to asterisk<br>
> all on ip.<br>
><br>
> Thanks for any help.<br>
><br>
> Rgds<br>
> Nik<br>
</div></div>hi nik,<br>
<br>
you don't need misdn to use lcr with sip and gsm anymore. also you don't<br>
need any patch. the lcr and openbsc compile out of the box supporting<br>
each other. the howto is a bit outdated.<br>
<br>
try to compile the lcr from the git. don't use chan_lcr, since it still<br>
works with isdn only. you need to setup a sip interface in interface.conf:<br>
<br>
[sip]<br>
sip <local ip> <remote ip>[:<port>]<br>
sip 10.0.0.12 10.0.0.34<br>
earlyb no<br>
tones no<br>
<br>
use asterisk machine for remote ip.  if you have asterisk on the same<br>
machine, change the sip port of asterisk and use "remoteip:port".<br>
<br>
regards,<br>
<br>
andreas<br>
<br>
<br>
</blockquote></div><br></div>