[asterisk-bugs] [JIRA] (ASTERISK-24365) [Patch] Dialplan function to get first/head caller channel on queue
Kristian Høgh (JIRA)
noreply at issues.asterisk.org
Mon Sep 29 05:59:28 CDT 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-24365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kristian Høgh updated ASTERISK-24365:
-------------------------------------
Description:
The function returns the first caller in a specific queue.
bq. Noop(${QUEUE_GET_FIRSTCHANNEL(queuename)})
"SIP/peer-00000002", if queue exist and is non-empty
was:
The function returns the first caller in a specific queue.
Noop("${QUEUE_GET_FIRSTCHANNEL(queuename)}")
"SIP/peer-00000002", if queue exist and is non-empty
> [Patch] Dialplan function to get first/head caller channel on queue
> -------------------------------------------------------------------
>
> Key: ASTERISK-24365
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-24365
> Project: Asterisk
> Issue Type: Improvement
> Security Level: None
> Components: Applications/app_queue
> Affects Versions: SVN
> Reporter: Kristian Høgh
> Severity: Minor
>
> The function returns the first caller in a specific queue.
> bq. Noop(${QUEUE_GET_FIRSTCHANNEL(queuename)})
> "SIP/peer-00000002", if queue exist and is non-empty
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list