[Home]

Summary:ASTERISK-02359: SIP response 503 "Service Unavailable" -> DIALSTATUS = NOANSWER
Reporter:muir (muir)Labels:
Date Opened:2004-09-06 18:54:35Date Closed:2008-01-15 15:06:52.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_sip.diff
Description:Another SIP cannot-dial situation is being reported as "NOANSWER".  I think this should either be CONGESTION or CHANUNAVIAL.


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

   -- Executing SetCallerID("SIP/muirtest1-5dc8", ""Idiom <18886638878>"") in new stack
   -- Executing Dial("SIP/muirtest1-5dc8", "SIP/15104997117@voicepulse") in new stack
   -- Called 15104997117@voicepulse
   -- Got SIP response 503 "Service Unavailable" back from 66.234.228.132
 == No one is available to answer at this time
   -- Executing NoOp("SIP/muirtest1-5dc8", "DIALSTATUS = NOANSWER") in new stack
Comments:By: mochouinard (mochouinard) 2004-09-06 20:26:08

I dont know if it should be CONGESTION, but I think this patch would make it congestion, I didn`t try it, but I guess it will.

disclamed... ok no reason for it to be but still ;)

By: Mark Spencer (markster) 2004-09-06 21:22:36

Fixed in CVS

By: Digium Subversion (svnbot) 2008-01-15 15:06:52.000-0600

Repository: asterisk
Revision: 3733

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r3733 | markster | 2008-01-15 15:06:51 -0600 (Tue, 15 Jan 2008) | 2 lines

Consider service unavailable as CONGESTION (bug ASTERISK-2359)

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

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