Obi110 Google Voice -> Asterisk -> Handset?

<< < (2/2)

QBZappy:
tanders12,

1) You could test using a 2nd ATA plugged into the OBi110 to take the place of the PSTN line.

2) The OBi110 can only handle one call at a time on the phone port. However since GV offers 2 voice channels per trunk (tel number), I think you can get a call waiting tone on the 2nd call. Try it and let us know.

tanders12:
I don't mean 2 calls on the phone port. I mean a call comes in on SP1 (GV), I reroute to Asterisk on SP2, handle the call with AA/IVR/etc, but then if the caller chooses to connect to the handset is there any way to do it?

How does call waiting work (it's been years since I used it)?

zapattack:
Would the Obi AA not work?

xboxhaxorz:
i too am on this step, i have configured it so it goes to my ivr but then if they press 704 to speak to somebody it never happens since i dont know how to configure that part

azrobert:
The OBi default is 2 sessions on SPn, so it looks like you are OK with the default. You still might want to increase that number.
Voice Services -> SPn Service -> MaxSessions: 4

Therefore, the following should work:
PSTN -> SP2 -> Asterisk -> SP2 -> Analog Phone

To test you have to do this:
GV -> SP2 -> Asterisk -> SP2 -> Analog Phone

You can only use a SIP to communicate with Asterisk, so you can't use SP1 (GV).

If SP2 is not configured, setup a dummy SIP definition like this:

Service Providers -> ITSP Profile B -> SIP -> ProxyServer : 127.0.0.1
Voice Services -> SP2 Service -> AuthUserName : (any userid)
Voice Services -> SP2 Service -> X_RegisterEnable : (unchecked)
Voice Services -> SP2 Service -> X_ServProvProfile : B


I'm a total Asterisk novice and never used the IVR, but I setup an extension to be able to call my OBi110.
My extension 100 would dial "110" to ring OBi110 phone.

Here is my config to call/receive to/from extension.

My OBi trunk definition:
type=friend
username=robert
host=192.168.1.100         (addr and port of OBi)
port=5061
fromuser=robert
canreinvite=no
insecure=invite,port
qualify=yes
nat=yes

In my OBi110
To route GV inbound calls to Asterisk extension 100
Voice Services -> SP1 Service -> X_InboundCallRoute
sp2(100@192.168.1.120:5062)}            (addr and port of Asterisk)

To call OBi Phone
Voice Services -> SP2 Service -> X_InboundCallRoute
{robert>(110):ph}

Navigation

[0] Message Index

[*] Previous page