[asterisk-bugs] [Asterisk 0015014]: [patch] Asterisk loses SIP phones, possible deadlock, 1.6.1.0

Asterisk Bug Tracker noreply at bugs.digium.com
Wed May 6 12:39:54 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=15014 
====================================================================== 
Reported By:                madkins
Assigned To:                file
====================================================================== 
Project:                    Asterisk
Issue ID:                   15014
Category:                   Resources/res_timing_pthread
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Asterisk Version:           1.6.1.0 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-05-01 11:03 CDT
Last Modified:              2009-05-06 12:39 CDT
====================================================================== 
Summary:                    [patch] Asterisk loses SIP phones, possible
deadlock, 1.6.1.0
Description: 
I have two Cisco 7905g SIP phones connected to an Asterisk 1.6.1.0 instance
running on a 64 bit Xen instance of Debian 4.0.  My initial configuration
was more complex, but I've removed a lot of the complexity searching for
the problem.

Basically, I can start the Asterisk server and pick up a SIP phone and
call either a test extension or the other phone.  Works fine.  If I leave
it alone for a time ... say over a long lunch or overnight ... I come back
and the phones won't connect to Asterisk.

This repeats reliably but at unknown intervals.

====================================================================== 

---------------------------------------------------------------------- 
 (0104314) svnbot (reporter) - 2009-05-06 12:39
 http://bugs.digium.com/view.php?id=15014#c104314 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 192809

_U  branches/1.6.1/
U   branches/1.6.1/channels/chan_iax2.c

------------------------------------------------------------------------
r192809 | file | 2009-05-06 12:39:54 -0500 (Wed, 06 May 2009) | 17 lines

Merged revisions 192808 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r192808 | file | 2009-05-06 14:38:51 -0300 (Wed, 06 May 2009) | 10 lines
  
  Fix a bug where a timer would be created but not acknowledged.
  
  This scenario crept up if chan_iax2 was loaded with no configuration
file present.
  It would create a timer and tell it to go at an interval but the thread
that normally
  acknowledges it would not be created because no configuration file was
present. The timer
  will now be closed if no configuration file is present.
  
  (closes issue http://bugs.digium.com/view.php?id=15014)
  Reported by: madkins
........

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

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-06 12:39 svnbot         Checkin                                      
2009-05-06 12:39 svnbot         Note Added: 0104314                          
======================================================================




More information about the asterisk-bugs mailing list