type
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";
Related Topics