[Asterisk-Users] IAX Registration Refused
Rich Adamson
radamson at routers.com
Sun Dec 26 05:18:38 MST 2004
> I tried to connect my * to IAXtel, but i always get this errors.
>
> chan_iax2.c:5849 socket_read: Registration of 'mnetwork' rejected:
> Registration Refused
>
> On dial a iax number i get:
>
> chan_iax2.c:5526 socket_read: Call rejected by 69.73.19.178: No authority
> found
> chan_iax2.c:5528 socket_read: Immediately destroying 3, having received
> reject
> chan_iax2.c:2411 iax2_hangup: We're hanging up IAX2/iaxtel/3 with cause 0
> now...
> chan_iax2.c:2420 iax2_hangup: Really destroying IAX2/iaxtel/3 now...
> -- Hungup 'IAX2/iaxtel/3'
>
> The ports 5036 4569 2727 (udp) in my firewall are open and my IAX config is:
>
> --- iax.conf ---
> [general]
> register => mnetwork:password at iaxtel.com
>
> [iaxtel]
> type=friend
> context=incoming
> auth=rsa
> inkeys=iaxtel
> username=mnetwork
> secret=password
> host=iaxtel.com
> qualify=yes
>
> Any suggestions?
What does your dialplan entry in extensions.conf look like?
Here's one that has been working:
exten => _1700NXXXXXX,1,Dial(IAX2/mnetwork:password at iaxtel.com/${EXTEN}@iaxtel)
More information about the asterisk-users
mailing list