Hey guys,
I am running Asterisk on a Synology NAS, and am having a heck of a time trying to setup my OBi200 to be used as an outgoing trunk for Google Voice.
Google Voice is configured on the OBi, and works with a phone connected to the “phone” port.
The OBi200 is a working registered extension on the Asterisk server.
I have been trying to follow the instructions here:
tech.iprock.com/?p=6416
Which include these settings:
[quote]The only thing left to do is configure your FreePBX trunk and your inbound route. Create a new SIP trunk and give it the same name you used for AuthUserID in the Voice Gateway settings. The ONLY things you need to set are the Trunk Name and the PEER details. The USER context and USER details can be left blank. Here’s how you configure these:
Trunk Name: Same as the Voice Gateway AuthUserID string.
PEER details:
defaultuser=Same as the Voice Gateway AuthUserID string and trunk name. NOT your Google Voice number!
type=friend
secret=Same as Voice Gateway password
context=custom-from-Obihai
disallow=all
allow=ulaw
host=dynamic (this is important!!!)
dtmfmode=rfc2833
canreinvite=no
deny=0.0.0.0/0.0.0.0 (optional but recommended)
permit=192.168.0.0/255.255.255.0 (optional but recommended – use sane values for YOUR local network)[/quote]
Needless to say these are for FreePBX and don’t match my interface.
I have been trying to manually edit the sip.conf file and the users.conf file…but I think I may be doing more harm than good.
Any help appreciated!
-Eric