Outbound Call Problems voiptalk.org

I tried SIP trunks, no luck getting outbound to work moved to IAX I am having the same problem. My provider is no help clearly they would rather I pay them a premium for their custom version of asterisk. I have been trying all week to get this to work: Here is my error and config:

Tx-Frame Retry[000] – OSeqno: 000 ISeqno: 000 Type: IAX Subclass: NEW
Timestamp: 00010ms SCall: 17466 DCall: 00000 [217.14.138.130:4569]
VERSION : 2
CALLED NUMBER : 44161820xxxx
CODEC_PREFS : (ulaw|alaw|gsm)
CALLING NUMBER : 0161713xxxx
CALLING PRESNTN : 0
CALLING TYPEOFN : 0
CALLING TRANSIT : 0
CALLING NAME :
LANGUAGE : en
USERNAME : 8xxxxxxx
FORMAT : 4
FORMAT2 : ulaw
CAPABILITY : 65535
CAPABILITY2 : Unknown
ADSICPE : 2
DATE TIME : 2014-02-19 21:22:06

Rx-Frame Retry[ No] – OSeqno: 000 ISeqno: 001 Type: IAX Subclass: ACK
Timestamp: 00010ms SCall: 07175 DCall: 17466 [217.14.138.130:4569]
Rx-Frame Retry[ No] – OSeqno: 000 ISeqno: 001 Type: IAX Subclass: REJECT
Timestamp: 00009ms SCall: 07175 DCall: 17466 [217.14.138.130:4569]
CAUSE : No authority found
CAUSE CODE : 50

Host dnsmgr Username Perceived Refresh State
(null) N 8xxxxxxx 60 Unregistered

PEER:
type=peer
username=8xxxxxxxx
secret=PASSWORD
host=iax.voiptalk.org&dynamic
notransfer=yes
trunk=yes
qualify=yes
requierecalltoken=no
context=0161713xxxx

User Context: 0161713xxxx
context=from-trunk
type=user
allow=all
username=0161xxxxxxx

8xxxxxxxx:[email protected]/0161713xxxx

My goggling leads me to think it’s some kind of authentication error but I’m really not sure.

You would have to do an IAX debug and send us the error message you are getting.

host=iax.voiptalk.org&dynamic ??

I didn’t see that, sometimes I wonder how much time people spend making up their own syntax instead of just looking at the docs.

Asterisk sample config files are pretty darn good. If you can’t make the relation between the config file and the FreePBX trunk module I question if someone has the aptitude to do this kind of thing.

Best I can figure is that users read 100’s of post on various forums and then somehow combine them together in a stab in the dark attempt.

Be interesting to see this user, if they will take the time, explain how they came up with this.

Well I read though http://www.voiptalk.org/products/trixbox-iax-trunk-setup.html

And tested this but it’s of no help. The debugging provides so much info it’s hard to work out what’s relevant. I have been trying to get more IAX debugging info, I thought I had given the important stuff (CAUSE : No authority found CAUSE CODE : 50). Most of the IAX debugging stuff seems to be spam from loop back fax trunks. I am not sure how to disable them!

If I use these I cant make incoming or outgoing calls, with my old settings I at least had inbound calls working! Here is more IAX deugging:

Rx-Frame Retry[ No] – OSeqno: 000 ISeqno: 001 Type: IAX Subclass: PONG
RR_DROPPED : 0
Timestamp: 00003ms SCall: 01947 DCall: 15183 [127.0.0.1:4571]
RR_OUTOFORDER : 0

RR_JITTER : 0
Tx-Frame Retry[-01] – OSeqno: 001 ISeqno: 001 Type: IAX Subclass: ACK
RR_LOSS : 0
Timestamp: 00003ms SCall: 01949 DCall: 01947 [127.0.0.1:4572]
RR_PKTS : 1
RR_DELAY : 40
Tx-Frame Retry[-01] – OSeqno: 001 ISeqno: 001 Type: IAX Subclass: ACK
RR_DROPPED : 0
RR_OUTOFORDER : 0
Timestamp: 00003ms SCall: 05555 DCall: 01947 [127.0.0.1:4573]

Tx-Frame Retry[-01] – OSeqno: 001 ISeqno: 001 Type: IAX Subclass: ACK
Timestamp: 00003ms SCall: 15183 DCall: 01947 [127.0.0.1:4571]
Rx-Frame Retry[ No] – OSeqno: 000 ISeqno: 001 Type: IAX Subclass: ACK
Timestamp: 00003ms SCall: 01947 DCall: 14981 [127.0.0.1:4570]
Rx-Frame Retry[ No] – OSeqno: 000 ISeqno: 001 Type: IAX Subclass: PONG
Timestamp: 00003ms SCall: 01947 DCall: 14981 [127.0.0.1:4570]
RR_JITTER : 0
RR_LOSS : 0
RR_PKTS : 1
RR_DELAY : 40
RR_DROPPED : 0
RR_OUTOFORDER : 0

Tx-Frame Retry[-01] – OSeqno: 001 ISeqno: 001 Type: IAX Subclass: ACK
Timestamp: 00003ms SCall: 14981 DCall: 01947 [127.0.0.1:4570]
Tx-Frame Retry[000] – OSeqno: 000 ISeqno: 000 Type: IAX Subclass: POKE
Timestamp: 00012ms SCall: 04343 DCall: 00000 [217.14.138.130:4569]

Rx-Frame Retry[ No] – OSeqno: 000 ISeqno: 001 Type: IAX Subclass: PONG
Timestamp: 00012ms SCall: 05917 DCall: 04343 [217.14.138.130:4569]
Tx-Frame Retry[-01] – OSeqno: 001 ISeqno: 001 Type: IAX Subclass: ACK
Timestamp: 00012ms SCall: 04343 DCall: 05917 [217.14.138.130:4569]

Don’t enable them in the first place:-

help iax2 set debug on

but I ask again, “host=iax.voiptalk.org&dynamic WTF!”

God knows yes the &dynamic was an error on my side.

Sorry for my ignorance.
I would appreciate some help, thanks!

http://pastebin.com/k47yr4RK

have you setup your calltokens appropriately?

I fresh install fixed it.