[Home]

Summary:ASTERISK-03349: [patch] registration stops on fail return from create_addr() (e.g. DNS error)
Reporter:danevans (danevans)Labels:
Date Opened:2005-01-25 17:17:15.000-0600Date Closed:2008-01-15 15:23:21.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 3424-stable.patch.txt
( 1) dnserr.diff
Description:if chan_sip.c:create_addr() returns a non-zero during a registration host name lookup, no retry is scheduled and the specific registration failure becomes permanent.

****** ADDITIONAL INFORMATION ******

disclaimer signed

we only noticed this because our ISP was having DNS problems.
Comments:By: Mark Spencer (markster) 2005-01-25 18:09:49.000-0600

patch did not apply to CVS head -- manually patched in HEAD.

By: rwjblue (rwjblue) 2005-01-26 10:48:38.000-0600

adding patch for stable

By: Russell Bryant (russell) 2005-01-27 18:56:35.000-0600

fixed in 1.0

thanks rwjblue!

By: Digium Subversion (svnbot) 2008-01-15 15:23:12.000-0600

Repository: asterisk
Revision: 4891

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r4891 | markster | 2008-01-15 15:23:11 -0600 (Tue, 15 Jan 2008) | 2 lines

Make sure registration is taken care of if DNS fails (bug ASTERISK-3349)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4891

By: Digium Subversion (svnbot) 2008-01-15 15:23:21.000-0600

Repository: asterisk
Revision: 4902

U   branches/v1-0/channels/chan_sip.c

------------------------------------------------------------------------
r4902 | russell | 2008-01-15 15:23:21 -0600 (Tue, 15 Jan 2008) | 2 lines

don't fail register on dns error (bug ASTERISK-3349)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4902