@ -126,6 +126,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 >
@ -331,6 +332,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 >
@ -384,6 +386,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 >
@ -424,6 +427,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 >
@ -471,6 +475,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 >
@ -515,6 +520,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 >
@ -549,6 +555,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 .
@ -569,6 +576,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 >
@ -624,6 +632,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 .
@ -689,6 +698,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 >
@ -717,6 +727,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 >
@ -744,6 +755,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 >
@ -772,6 +784,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 >
@ -799,6 +812,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 >
@ -826,6 +840,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 >