[Asterisk-Users] IAX calls between asterisk boxes works 1 way only
El Flynn
el_flynn at lanvik-icu.com
Mon Apr 11 01:35:36 MST 2005
James Bean wrote:
> Hi,
>
> Weird issue, 2 asterisk boxes running 1.0.7, when I call iax from box 1
> to box 2 it works fine, when I dial from box 2 to box 1 I get a
>
> On Box 1
> Apr 11 17:25:39 WARNING[8969]: chan_iax2.c:5553 socket_read: Call
> rejected by 192.168.69.1: No authority found
>
> On Box 2
> Apr 11 17:26:07 NOTICE[2157]: chan_iax2.c:6573 socket_read: Rejected
> connect attempt from 192.168.254.100, who was trying to reach '690@'
>
> Error, so I obviously missed something and can someone smack me upside
> the head and point out my error.
>
<snip>
Just had this happen a couple of minutes ago on our test boxes. You need to
double-check that the Box2's username/password, as specified on Box 1, is
entered properly in Box2's diaplan when dialing to Box 1.
e.g.
Box1 iax.conf
=============
[box2]
username=box2
secret=box2secret
Box2 dialplan
=============
exten => 777,1,Dial(IAX2/box2:box2secret at box1/${EXTEN})
More information about the asterisk-users
mailing list