Class Index | File Index

Classes


Class finesse.restservices.User.States

Possible User state values.
Defined in: finesse.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
User is on hold.
 
User Login.
 
User is logged out.
 
User is not ready.
 
User is ready for calls.
 
User has a call coming in, but has not answered it.
 
User has an outbound call being made, but has not been connected to it.
 
User has an outbound call's preview information being displayed, but has not acted on it.
 
User is on a call.
 
User is wrap-up/work mode.
 
This is the same as WORK, except that after time out user becomes READY.
Class Detail
finesse.restservices.User.States()
Field Detail
HOLD
User is on hold. Note that in UCCX implementations, the user remains in TALKING state while on hold.

LOGIN
User Login. Note that while this is an action, is not technically a state, since a logged-in User will always be in a specific state (READY, NOT_READY, TALKING, etc.).

LOGOUT
User is logged out.

NOT_READY
User is not ready. Note that in UCCX implementations, the user is in this state while on a non-routed call.

READY
User is ready for calls.

RESERVED
User has a call coming in, but has not answered it.

RESERVED_OUTBOUND
User has an outbound call being made, but has not been connected to it.

RESERVED_OUTBOUND_PREVIEW
User has an outbound call's preview information being displayed, but has not acted on it.

TALKING
User is on a call. Note that in UCCX implementations, this is for routed calls only.

WORK
User is wrap-up/work mode. This mode is typically configured to time out, after which the user becomes NOT_READY.

WORK_READY
This is the same as WORK, except that after time out user becomes READY.

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Nov 06 2017 08:00:55 GMT-0500 (EST)