News:

On Tuesday September 6th the forum will be down for maintenance from 9:30 PM to 11:59 PM PDT

Main Menu

Trunk SIP between Mitel IPBX and OBI110 as FXO gateway

Started by ludogrange, January 14, 2016, 08:35:10 AM

Previous topic - Next topic

ludogrange

Hi,

I want to use OBI 110 as FXO gateway.
My PABX is an Mitel/Aastra 470 with the ability to do Trunk SIP.

I want to set up a trunk SIP between my PABX and the OBI 110.

How to set up the OBI gateway to do this ?

Regards.

Ludovic

azrobert

I'm not familiar with Mitel/Aastra. This is a setup for Asterisk.

Asterisk:
Setup an outbound trunk without registration for the OBi110:
Peer Details:
type=peer
username=OBi110
host=192.168.1.110       (IP Addr of OBi110)
port=5060                        (Port# of SP1)
fromuser=OBi110
canreinvite=no
insecure=invite,port
qualify=yes

Setup an outbound route for above trunk
Setup an inbound route for 900 (See OBi110 Line inbound route)

OBi110:
SP1 must be defined as an SIP trunk to send/receive to/from Asterisk.
Setup a dummy SIP definition like this:

Service Providers -> ITSP Profile A -> SIP -> ProxyServer: 127.0.0.1
Service Providers -> ITSP Profile A -> SIP -> X_SpoofCallerID: Checked
Voice Services -> SP1 Service -> AuthUserName: OBi110
Voice Services -> SP1 Service -> X_RegisterEnable: (unchecked)

Route outbound calls from Asterisk to Line
Voice Services -> SP1 Service -> X_InboundCallRoute: li

Route inbound Line calls to Asterisk
Physical Interfaces ->Line Port -> InboundCallRoute:
sp1(900@192.168.1.100:5060)  (Asterisk IP address and port)

NoelB

Quote from: ludogrange on January 14, 2016, 08:35:10 AM
Hi,

I want to use OBI 110 as FXO gateway.


I use a similar method to the one azrobert has posted only I have mine registering to asterisk.

You may also be interested in using CsipS (unregistered mode) on a mobile to piggyback onto an obi sp1/2 to send calls to asterisk to then dial out any of your asterisk trunks.
You can do this directly to asterisk but doing it via the obi provided direct access to the obi trunks as well.