LocalConnectionState (LCS) Values
The LocalConnectionState is the local end state of a connection.
Table 1 lists the local connection states that can be included in a Unified CCX CTI message with their descriptions and numeric code values.
LocalConnectionState |
Description |
Value |
---|---|---|
LCS_NONE |
Not applicable |
0xffff |
LCS_NULL |
No relationship between call and device. |
0 |
LCS_INITIATE |
Device requesting service ("dialing"). |
1 |
LCS_ALERTING |
Device is alerting ("ringing"). |
2 |
LCS_CONNECT |
Device is actively participating in the call. |
3 |
LCS_HOLD |
Device is inactively participating in the call. |
4 |
LCS_QUEUED |
Device is stalled attempting to connect to a call, or a call is stalled attempting to connect to a device. |
5 |
LCS_FAIL |
A device-to-call or call-to-device connection attempt has been aborted. |
6 |