[Home]

Summary:ASTERISK-17550: RetryDial Music Bug
Reporter:Emiliano (elmemis)Labels:
Date Opened:2011-03-13 21:36:13Date Closed:2011-06-07 14:04:51
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:1.8.3 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:RetryDial application when the option is active m with a different class to the deffault, not play different class while consuming the time between each Retry.

Example:
RetryDial(announce,10,2,SIP/EXTEN,15,m(mp3))

Play 15 sec: mp3 class
Play 10 sec: default class
Play 15 sec: mp3 class
Play 10 sec: defualt class
Play 15 sec: mp3 class


Sorry my bad english.
Comments:By: Leif Madsen (lmadsen) 2011-03-31 12:35:26

I think you should do a:

exten => start,n,Set(CHANNEL(musicclass)=mp3)

And that should change the default MOH for that channel.