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 problemsIf 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@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
I've run into this in the past, and it's usually been a context mismatch issue. Could you post the relevant portions of extensions.conf? On 12/22/05, Leandro Martini - ISAT DGL <leandro.martini@isatdgl.com.br> wrote:> > 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@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 > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051222/e85ee9df/attachment.htm
On Thursday 22 December 2005 13:40, Leandro Martini - ISAT DGL wrote:> 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@local' > > > The iasx.conf is as follows: > > serverB > > [campinas] > qualify=yes > type=friend > auth=rsaIf you use auth=rsa then must show where is it: inkeys=campinasOrwhatever benchev> ;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 > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users