@ -123,6 +123,7 @@
/*** DOCUMENTATION
/*** DOCUMENTATION
< application name = " Queue " language = " en_US " >
< application name = " Queue " language = " en_US " >
< since > < version > 1.6 .2 .0 < / version > < / since >
< synopsis >
< synopsis >
Queue a call for a call queue .
Queue a call for a call queue .
< / synopsis >
< / synopsis >
@ -316,6 +317,7 @@
< / see - also >
< / see - also >
< / application >
< / application >
< application name = " AddQueueMember " language = " en_US " >
< application name = " AddQueueMember " language = " en_US " >
< since > < version > 1.6 .2 .0 < / version > < / since >
< synopsis >
< synopsis >
Dynamically adds queue members .
Dynamically adds queue members .
< / synopsis >
< / synopsis >
@ -369,6 +371,7 @@
< / see - also >
< / see - also >
< / application >
< / application >
< application name = " RemoveQueueMember " language = " en_US " >
< application name = " RemoveQueueMember " language = " en_US " >
< since > < version > 1.6 .2 .0 < / version > < / since >
< synopsis >
< synopsis >
Dynamically removes queue members .
Dynamically removes queue members .
< / synopsis >
< / synopsis >
@ -409,6 +412,7 @@
< / see - also >
< / see - also >
< / application >
< / application >
< application name = " PauseQueueMember " language = " en_US " >
< application name = " PauseQueueMember " language = " en_US " >
< since > < version > 1.6 .2 .0 < / version > < / since >
< synopsis >
< synopsis >
Pauses a queue member .
Pauses a queue member .
< / synopsis >
< / synopsis >
@ -456,6 +460,7 @@
< / see - also >
< / see - also >
< / application >
< / application >
< application name = " UnpauseQueueMember " language = " en_US " >
< application name = " UnpauseQueueMember " language = " en_US " >
< since > < version > 1.6 .2 .0 < / version > < / since >
< synopsis >
< synopsis >
Unpauses a queue member .
Unpauses a queue member .
< / synopsis >
< / synopsis >
@ -500,6 +505,7 @@
< / see - also >
< / see - also >
< / application >
< / application >
< application name = " QueueLog " language = " en_US " >
< application name = " QueueLog " language = " en_US " >
< since > < version > 1.6 .2 .0 < / version > < / since >
< synopsis >
< synopsis >
Writes to the queue_log file .
Writes to the queue_log file .
< / synopsis >
< / synopsis >
@ -534,6 +540,7 @@
< / see - also >
< / see - also >
< / application >
< / application >
< application name = " QueueUpdate " language = " en_US " >
< application name = " QueueUpdate " language = " en_US " >
< since > < version > 15.0 .0 < / version > < / since >
< synopsis >
< synopsis >
Writes to the queue_log file for outbound calls and updates Realtime Data .
Writes to the queue_log file for outbound calls and updates Realtime Data .
Is used at h extension to be able to have all the parameters .
Is used at h extension to be able to have all the parameters .
@ -554,6 +561,7 @@
< / description >
< / description >
< / application >
< / application >
< function name = " QUEUE_VARIABLES " language = " en_US " >
< function name = " QUEUE_VARIABLES " language = " en_US " >
< since > < version > 1.6 .2 .0 < / version > < / since >
< synopsis >
< synopsis >
Return Queue information in variables .
Return Queue information in variables .
< / synopsis >
< / synopsis >
@ -609,6 +617,7 @@
< / see - also >
< / see - also >
< / function >
< / function >
< function name = " QUEUE_MEMBER " language = " en_US " >
< function name = " QUEUE_MEMBER " language = " en_US " >
< since > < version > 1.6 .2 .0 < / version > < / since >
< synopsis >
< synopsis >
Provides a count of queue members based on the provided criteria , or updates a
Provides a count of queue members based on the provided criteria , or updates a
queue member ' s settings .
queue member ' s settings .
@ -674,6 +683,7 @@
< / see - also >
< / see - also >
< / function >
< / function >
< function name = " QUEUE_MEMBER_COUNT " language = " en_US " >
< function name = " QUEUE_MEMBER_COUNT " language = " en_US " >
< since > < version > 1.6 .2 .0 < / version > < / since >
< synopsis >
< synopsis >
Count number of members answering a queue .
Count number of members answering a queue .
< / synopsis >
< / synopsis >
@ -702,6 +712,7 @@
< / see - also >
< / see - also >
< / function >
< / function >
< function name = " QUEUE_EXISTS " language = " en_US " >
< function name = " QUEUE_EXISTS " language = " en_US " >
< since > < version > 1.8 .0 < / version > < / since >
< synopsis >
< synopsis >
Check if a named queue exists on this server
Check if a named queue exists on this server
< / synopsis >
< / synopsis >
@ -729,6 +740,7 @@
< / see - also >
< / see - also >
< / function >
< / function >
< function name = " QUEUE_GET_CHANNEL " language = " en_US " >
< function name = " QUEUE_GET_CHANNEL " language = " en_US " >
< since > < version > 14.0 .0 < / version > < / since >
< synopsis >
< synopsis >
Return caller at the specified position in a queue .
Return caller at the specified position in a queue .
< / synopsis >
< / synopsis >
@ -757,6 +769,7 @@
< / see - also >
< / see - also >
< / function >
< / function >
< function name = " QUEUE_WAITING_COUNT " language = " en_US " >
< function name = " QUEUE_WAITING_COUNT " language = " en_US " >
< since > < version > 1.6 .2 .0 < / version > < / since >
< synopsis >
< synopsis >
Count number of calls currently waiting in a queue .
Count number of calls currently waiting in a queue .
< / synopsis >
< / synopsis >
@ -784,6 +797,7 @@
< / see - also >
< / see - also >
< / function >
< / function >
< function name = " QUEUE_MEMBER_LIST " language = " en_US " >
< function name = " QUEUE_MEMBER_LIST " language = " en_US " >
< since > < version > 1.6 .2 .0 < / version > < / since >
< synopsis >
< synopsis >
Returns a list of interfaces on a queue .
Returns a list of interfaces on a queue .
< / synopsis >
< / synopsis >
@ -811,6 +825,7 @@
< / see - also >
< / see - also >
< / function >
< / function >
< function name = " QUEUE_MEMBER_PENALTY " language = " en_US " >
< function name = " QUEUE_MEMBER_PENALTY " language = " en_US " >
< since > < version > 1.6 .2 .0 < / version > < / since >
< synopsis >
< synopsis >
Gets or sets queue members penalty .
Gets or sets queue members penalty .
< / synopsis >
< / synopsis >