[asterisk-bugs] [Asterisk 0011621]: Sip channels lock

noreply at bugs.digium.com noreply at bugs.digium.com
Wed Dec 26 09:17:23 CST 2007


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11621 
====================================================================== 
Reported By:                licedey
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   11621
Category:                   Channels/chan_sip/General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Asterisk Version:           1.4.16.2 
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             12-21-2007 21:47 CST
Last Modified:              12-26-2007 09:17 CST
====================================================================== 
Summary:                    Sip channels lock
Description: 
When I type "show channels", I can see many locked sip channels, that never
hangup. The "soft hangup" command doesn't work.

[macro-TRUNK0]
exten => s,1,NoOp()
exten => s,2,MixMonitor(${CDR(uniqueid)}.wav,v(3)V(3))
exten => s,3,Dial(${ARG1}${ARG2},80,kKftThH)
exten => s,4,Hangup()

exten => h,1,Hangup

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

---------------------------------------------------------------------- 
 rjain - 12-26-07 09:17  
---------------------------------------------------------------------- 
licedey,

You may want to give SIP session-timers branch a try:
$ svn co http://svn.digium.com/svn/asterisk/team/group/sip_session_timers
[^]

Set the following parameters in your sip.conf:
session-timers=originate
session-expires=600

The session-timers feature will clean up your defunct SIP sessions. It
will not solve the root of the problem, but can provide you some relief
while the root cause is being investigated. You should continue to chase
the issue and provide debug logs so a proper fix can be implemented.

For more information on SIP session-timers:
http://bugs.digium.com/view.php?id=10665 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
12-26-07 09:17  rjain          Note Added: 0075935                          
======================================================================




More information about the asterisk-bugs mailing list