[asterisk-bugs] [Asterisk 0012951]: [patch] Busy / Congestion responses are not sent reliably

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Jun 30 07:43:53 CDT 2008


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.digium.com/view.php?id=12951 
====================================================================== 
Reported By:                tsearle
Assigned To:                oej
====================================================================== 
Project:                    Asterisk
Issue ID:                   12951
Category:                   Channels/chan_sip/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!): 126511 
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             06-30-2008 05:40 CDT
Last Modified:              06-30-2008 07:43 CDT
====================================================================== 
Summary:                    [patch] Busy / Congestion responses are not sent
reliably
Description: 
I have observed the following issue in asterisk.

Client          Asterisk
  |----INVITE----->|
  |<--100 Trying---|
  | (lost)486 Busy-|
  |(Invite Timeout)|

upon looking at the code I see that asterisk in the sip_indicate method
sends the final responses unreliably and goes directly to the.


This issue can be reproduced with the following dialing plan

exten => 5555,1,Busy()  and a sipp script simulating packet loss on the
486 Busy


patch to resolve this issue is provided.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
06-30-08 07:43  svnbot         Status                   assigned => resolved
06-30-08 07:43  svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list