[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:55:54 CDT 2018
Kristian Høgh created ASTERISK-27912:
----------------------------------------
Summary: [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: 15.4.1, GIT
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