Hey Don,<br><br>you are great! Thanks for your help, it worked. I can load hfcmulti and it is list under <lspci -v> for the HFC-E1 card and also <misdn_info> founds the card. I'm very happy that it is working again after it broke. :-)<br>
<br>But the problem with lcr is still there:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><lcr start><br><blockquote><font size="1">** LCR  Version 1.7<br>
<br>000000 DEBUG (in getrulesetbyname() line 1871): ruleset main found.<br>GSM is enabled, but not compiled. Use --with-gsm-bs or --with-gsm-ms while configure!<br>--------------------- 2012.06.25 13:45:11 000001<br>000001 DEBUG (in join_free() line 99): no more pending join(s), done!</font><br>
</blockquote></blockquote>And <lcradmin state> shows:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><font size="1">Failed to connect to socket "/var/tmp/LCR.socket".</font><br>
<font size="1">Is LCR running?</font><br></blockquote><br><br><br><br>@Andreas:<br>Thanks, I didn't know that. I prefer to work with mISDN & LCR & Asterisk because I have these installed and if it is possible to run OpenBSC with mISDN, mISDNuser, lcr and Asterisk I want to try this. Do you know if it is required to use lcr with gsm for connect OpenBSC and Asterisk if I don't use sip?<br>
<br><br><br>Regards and thank you for your help.<br>Ellen<br><br><br><div class="gmail_quote">2012/6/24 Andreas Eversberg <span dir="ltr"><<a href="mailto:andreas@eversberg.eu" target="_blank">andreas@eversberg.eu</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Ellen Apolinar wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
OpenBSC seems to work without errors but to connect it with asterisk I need mISDN, mISDNuser and LCR.<br>
<br>
</blockquote></div>
hi,<br>
<br>
if you like to use lcr with gsm (bs or ms), then you cannot use asterisk channel driver. it only works with isdn. but you can use sip. in order to do that you may:<br>
<br>
- disable mISDN  (--without-misdn)<br>
- enable sip (--with-sip), you also need to have sipsofia installed<br>
- add a sip interface (see default/interface.conf). then everything is possible without mISDN, but you cannot use isdn phones/lines in this setup.<br>
<br>
example to just connect GSM and SIP interface without routing:<br>
<br>
 [GSM]<br>
gsm-bs<br>
tones yes<br>
earlyb no<br>
#rtp-bridge<br>
bridge SIP<br>
<br>
<br>
[SIP]<br>
sip <local ip>[:local sip port] <asterisk sip ip>[:asterisk sip port]<br>
tones no<br>
earlyb yes<br>
#rtp-bridge<br>
bridge GSM<br>
<br>
if asterisk and lcr run on the same machine, you need to change the sip port on asterisk or lcr side.<br>
<br>
if you like to use GSM codec on asterisk side, you may enable rtp-bridge. then the asterisk directly negotiates the codec with the phone.<br>
in this case GSM codec must be supported by asterisk. tested codecs are FR(standard) and EFR.<br>
<br>
regards,<br>
<br>
andreas<br>
<br>
</blockquote></div><br>