Hi Andreas,<div><br></div><div>Do we still have to check out from jolly-rtp branch or the rtp-bridge now work with main openbsc repo ?</div><div><br></div><div>Rgds</div><div>Nik<br><br><div class="gmail_quote">On Sun, Jun 24, 2012 at 12:13 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"><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>
<br>
</blockquote></div><br></div>