News:

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

Main Menu

Notification Software -> Obi110 -> POTS

Started by hoytlink, October 31, 2016, 10:09:56 AM

Previous topic - Next topic

hoytlink

Lets start with I haven't looked real hard yet, but I didn't readily see a topic that addressed this directly. But I'm so new that it might have been staring me in the face and I not recognize it.

I have notification software (WIN911) that uses VoIP SIP (I believe it probably acts a lot like a softphone) that I need to have access to a POTS line. So I just need this software to access Obi110 via SIP then is trunked to a POTS line for outgoing call. Then incoming calls go in reverse. 

Seems like it should be straight forward. Other possible useful information: I don't plan on connecting my Obi110 to the Internet (I have, for setting it up, but want to remove its access later). I don't plan to ever use a provider.

If someone could at least point me in the right direction, that would be greatly appreciated.
Jason

azrobert

I know zero about Win911. The following is how you would setup a softphone to route calls to PSTN. You can't register a device to the OBi110, so Win911 needs to be able to place a call without registration. If it can't, you are SOL. It also needs to be able to accept a call via IP address. You can register to an OBi2xx, so an OBi200 with an OBiLine adapter will work if Win911 requires registration. Use OBi Expert to make the following changes.

OBi110:
Service Providers -> ITSP Profile A SIP -> ProxyServer: 127.0.0.1
Voice Services -> SP1 Service -> AuthUserName: Win911
Voice Services -> SP1 Service -> X_RegisterEnable: unchecked
Voice Services -> SP1 Service -> X_InboundCall Route: {li}
This will route outbound calls to PSTN.

Physical Interfaces -> Line Port -> InboundCallRoute:
sp1(Win911@192.168.1.100:5060)

Change 192.168.1.100:5060 to the IP address of the computer running Win911 and port number of Win911. This will route inbound calls to Win911.

Win911:
Proxy Server: 192.168.1.110:5060
UserID: Win911

Change 192.168.1.110:5060 to the IP address of the OBi110. 5060 is the port number of SP1.