login | register
Thu 04 of Dec, 2008 [00:22 UTC]

voip-info.org

History

Asterisk func queue_member_list

Created by: murf,Last modification on Mon 04 of Aug, 2008 [13:31 UTC] by JustRumours

Synopsis

 Returns a list of interfaces on a queue

Description

 QUEUE_MEMBER_LIST(<queuename>)

 Returns a comma-separated list of members associated with the specified queue.

Example

 exten => s,1,Set(foo=${QUEUE_MEMBER_LIST(q1)})

See also




Comments