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

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Tue Jun 12 10:46:54 CDT 2018


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

Richard Mudgett commented on ASTERISK-27912:
--------------------------------------------

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



> [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
>              Labels: patch
>         Attachments: queue_predial.patch
>
>
> 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