-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4035/
-----------------------------------------------------------

(Updated Oct. 3, 2014, 1:54 p.m.)


Status
------

This change has been marked as submitted.


Review request for Asterisk Developers.


Changes
-------

Committed in revision 424493


Bugs: ASTERISK-24365
    https://issues.asterisk.org/jira/browse/ASTERISK-24365


Repository: Asterisk


Description
-------

The function returns the caller at specified position in a queue.

Noop(${QUEUE_GET_CHANNEL(queuename), 2})
"SIP/peer-00000002", if queue exist and have at least 2 callers

Noop(${QUEUE_GET_CHANNEL(queuename), 1})
"SIP/peer-00000000", if queue exist and have at least 1 caller


Before diff r3:
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


Diffs
-----

  /trunk/apps/app_queue.c 424149 

Diff: https://reviewboard.asterisk.org/r/4035/diff/


Testing
-------


Thanks,

Kristian Høgh

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to