I am trying to connect two offices one is running switchvox free, the other Asterisk. I have had a share of problems, but seem to be very close now. I have added the Asterisk server as a VOIP provider in Switchvox. And added the trunk info to the Asterisk server.
Here is the Trunk info added to the asterisk server:
[trank-nyc]
type=peer
host=switchboard.server.com
context=default
username=user
subscribecontext=evans
secret=password
registersip=yes
The username and secret are the same as the username and password defined in the VOIP provider in Switchboard. However, when I try to make a call using that VOIP I have the following message in my Advanced Error Log on Switchboard:
chan_sip.c: Forbidden - wrong password on authentication for INVITE to '"user" <sip:user@asterisk.server.com>;tag=as4db5c8fa'
Why does it not like the password? Is there something else I need to set up on the asterisk side?
Thank you.
