5
normally, go to voicemail where they can leave a message for help. There are
various circumstances under which a call will fall out of the queue
automatically. These circumstances are:
•
If the queue is full (when the queue administrator sets a maximum
number of calls holding) and callers try to enter the queue.
•
Callers holding for the maximum waiting time (if a maximum waiting
time is set by the queue administrator).
•
If calls are queued waiting to be answered and all agents log out of the
queue.
•
When there are no agents are logged into the queue (supervisors are not
considered agents).
By default when any of these things happen, the caller is sent to voicemail.
Custom changes can direct these calls elsewhere. The following are extended
mailbox settings that can contain Tcl code that states what to do otherwise:
For a position change event an override method can be specified by
QUEUE_POSITION_METHOD. If not specified then play the position in standard
form.
For a transfer event an override method can be specified by
QUEUE_TRANSFER_METHOD. If not specified then transfer in standard form.
For a no more agents attached event an override method can be specified
QUEUE_CLOSED_METHOD. If not specified then go to voicemail.
For a queue timeout (max enqueued time) event an override method can be
specified by QUEUE_TIMEOUT_METHOD. If not specified then go to voicemail.
For a play greeting event n override method can be specified by
QUEUE_PLAY_GRT_METHOD. If not specified then play the specified greeting.
For a go to voicemail event an override method can be specified by
QUEUE_VOICEMAIL_METHOD. If not specified then go to voicemail.
To use any of these settings you must create an extended mailbox property
entering the capitalized in the property field and setting an appropriate tcl
value. For example, you might set “QUEUE_CLOSED_METHOD” as the property
name, and “method_chain <box>” as the value, where box = the mailbox
number where the caller will be sent (Figure 2 shows the caller being sent to
mailbox 500 when the queue is closed).