[asterisk-bugs] [Asterisk 0014407]: hold music restarts with each command
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Feb 9 08:48:23 CST 2009
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=14407
======================================================================
Reported By: mostyn
Assigned To: file
======================================================================
Project: Asterisk
Issue ID: 14407
Category: Resources/res_musiconhold
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: 1.4.23
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-02-04 18:47 CST
Last Modified: 2009-02-09 08:48 CST
======================================================================
Summary: hold music restarts with each command
Description:
Hold music restarts with each Dial(...|m) command in 1.4.23.1, whereas it
previously continued from where it left off in the last version I had tried
(1.4.23-rc2).
example dialplan test:
[hold-music-test]
exten => s,1,NoOp(hold music test)
exten => s,n,SayNumber(1)
exten => s,n,Dial(SIP/123|5|m)
exten => s,n,SayNumber(2)
exten => s,n,Dial(SIP/123|5|m)
exten => s,n,Hangup
In 1.4.23-rc2, the caller hears:
* "one"
* start of hold music
* "two"
* hold music from where it left off
In 1.4.23.1, the caller hears:
* "one"
* start of hold music
* "two"
* start of hold music again
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-02-09 08:48 svnbot Status new => assigned
2009-02-09 08:48 svnbot Assigned To => file
2009-02-09 08:48 svnbot Status assigned => resolved
2009-02-09 08:48 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list