Error: No one is available to answer at this time (1:0/0/0)

I’ve done a registration on www.voipjet.com and I setup my asterisk server for use this IAX providers in the right way. In the iax.conf file I’ve add:

[voipjet] type=peer host= 64.34.45.100 secret= mysecret auth=md5 notransfer=yes context=default

And in extensions.conf:

exten => _011.,1,SetCallerID(4153574000); Set your CallerID as a ten digit number like this. See our FAQ. exten => _011.,2,Dial,IAX2/7444@voipjet/${EXTEN} ; VoipJet.com WORLD

When I try to make a call I have this response from the my provider IAX server:

Call accepted by 64.34.45.100 (format ulaw)
Format for call is ulaw
No one is available to answer at this time (1:0/0/0)

How can I resolve this error?

I think you need a username in the iax config. mine looks like:

[VOIPJET]
username=****
type=peer
secret=******
qualify=yes
notransfer=yes
host=64.34.45.100
auth=md5

Thanks