[asterisk-bugs] [Asterisk 0015080]: MOH not closing calls correctly

Asterisk Bug Tracker noreply at bugs.digium.com
Mon May 11 17:04:44 CDT 2009


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.digium.com/view.php?id=15080 
====================================================================== 
Reported By:                dvossel
Assigned To:                russell
====================================================================== 
Project:                    Asterisk
Issue ID:                   15080
Category:                   Resources/res_musiconhold
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     resolved
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-05-11 09:47 CDT
Last Modified:              2009-05-11 17:04 CDT
====================================================================== 
Summary:                    MOH not closing calls correctly
Description: 
The MusicOnHold app isn't hanging up calls correctly.  For example, if a
SIP phone calls extension 1111 in my dial plan, it is directed to MOH.  If
that phone hangs up, MOH stays up and the channel is still visible via
"core show channels".  CLI output is provided. musiconhold.conf is using
files mode.


extensions.conf
exten => 1111,1,Answer()
exten => 1111,n,MusicOnHold()
====================================================================== 

---------------------------------------------------------------------- 
 (0104558) svnbot (reporter) - 2009-05-11 17:04
 http://bugs.digium.com/view.php?id=15080#c104558 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 193718

U   trunk/res/res_timing_timerfd.c

------------------------------------------------------------------------
r193718 | russell | 2009-05-11 17:04:43 -0500 (Mon, 11 May 2009) | 12
lines

Fix some timer state corruption.

In res_timer_timerfd, handle the case that set_rate gets called while a
timer
is still in continuous mode.  In this case, we want to remember the
configured
rate, but not actually set it until continuous mode has been disabled.

Thanks to dvossel for finding and helping to debug the problem.

(closes issue http://bugs.digium.com/view.php?id=15080)
Reported by: dvossel
Tested by: dvossel

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

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-11 17:04 svnbot         Note Added: 0104558                          
2009-05-11 17:04 svnbot         Assigned To              dvossel => russell  
2009-05-11 17:04 svnbot         Status                   assigned => resolved
2009-05-11 17:04 svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list