Summary: | ASTERISK-28148: MoH restart at each Dial | ||
Reporter: | Gregory A. (Greg57330) | Labels: | |
Date Opened: | 2018-11-03 08:49:23 | Date Closed: | 2018-11-03 09:41:30 |
Priority: | Major | Regression? | |
Status: | Closed/Complete | Components: | Resources/res_musiconhold |
Versions: | 13.20.0 13.23.1 | Frequency of Occurrence | Constant |
Related Issues: | |||
Environment: | Linux Debian Stretch 64bits | Attachments: | |
Description: | In Asterisk 13.20.0, the MoH restart from the beggining on each Dial command.
exten => _XXX,1,Answer same => n,Set(CHANNEL(musicclass)=OpenMoH) same => n,Dial(SIP/$\{EXTEN\},20,m) same => n,Dial(SIP/YYY,20,m) same => n,Dial(SIP/1,,m) MoH config file : \[OpenMoH\] mode=files directory=OpenMoH The folder OpenMoH contains only one file. | ||
Comments: | By: Asterisk Team (asteriskteam) 2018-11-03 08:49:24.360-0500 Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution. A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report. Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process]. By: Gregory A. (Greg57330) 2018-11-03 09:41:08.965-0500 My mistake. Already corrected in latest version. By: Gregory A. (Greg57330) 2018-11-03 09:41:30.942-0500 Alread fixed in latest version. |