[Home]

Summary:ASTERISK-24365: [Patch] Dialplan function to get first/head caller channel on queue
Reporter:Kristian Høgh (kfhdk)Labels:
Date Opened:2014-09-29 05:56:39Date Closed:2014-10-03 13:56:20
Priority:MinorRegression?
Status:Closed/CompleteComponents:Applications/app_queue
Versions:SVN Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) queue_get_firstchannel.patch
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
Comments:By: Rusty Newton (rnewton) 2014-09-29 19:14:53.970-0500

Thanks for the contribution, you can follow through with the [Code Review|https://wiki.asterisk.org/wiki/display/AST/Code+Review] process and get the patch on Reviewboard for others to review and test.