Server Class Fields

The following are the Server class fields.

Description

The server ID.

Type: string.

Description

The server information string.

Type: string.

Description

The server state.

Type: string with the following constants.

Value

Description

ST_INSERVICE

The server is in service.

ST_OUTOFSERVICE

The server is out of service.

Description

The type of server, either CTI or UQ.

Type: string with the following constants.

Value

Description

TYPE_CTI

The server is a CTI server.

TYPE_MCS

The server is a third-party MultiChannel server.

TYPE_UQ

The server is a queue server.

Example

The TYPE_* fields are global fields, which may be accessed without instantiating an object. They are accessed as shown in this example:

Server.TYPE_UQ = "UQ";