QUEUE_MEMBER_LIST(queue)
Returns a comma-delimited list of the members in the specified
queue.
; Agents in "supportqueue":
exten => 123,1,Set(foo=${QUEUE_MEMBER_LIST(supportqueue)})
; Returns, for example, 5,8,33
|
|
|
Internal help for this application in Asterisk 1.4: -= Info about function 'QUEUE_MEMBER_LIST' =- [Syntax] QUEUE_MEMBER_LIST(<queuename>) [Synopsis] Returns a list of interfaces on a queue [Description] Returns a comma-separated list of members associated with the specified queue. diff output to internal help in Asterisk 1.2: -- not available in Version 1.2 -- |