[asterisk-bugs] [JIRA] (ASTERISK-27912) [PATCH] Add predial handler to app_queue
Kristian Høgh (JIRA)
noreply at issues.asterisk.org
Tue Jun 12 09:57:54 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kristian Høgh updated ASTERISK-27912:
-------------------------------------
Attachment: queue_predial.patch
> [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