Hello, I'm having trouble with configuring VoIP.ms as a provider. I moved from Silver to Purple by doing a full re-install since I was using this as a development machine and I wanted a clean start because I had made many changes before.
Here's the problem: I've used the config below to setup my trunk, but I can't dial into my PBX, even though VoIP.ms shows the trunk as registered and active. I know there aren't any network issues, because I didn't change any network related things, only software. I get a busy tone when I dial in and there's nothing showing up on the asterisk console.
Thanks in advance for any help.
Config:
USER Context is set to my account number.
USER Details:
Registration String:
username
[email protected]:5060
Here's the problem: I've used the config below to setup my trunk, but I can't dial into my PBX, even though VoIP.ms shows the trunk as registered and active. I know there aren't any network issues, because I didn't change any network related things, only software. I get a busy tone when I dial in and there's nothing showing up on the asterisk console.
Thanks in advance for any help.
Config:
Code:
canreinvite=nonat
nat=yes
context=from-trunk
host=montreal.voip.ms
secret=#my password
type=peer
username=#my account number
disallow=all
allow=ulaw
fromuser=#my account number
trustrpid=yes
sendrpid=yes
insecure=invite
qualify=yes
USER Details:
Code:
secret=#my password
type=user
context=from-trunk
username

