[asterisk-bugs] [Asterisk 0012965]: Local dial with moh causes crash

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Sep 12 17:12:58 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=12965 
====================================================================== 
Reported By:                rlsutton2
Assigned To:                jpeeler
====================================================================== 
Project:                    Asterisk
Issue ID:                   12965
Category:                   General
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.4.17 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-07-01 08:15 CDT
Last Modified:              2008-09-12 17:12 CDT
====================================================================== 
Summary:                    Local dial with moh causes crash
Description: 
When a call using dial local/ goes into musiconhold, and then the sip
extension initiating this call puts it on hold (more musiconhold) asterisk
enters a "crashed" state. any attempt from CLI to "show channels" will kill
the CLI. manager API slows down to an unusable rate. CPU load remains
normal. Asterisk can not be restarted or shutdown from the cli, soft hangup
is non functional. The only resolve is to "Kill -9" asterisk.

This problem appears to exist in asterisk 1.2.18 and 1.4.17(the versions I
have handy).

This crash can be reproduce with the aid of the following dial plan

exten => 400,1,answer
exten => 400,2,dial(local/401)

exten => 401,1,answer
exten => 401,2,musiconhold()

from a SIP phone dial 400, you hear music. Put the call on hold, about 4
seconds later asterisk has entered the above state.
====================================================================== 

---------------------------------------------------------------------- 
 (0092453) svnbot (reporter) - 2008-09-12 17:12
 http://bugs.digium.com/view.php?id=12965#c92453 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 142927

U   branches/1.4/channels/chan_local.c

------------------------------------------------------------------------
r142927 | jpeeler | 2008-09-12 17:12:56 -0500 (Fri, 12 Sep 2008) | 6 lines

(closes issue http://bugs.digium.com/view.php?id=12965)
Reported by: rlsutton2

Prevents local channels from playing MOH at each other which was causing
ast_generic_bridge to loop much faster.


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

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-09-12 17:12 svnbot         Note Added: 0092453                          
======================================================================




More information about the asterisk-bugs mailing list