Page 535 - Asterisk™: The Future of Telephony
P. 535
This function has been deprecated in favor of QUEUE_MEMBER_COUNT().
Counts number of agents answering a queue.
See Also
QUEUE_MEMBER_COUNT(), QUEUE_MEMBER_LIST()
QUOTE Escapes a string
QUOTE(string)
Quotes a given string, escaping embedded quotes as necessary.
See Also
FILTER()
RAND Random number
RAND([min][|max])
Chooses a random number within a range.
RAND() randomly picks an integer between min and max, inclusive, and returns that in-
teger. If min is not specified, it defaults to 0. If max is not specified, it defaults to the C
constant INT_MAX, which is 2,147,483,647 on 32-bit platforms. Note that INT_MAX is
quite a bit larger on 64-bit platforms.
REALTIME Retrieves real-time data
REALTIME(family|fieldmatch[|value[||delim1[|delim2]]])
Real-time read/write functions. Use the above syntax for a read and the following syntax
for a write:
REALTIME(family|fieldmatch|value|field)
REGEX Compares based upon a regular expression
REGEX("regular expression" data)
QUOTE | 507