[asterisk-bugs] [JIRA] (ASTERISK-27301) [patch] app_queue: Music On Hold for real-time queues is not reset to default
Kevin Harwell (JIRA)
noreply at issues.asterisk.org
Mon Apr 1 13:25:56 CDT 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-27301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kevin Harwell updated ASTERISK-27301:
-------------------------------------
Target Release Version/s: 16.3.0
> [patch] app_queue: Music On Hold 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
> Assignee: Unassigned
> Severity: Minor
> Target Release: 13.18.0, 15.1.0, 16.0.0, 16.3.0
>
>
> 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