[asterisk-bugs] [JIRA] (ASTERISK-27912) [PATCH] Add predial handler to app_queue
Friendly Automation (JIRA)
noreply at issues.asterisk.org
Wed Jun 27 05:39:54 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Friendly Automation closed ASTERISK-27912.
------------------------------------------
Resolution: Fixed
> [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
> Assignee: 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 enters the queue.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list