Registered - No calls IN or OUT

Register without issue, however I’m unable to recieve calls, I don’t see the call come in when watching debug. I’m also watching tcpdump and not seeing anything that sticks out there.

firewall*CLI> sip show peers
Name/username Host Dyn Nat ACL Port Status
6001 (Unspecified) D 0 Unmonitored
6000 (Unspecified) D 0 Unmonitored
trunk_1/2125551212 11.22.33.44 5060 Unmonitored
3 sip peers [Monitored: 0 online, 0 offline Unmonitored: 1 online, 2 offline]

firewall*CLI> sip show registry
Host Username Refresh State Reg.Time
host.myvoip.net:5060 2125551212 105 Registered Tue, 04 Dec 2007 22:56:39

users.conf

[general]
fullname = New User
userbase = 6000
hasvoicemail = yes
vmsecret = xxxx
hassip = yes
hasiax = yes
hasmanager = no
callwaiting = yes
threewaycalling = yes
callwaitingcallerid = yes
transfer = yes
canpark = yes
cancallforward = yes
callreturn = yes
callgroup = 1
pickupgroup = 1
localextenlength = 4

[trunk_1]
allow = all
context = DID_trunk_1
dialformat = ${EXTEN:1}
hasexten = no
hasiax = no
hassip = yes
host = host.myvoip.net
port = 5060
registeriax = no
registersip = yes
secret = secrethidden
trunkname = Custom - globalphone
trunkstyle = customvoip
username = 2125551212
authuser = 2125551212
type=peer

[6000]
callwaiting = yes
cid_number = 6000
context = numberplan-custom-1
email = email1@host.com
fullname = User Name
hasagent = no
hasdirectory = yes
hasiax = yes
hasmanager = no
hassip = yes
hasvoicemail = yes
host = dynamic
mailbox = 6000
secret = secretpass
threewaycalling = yes

[6001]
callwaiting = yes
cid_number = 6001
context = numberplan-custom-1
email = email2@host.com
fullname = User Name2
hasagent = no
hasdirectory = yes
hasiax = yes
hasmanager = no
hassip = yes
hasvoicemail = yes
host = dynamic
mailbox = 6001
secret = secretpass
threewaycalling = yes

sip.conf

[general]
context=default                
allowoverlap=no               
bindport=5060            
bindaddr=0.0.0.0
srvlookup=yes

rtp.conf

[general]
rtpstart=7080
rtpend=7089

extensions.conf

[default]
exten => 6500,1,VoiceMailMain
exten = 1000,1,Goto(voicemenu-custom-1|s|1)
exten = 1001,1,Goto(voicemenu-custom-2|s|1)
exten = 1002,1,Goto(voicemenu-custom-3|s|1)
exten = 2000,1,Goto(voicemenu-custom-4|s|1)

[asterisk_guitools]
exten = executecommand,1,System(${command})
exten = executecommand,n,Hangup()
exten = record_vmenu,1,Answer
exten = record_vmenu,n,Playback(vm-intro)
exten = record_vmenu,n,Record(${var1})
exten = record_vmenu,n,Playback(vm-saved)
exten = record_vmenu,n,Playback(vm-goodbye)
exten = record_vmenu,n,Hangup
exten = play_file,1,Answer
exten = play_file,n,Playback(${var1})
exten = play_file,n,Hangup
hasbeensetup = Y

[DID_trunk_1]
include = default
include = default
exten = _X.,1,Goto(default|1000|1)
exten = s,1,Goto(default|1000|1)

[DID_trunk_1]

[numberplan-custom-1]
plancomment = DialPlan1
include = default
include = parkedcalls
exten = _9XXXXX!,1,Macro(trunkdial,${trunk_1}/${EXTEN:1})
comment = _9XXXXX!,1,outbound,standard

[voicemenu-custom-1]
comment = mainmenu
alias_exten = 1000
exten = s,1,Answer
exten = s,n,Playback(/var/lib/asterisk/sounds/record/startmenu)
exten = s,n,Wait(15)
exten = s,n,Hangup
exten = 1,1,Goto(voicemenu-custom-2|s|1)
exten = 2,1,Goto(voicemenu-custom-3|s|1)
exten = *,1,Goto(default|6500|1)
exten = #,1,Goto(voicemenu-custom-4|s|1)

[voicemenu-custom-2]
comment = Call6000
alias_exten = 1001
exten = s,1,Goto(default|6000|1)

[voicemenu-custom-3]
comment = Call6001
alias_exten = 1002
exten = s,1,Goto(default|6001|1)

[voicemenu-custom-4]
comment = Directory
alias_exten = 2000
exten = s,1,Directory(default)