Class Index | File Index

Classes


Class finesse.restservices.Media.States

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

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
The dialogs in this media have been interrupted by a dialog in a non-interruptible media.
 
User Login on a non-voice Media.
 
User is logged out of this Media.
 
User is not ready on this Media.
 
User is ready for activity on this Media.
 
User has a dialog coming in, but has not accepted it.
 
User enters this state when failing over from one Finesse to the other or when failing over from one PG side to the other.
Class Detail
finesse.restservices.Media.States()
Field Detail
INTERRUPTED
The dialogs in this media have been interrupted by a dialog in a non-interruptible media.

LOGIN
User Login on a non-voice Media. 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, etc.).

LOGOUT
User is logged out of this Media.

NOT_READY
User is not ready on this Media.

READY
User is ready for activity on this Media.

RESERVED
User has a dialog coming in, but has not accepted it.

WORK
User enters this state when failing over from one Finesse to the other or when failing over from one PG side to the other.

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