IAX server

I’ve set up my asterisk system as a iax server. I’ve got 2 vp320 iax2 phones from gnet/gentek/aredfox, who the hell really knows who made the phone. Any how I have 1 tdm400 card with 2 fxo and 1 fxs module. I can call my server with *99,*xx and I get the asterisk lady prompt, with the phone attached to the fxs module. But I only get voice mail when I call any of the IAX phones I have. My IAX phones ext are 8101 and 8102, I call the numbers and asterisk tells me they are on the phone already leave vmail. I can’t call the server or another iax phone on my network. Help.

iax.conf

[general]
bindport = 4569 ; Port to bind to (IAX is 4569)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all
allow=ulaw
allow=alaw
allow=gsm
mailboxdetail=yes

#include iax_additional.conf
#include iax_custom.conf


iax_additional.conf

[8101]
username=8101
type=friend
record_out=Adhoc
record_in=Adhoc
qualify=no
port=4569
notransfer=yes
mailbox=8101@device
host=dynamic
context=from-internal
callerid=device <8101>

[8102]
username=8102
type=friend
record_out=Adhoc
record_in=Adhoc
qualify=no
port=4569
notransfer=yes
mailbox=8102@device
host=dynamic
context=from-internal
callerid=device <8102>

Fixed.