Enqueue
Place a caller in a queue.
A webhook invoked when the operation completes.
leave verb, the webhook is immediately invoked.dequeue verb, then the webhook is invoked after both parties have disconnected.Name of the queue.
(Added in 0.8.3-4) Optional priority value between 0 and 999.
Calls are dequeued in priority order, lowest to highest.
Default: 999.
A webhook to invoke while the caller is in queue.
The only allowed verbs in the application returned from this webhook are say, play, pause, and leave.
See below for additional request parameters.
queueSid: the unique identifier for the queuequeueResult: the completion reason:
leave verb caused the call to exit the queuedequeue verb caused the call to be bridged to another callqueueTime - the number of seconds the call spent in queuequeueSize - the number of calls remaining in queuequeuePosition - the zero-based position of the call in queue before it was removedcallSid - the unique identifier for the callcallId - the sip Call-ID for the callqueueSid: the unique identifier for the queuequeuePosition: the current zero-based position in the queuequeueTime: the current number of seconds the call has spent in queuequeueSize: the current number of calls in the queue