<div dir="ltr">Hello Andreas,<div><br></div><div>What changes need to be done in routing.conf to use pipe via SIP instead of chan_lcr?<div><br></div><div>Thanks,</div><div>-Don</div><div><br></div><div><br><div class="gmail_quote">

On Sun, Mar 4, 2012 at 11:44 PM, 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><div></div><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>
<br>
</blockquote></div><br></div></div></div>