[Home]

Summary:ASTERISK-27912: [PATCH] Add predial handler to app_queue
Reporter:Kristian Høgh (kfhdk)Labels:
Date Opened:2018-06-12 09:54:17Date Closed:2018-06-27 05:38:47
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:GIT 15.4.1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description: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 enters the queue.
Comments:By: Asterisk Team (asteriskteam) 2018-06-12 09:54:18.664-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: Richard Mudgett (rmudgett) 2018-06-12 10:45:24.689-0500

Thanks for the contribution! If you'd like your contribution to be included faster, you should submit your patch for code review by the Asterisk Developer Community. To do so, please follow the Code Review [1] instructions on the wiki. Be sure to:
* Verify that your patch conforms to the Coding Guidelines [2]
* Review the Code Review Checklist [3] for common items reviewers will look for
* If necessary, provide tests for the Asterisk Test Suite that verify the correctness of your patch [4]
* As this is a new feature, please read the New Feature Guidelines [5]
* Make sure your new feature applies cleanly to the Asterisk master branch

When ready, submit your patch and any tests to Gerrit [6] for code review.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Code+Review
[2] https://wiki.asterisk.org/wiki/display/AST/Coding+Guidelines
[3] https://wiki.asterisk.org/wiki/display/AST/Code+Review+Checklist
[4] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Test+Suite+Documentation
[5] https://wiki.asterisk.org/wiki/display/AST/New+Feature+Guidelines
[6] https://wiki.asterisk.org/wiki/display/AST/Gerrit+Usage



By: Friendly Automation (friendly-automation) 2018-06-27 05:38:48.496-0500

Change 9180 merged by Joshua Colp:
app_queue: Add option for predial handlers on caller and callee channels

[https://gerrit.asterisk.org/9180|https://gerrit.asterisk.org/9180]