[asterisk-bugs] [Asterisk 0011621]: Sip channels lock
noreply at bugs.digium.com
noreply at bugs.digium.com
Sat Dec 22 01:16: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-22-2007 01:16 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
======================================================================
----------------------------------------------------------------------
licedey - 12-22-07 01:16
----------------------------------------------------------------------
- This is a bug, if you look at show channels output you can see, the
extension 3021 holds 6 channels.
- There are 16 agents, so max simultaneous should be 16, but there are
33.
- The problem is , when such garbage channels pile up, they take the
system resources and rtp bandwidth. So later it becomes impossible to make
a stable call. It's possible dial a number but when line is bridged there
is no audio.
- This locked channels cannot be cleaned. even with "soft hangup"
command.
The only way to return back system is to restart the asterisk.
- So this problem is somehow related to similar bug
http://bugs.digium.com/view.php?id=11080:
http://bugs.digium.com/view.php?id=11080
Issue History
Date Modified Username Field Change
======================================================================
12-22-07 01:16 licedey Note Added: 0075838
======================================================================
More information about the asterisk-bugs
mailing list