What is the no authority found problem? And how can I register with * on IAX. It keeps rejecting the request telling that XXX not dynamic host. rejected any idea THX -------------- next part -------------- An HTML attachment was scrubbed... URL: lists.digium.com/pipermail/asterisk-users/attachments/20030520/a8a5907d/attachment.htm
With IAX2 you can turn on debugging you it'll tell you what's wrong. Martin On Tue, 20 May 2003, Tamas Levente wrote:> What is the no authority found problem? > > And how can I register with * on IAX. It keeps rejecting the request telling that XXX not dynamic host. rejected > > any idea > THX
you need to have host=dynamic if you want anyone to register with you Jeremy McNamara Tamas Levente wrote:> What is the no authority found problem? > > And how can I register with * on IAX. It keeps rejecting the request > telling that XXX not dynamic host. rejected > > any idea > THX-------------- next part -------------- An HTML attachment was scrubbed... URL: lists.digium.com/pipermail/asterisk-users/attachments/20030520/a72bfbbd/attachment.htm
That is what it is saying with the Dial, IAX2/mypeers/${EXTEN:1} :) Now it dials, but asap the call goes thru it is dropped back by, all the extensions are busy. -- Executing Dial("SIP/800-a3c1", "IAX2/lamas-tigris/258") in new stack -- Called lamas-tigris/258 -- Call accepted by 195.XX.XX.X (format 256) -- Format for call is 256 == No one is available to answer at this time -- Hungup 'IAX2[lamas-tigris]/1' This is what I can see. Actually on the other side too. But it's not true, cos I can call 258 connecting directly to the other asterisk. ----- Original Message ----- From: "Martin Pycko" <martinp@digium.com> To: <levi@televersions.com> Sent: Tuesday, May 20, 2003 5:48 PM Subject: Re: [Asterisk-Users] IAX2> With IAX2 you can turn on debugging you it'll tell you what's wrong. > > Martin > > On Tue, 20 May 2003, Tamas Levente wrote: > > > What is the no authority found problem? > > > > And how can I register with * on IAX. It keeps rejecting the requesttelling that XXX not dynamic host. rejected> > > > any idea > > THX > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > lists.digium.com/mailman/listinfo/asterisk-users >
I was hoping to get some help with this... Working on setting up IAX2 between 2 Servers. Server A Asterisk - 0.9.0 Server B Asterisk - .7.2 After configuring the iax.conf file on Server B. I receive the following error message: Unable to bind to 0.0.0.0 port 4569: Address already in use ++++++++++++++++++++++++++++++++++++ iax.conf - Server B [general] port=4569 ;bindaddr=10.100.254.21 context=default bandwidth=low disallow=lpc10 allow=gsm register => home:1234@69.132.129.9:4569 tos=lowdelay [office] type=friend auth=md5 username=office secret=1234 host=dynamic qualify=yes context=local-tne defaultip=69.132.129.9 +++++++++++++++++++++++++++++++++++++++++++ iax.conf - Server A Setup the same way... Just with different name & ip's. Any ideas.... -gcc
Tried changing that value.. But same problem... Asterisk won't load... Since it cant' bind to that address gcc -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Denis E. Pilon Posted At: Thursday, April 29, 2004 12:22 AM Posted To: Asterisk User Group Conversation: [Asterisk-Users] IAX2 Subject: Re: [Asterisk-Users] IAX2 Why are you putting the port in the register line ? register => home:1234@69.132.129.9:4569 Try removing it. register => home:1234@69.132.129.9 DP On Thu, 2004-04-29 at 00:06, AstGrp wrote:> I was hoping to get some help with this... > > Working on setting up IAX2 between 2 Servers. > > Server A > Asterisk - 0.9.0 > > Server B > Asterisk - .7.2 > > After configuring the iax.conf file on Server B. I receive the > following error message: Unable to bind to 0.0.0.0 port 4569: Address > already in use > > ++++++++++++++++++++++++++++++++++++ > > iax.conf - Server B > > [general] > port=4569 > ;bindaddr=10.100.254.21 > context=default > bandwidth=low > disallow=lpc10 > allow=gsm > > register => home:1234@69.132.129.9:4569 > > tos=lowdelay > > [office] > type=friend > auth=md5 > username=office > secret=1234 > host=dynamic > qualify=yes > context=local-tne > defaultip=69.132.129.9 > > +++++++++++++++++++++++++++++++++++++++++++ > > iax.conf - Server A > > Setup the same way... Just with different name & ip's. > > Any ideas.... > > -gcc > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > lists.digium.com/mailman/listinfo/asterisk-users_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: lists.digium.com/mailman/listinfo/asterisk-users
What does it mean ? May 2 20:37:21 WARNING[1205250992]: chan_iax2.c:2515 iax2_send: Out of trunk data space on call number 16386, dropping Asterisk CVS-05/02/04-23:04:14 built by root@gizmo on a i686 running Linux from cvs checkout -r v1-0_stable asterisk -------------- next part -------------- An HTML attachment was scrubbed... URL: lists.digium.com/pipermail/asterisk-users/attachments/20040502/4960f0a5/attachment.htm
I think this was fixed in CVS-HEAD because I do not see that message in the src at all while looking to see if t was fixed. bkw ----- Original Message ----- From: Serge Oleinikov To: asterisk-users@lists.digium.com Sent: Sunday, May 02, 2004 2:40 PM Subject: [Asterisk-Users] IAX2 What does it mean ? May 2 20:37:21 WARNING[1205250992]: chan_iax2.c:2515 iax2_send: Out of trunk data space on call number 16386, dropping Asterisk CVS-05/02/04-23:04:14 built by root@gizmo on a i686 running Linux from cvs checkout -r v1-0_stable asterisk -------------- next part -------------- An HTML attachment was scrubbed... URL: lists.digium.com/pipermail/asterisk-users/attachments/20040502/ea29a334/attachment.htm
we are getting these errors too which cvs was it fixed in ? we just upgraded to cvs-stable from friday to see if that would help. On Sun, 2004-05-02 at 21:45, brian k. west wrote:> I think this was fixed in CVS-HEAD because I do not see that message > in the src at all while looking to see if t was fixed. > > bkw > ----- Original Message ----- > From: Serge Oleinikov > To: asterisk-users@lists.digium.com > Sent: Sunday, May 02, 2004 2:40 PM > Subject: [Asterisk-Users] IAX2 > > What does it mean ? > > May 2 20:37:21 WARNING[1205250992]: chan_iax2.c:2515 > iax2_send: Out of trunk data space on call number 16386, > dropping > > > Asterisk CVS-05/02/04-23:04:14 built by root@gizmo on a i686 > running Linux > from > cvs checkout -r v1-0_stable asterisk