[asterisk-bugs] [JIRA] (ASTERISK-27301) MOH for real-time queues is not reset to default

Asterisk Team (JIRA) noreply at issues.asterisk.org
Thu Sep 28 03:32:08 CDT 2017


    [ https://issues.asterisk.org/jira/browse/ASTERISK-27301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=238911#comment-238911 ] 

Asterisk Team commented on ASTERISK-27301:
------------------------------------------

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].

> MOH for real-time queues is not reset to default
> ------------------------------------------------
>
>                 Key: ASTERISK-27301
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27301
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_queue
>    Affects Versions: 14.6.2, 15.0.0-rc1
>            Reporter: Nathan Bruning
>            Severity: Minor
>
> The 'moh' field of a queue is not re-initialized in init_queue.
> Repro:
> - use real-time queues
> - set moh to a non-null value
> - call queue: correct moh is played
> - reset moh field of queue to NULL
> - call queue: old moh is played, instead of default
> Fix:
> Add this line to apps/app_queue.c, function init_queue:
> {{
> ast_string_field_set(q, moh, "");
> }}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list