[Home]

Summary:ASTERISK-13516: hold music restarts with each command
Reporter:Mostyn Bramley-Moore (mostyn)Labels:
Date Opened:2009-02-04 18:47:57.000-0600Date Closed:2009-02-09 08:50:51.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_musiconhold
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
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

****** ADDITIONAL INFORMATION ******

This is an amd64 install, have not yet tested on i386.  
Comments:By: Digium Subversion (svnbot) 2009-02-09 08:48:22.000-0600

Repository: asterisk
Revision: 174218

U   branches/1.4/res/res_musiconhold.c

------------------------------------------------------------------------
r174218 | file | 2009-02-09 08:48:22 -0600 (Mon, 09 Feb 2009) | 4 lines

Don't overwrite our pointer to the music class when music on hold stops. We will use this if it starts again to see if we can resume the music where it left off.
(closes issue ASTERISK-13516)
Reported by: mostyn

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

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

By: Digium Subversion (svnbot) 2009-02-09 08:49:25.000-0600

Repository: asterisk
Revision: 174219

_U  trunk/
U   trunk/res/res_musiconhold.c

------------------------------------------------------------------------
r174219 | file | 2009-02-09 08:49:24 -0600 (Mon, 09 Feb 2009) | 11 lines

Merged revisions 174218 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
 r174218 | file | 2009-02-09 10:48:21 -0400 (Mon, 09 Feb 2009) | 4 lines
 
 Don't overwrite our pointer to the music class when music on hold stops. We will use this if it starts again to see if we can resume the music where it left off.
 (closes issue ASTERISK-13516)
 Reported by: mostyn
........

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

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

By: Digium Subversion (svnbot) 2009-02-09 08:50:09.000-0600

Repository: asterisk
Revision: 174220

_U  branches/1.6.0/
U   branches/1.6.0/res/res_musiconhold.c

------------------------------------------------------------------------
r174220 | file | 2009-02-09 08:50:09 -0600 (Mon, 09 Feb 2009) | 18 lines

Merged revisions 174219 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
 r174219 | file | 2009-02-09 10:49:24 -0400 (Mon, 09 Feb 2009) | 11 lines
 
 Merged revisions 174218 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r174218 | file | 2009-02-09 10:48:21 -0400 (Mon, 09 Feb 2009) | 4 lines
   
   Don't overwrite our pointer to the music class when music on hold stops. We will use this if it starts again to see if we can resume the music where it left off.
   (closes issue ASTERISK-13516)
   Reported by: mostyn
 ........
................

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

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

By: Digium Subversion (svnbot) 2009-02-09 08:50:50.000-0600

Repository: asterisk
Revision: 174221

_U  branches/1.6.1/
U   branches/1.6.1/res/res_musiconhold.c

------------------------------------------------------------------------
r174221 | file | 2009-02-09 08:50:50 -0600 (Mon, 09 Feb 2009) | 18 lines

Merged revisions 174219 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
 r174219 | file | 2009-02-09 10:49:24 -0400 (Mon, 09 Feb 2009) | 11 lines
 
 Merged revisions 174218 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r174218 | file | 2009-02-09 10:48:21 -0400 (Mon, 09 Feb 2009) | 4 lines
   
   Don't overwrite our pointer to the music class when music on hold stops. We will use this if it starts again to see if we can resume the music where it left off.
   (closes issue ASTERISK-13516)
   Reported by: mostyn
 ........
................

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

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