Asterisk 11.4.0 SIP Trunk Registration

Hi Guys,

I am having issues registering a voip.ms sip trunk to my Asterisk 11.4.0 server. Here is my sip.conf file:

[quote]register => 111111:xxxxxxxxxx@atlanta.voip.ms:5080

[voipms]
canreinvite=no
context=voipms
host=atlanta.voip.ms
secret=xxxxxxxxxx
type=peer
username=111111
disallow=all
allow=ulaw
fromuser=111111
trustrpid=yes
sendrpid=yes
insecure=invite
nat=comedia[/quote]

Checking to see if the trunk is registered:

[quote]majoraccountsCLI> sip show registry
Host dnsmgr Username Refresh State Reg.Time
0 SIP registrations.
majoraccounts
CLI>[/quote]

I registered the trunk to my phone to test if it works and it does so I think the issue is isolated to Asterisk.

Any help would be appreciated.

Did you ran the sip reload command? If so, please attach the sip debug.

Yes I did, I ran sip reload. Here is the output:

[root@majoraccounts ~]# asterisk -r
Asterisk 11.4.0, Copyright © 1999 - 2012 Digium, Inc. and others.
Created by Mark Spencer markster@digium.com
Asterisk comes with ABSOLUTELY NO WARRANTY; type ‘core show warranty’ for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type ‘core show license’ for details.

[quote]Connected to Asterisk 11.4.0 currently running on majoraccounts (pid = 1108)
majoraccountsCLI> core set verbose 3
Set remote console verbosity to 3
majoraccounts
CLI> sip reload
Reloading SIP
majoraccounts*CLI>[/quote]

Just notice the port us 5080 VoIP.ms has that port too? And we need the sip debug not the cli output. Enter in the cli and execute sip set debug on, then sip reload and attach everything.