Hi, List!
I have now to connect OpenBSC with Asterisk, in order to use a VoIP-phone to call mobiles (and viceversa). I found this HowTo: http://openbsc.osmocom.org/trac/wiki/OpenBSC_LCR
Since I don't know Asterisk I'm not sure if it is what I really need...
In the HowTo 2 ISDN-Cards are used. Need I really these? I'm using a nanoBTS (accessed over Ethernet), so I think I don't need the Cologne Chips E1 PCI card. Is it right?
Then, at least as first step, I don't want to connect my Asterisk with the rest of the world. I really want to create my own test-network with a VoiIP-phone and a couple of mobiles. Do I really need a ISDN-card?
And last, but not least, (as I said, I don't know Asterisk!!), how can I decide, that a number I choose from mobile or VoiIP-phone is a mobile or a VoiIP-phone?
Maybe there is a running configuration of Asterisk I can use as example?
Thanks a lot for your help!
Hi Luca,
On 7/5/10 9:08 AM, Luca Bertoncello wrote:
In the HowTo 2 ISDN-Cards are used. Need I really these? I'm using a nanoBTS (accessed over Ethernet), so I think I don't need the Cologne Chips E1 PCI card. Is it right?
I use a E1 card because we run on a BS-11 microBTS where the E1 link provides general uplink and the ABIS protocol. You should be fine without it.
Maybe there is a running configuration of Asterisk I can use as example?
As I don't have access to a nanoBTS I never tried it, but you could take a look at Sylvain's chan_openbsc for Asterisk (http://github.com/smunaut/ast_chan_openbsc).
cheers, codec