[asterisk-bugs] [JIRA] (ASTERISK-27469) [patch] app_queue: While using queues with realtime, setting back to an empty announce don't stop the old announce to be played
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Fri Dec 8 03:22:07 CST 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-27469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=240491#comment-240491 ]
Asterisk Team commented on ASTERISK-27469:
------------------------------------------
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].
> [patch] app_queue: While using queues with realtime, setting back to an empty announce don't stop the old announce to be played
> -------------------------------------------------------------------------------------------------------------------------------
>
> Key: ASTERISK-27469
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27469
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_queue
> Affects Versions: 13.18.3
> Environment: CentOS 6 64bit, MySQL 5.7 used with ODBC
> Reporter: Leandro Dardini
> Severity: Minor
> Attachments: app_queue.c.patch
>
>
> Like in ASTERISK-26462, where the affected field was "context", I noticed also the field "announce" is not correctly reset on queue init.
> --- /usr/local/src/asterisk-13.18.2/apps/app_queue.c 2017-11-10 16:41:55.000000000 +0100
> +++ app_queue.c 2017-11-26 11:44:59.281418114 +0100
> @@ -2656,6 +2656,7 @@
> q->maxlen = 0;
>
> ast_string_field_set(q, context, "");
> + ast_string_field_set(q, announce, "");
>
> q->announcefrequency = 0;
> q->minannouncefrequency = DEFAULT_MIN_ANNOUNCE_FREQUENCY;
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list