[asterisk-bugs] [Asterisk 0014407]: hold music restarts with each command
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Feb 4 18:47:57 CST 2009
The following issue has been SUBMITTED.
======================================================================
http://bugs.digium.com/view.php?id=14407
======================================================================
Reported By: mostyn
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14407
Category: Resources/res_musiconhold
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.4.23
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-02-04 18:47 CST
Last Modified: 2009-02-04 18:47 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-04 18:47 mostyn New Issue
2009-02-04 18:47 mostyn Asterisk Version => 1.4.23
2009-02-04 18:47 mostyn Regression => No
2009-02-04 18:47 mostyn SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list