[asterisk-bugs] [Asterisk 0010726]: moh does not play during calls to app_system

noreply at bugs.digium.com noreply at bugs.digium.com
Fri Sep 14 17:55:52 CDT 2007


The following issue has been set as RELATED TO issue 0010725. 
====================================================================== 
http://bugs.digium.com/view.php?id=10726 
====================================================================== 
Reported By:                mnicholson
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   10726
Category:                   Applications/app_system
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             09-14-2007 16:57 CDT
Last Modified:              09-14-2007 17:55 CDT
====================================================================== 
Summary:                    moh does not play during calls to app_system
Description: 
app_system does not service the channel during execution which causes music
on hold to stop playing during curl execution. This can be fixed by
starting an autoservice on the channel before doing any long running
operations.

This can be reproduced using the following dialplan snippet.

[moh-test]

exten => s,1,StartMusicOnHold
exten => s,n,Wait(3)
exten => s,n,System(sleep 3)
exten => s,n,Wait(3)
exten => s,n,StopMusicOnHold
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0010725 moh does not play during calls to func_...
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
09-14-07 17:55  qwell          Relationship added       related to 0010725  
======================================================================




More information about the asterisk-bugs mailing list