[asterisk-bugs] [Asterisk 0010726]: moh does not play during calls to app_system
noreply at bugs.digium.com
noreply at bugs.digium.com
Wed Sep 19 14:32:00 CDT 2007
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=10726
======================================================================
Reported By: mnicholson
Assigned To: russell
======================================================================
Project: Asterisk
Issue ID: 10726
Category: Applications/app_system
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
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-19-2007 14:32 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_...
======================================================================
----------------------------------------------------------------------
svnbot - 09-19-07 14:32
----------------------------------------------------------------------
Repository: asterisk
Revision: 83179
------------------------------------------------------------------------
r83179 | russell | 2007-09-19 14:31:59 -0500 (Wed, 19 Sep 2007) | 5 lines
The System() and TrySystem() applications can take a substantial amount of
time to execute while not servicing the channel. So, put the channel in
autoservice while the command is being executed.
(closes issue http://bugs.digium.com/view.php?id=10726, reported by mnicholson)
------------------------------------------------------------------------
Issue History
Date Modified Username Field Change
======================================================================
09-19-07 14:32 svnbot Checkin
09-19-07 14:32 svnbot Note Added: 0070810
09-19-07 14:32 svnbot Status new => assigned
09-19-07 14:32 svnbot Assigned To => russell
======================================================================
More information about the asterisk-bugs
mailing list