[Asterisk-Users] IAX No Authority found
Leandro Martini - ISAT DGL
leandro.martini at isatdgl.com.br
Thu Dec 22 04:40:31 MST 2005
Guys,
I,m facing a little tricky issue here, is there anybody that faced the same
issue or knows how to solve this?
I have 2 *, trunked with IAX
>From ServerA I can call ServerB without any problems
If I call from ServerB to ServerA i get the following message :
ServerB
Dec 21 11:12:23 WARNING[2849]: chan_iax2.c:6967 socket_read: Call rejected
by 10.0.100.125: No authority found
-- Hungup 'IAX2/campinas-16384'
== No one is available to answer at this time (1:0/0/0)
== Auto fallthrough, channel 'IAX2/8512-7' status is 'NOANSWER'
-- Hungup 'IAX2/8512-7'
ServerA
Dec 21 13:08:12 NOTICE[2420]: chan_iax2.c:6772 socket_read: Rejected connect
attempt from 10.20.0.20, who was trying to reach '7410 at local'
The iasx.conf is as follows:
serverB
[campinas]
qualify=yes
type=friend
auth=rsa
;username=campinas
;secret=campinasvoip
host=10.0.100.125
trunk=yes
notransfer=yes
disallow=all
allow=speex
serverA
[saopaulo]
qualify=yes
type=friend
auth=rsa
;username=saopaulo
;secret=saopaulovoip
host=10.20.0.20
trunk=yes
notransfer=yes
The Dial string is this one:
On serverA
exten => _85XX,1,Dial(IAX2/saopaulo/${EXTEN},60,t)
On serverB
exten => _74XX,1,Dial(IAX2/campinas/${EXTEN},60,t)
Is there anything missing ???
Happy holidays to you all !!!
Leandro Martini
More information about the asterisk-users
mailing list