[radio-secure] calls good but [iax] calls not?

I have an issue with a private node sitting within a public node. My configuration seems to be halfway-there, as I can connect to the private node via another Allstar node, but IAX calls with the username/password in a dial string do not work at all.

I'm sure it's a stanza issue, but for the life of me after looking at it until I'm cross-eyed, I'm not seeing it.

Anybody else had this issue, and what did you do to get it to cooperate?

Carl/K6CRS

A working example for user N8EI:

[N8EI]
type=friend
context=iax-client-direct
auth=md5
username=N8EI
secret=GoodPasswordHere
host=dynamic
disallow=all
allow=ulaw
allow=gsm
transfer=no
calltokenoptional=0.0.0.0/0.0.0.0
callerid=N8EI
codecpriority=Caller

Replace context= for whatever extensions context you want it to roll to.

Would you believe it was

calltokenoptional=0.0.0.0/0.0.0.0

that was hanging the whole thing up? I had "requirecalltoken=no" which was all I thought was required, but noooo......

Thank you for the assist.

Carl/K6CRS