[Asterisk-Users] [SOLVED] plainvoip - IAX2 call rejected

Joseph syscon at interbaun.com
Sun May 14 00:18:53 MST 2006


On Sun, 2006-05-14 at 09:58 +0300, Benchev wrote:
> > Is anybody using "plainvoip" provider with IAX2?  They seem to support
> > IAX but it rejects my calls.
> >    -- Executing Dial("SIP/11-cb98", "IAX2/17894781770 at plainvoip") in new
> > stack
> >     -- Called 17894781770 at plainvoip
> > May 14 00:33:32 WARNING[26580]: chan_iax2.c:5553 socket_read: Call
> > rejected by 66.199.240.2: No authority found
> >
> > My registration goes through OK.
> > My dial plan:
> > ....
> > exten => _1NXXNXXXXXX,2,Dial,IAX2/${EXTEN}@plainvoip
> 
> Try
> exten => _1NXXNXXXXXX,2,Dial,IAX2/plainvoip/${EXTEN}
> or
> exten => _1NXXNXXXXXX,2,Dial,IAX2/your_user_name at plainvoip/${EXTEN}
> 
> Benchev

Thanks for quick reply.
Yes, you are correct.  It is working with:
exten => _1NXXNXXXXXX,2,Dial,IAX2/your_user_name at plainvoip/${EXTEN}

-- 
#Joseph



More information about the asterisk-users mailing list