[asterisk-bugs] [JIRA] (ASTERISK-27912) [PATCH] Add predial handler to app_queue

Asterisk Team (JIRA) noreply at issues.asterisk.org
Tue Jun 12 09:55:54 CDT 2018


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

Asterisk Team commented on ASTERISK-27912:
------------------------------------------

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] Add predial handler to app_queue
> ----------------------------------------
>
>                 Key: ASTERISK-27912
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27912
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Applications/app_queue
>    Affects Versions: GIT, 15.4.1
>            Reporter: Kristian Høgh
>            Severity: Minor
>
> app_dial (ASTERISK-19548) and app_originate (ASTERISK-26587) have the possibility to execute predial handlers on caller and callee channel.
> This patch adds predial handler on app_queue.
> The options to Queue are the same as Dial and Originate.
> {noformat}b([[context^]exten^]priority[(arg1[^...][^argN])]){noformat}
> Gosub to the specified location using the newly created channel.
> The Gosub is executed for each member - each time they are called.
> {noformat}B([[context^]exten^]priority[(arg1[^...][^argN])]){noformat}
> Gosub to the specified location using the current channel.
> The Gosub is executed when the caller is first in line.



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



More information about the asterisk-bugs mailing list