CONFIG_KEY_EVENT
The CONFIG_KEY_EVENT message is sent by Unified CCX in response to CONFIG_REQUEST_KEY_EVENT message. It contains the Unified CCX keys at the time of the request. Although the data type for the keys is UNSPEC, the keys should be interpreted as 8-byte integer.
Returning any key of all binary 0’s tells the client that the specified configuration needs to be uploaded.
Fixed part Field name |
Value |
Data type |
Byte size |
---|---|---|---|
Status |
Status value of operation. See Table 3. |
UINT |
4 |
Floating part Field name |
Value |
Data type |
Maximum size |
---|---|---|---|
ApplicationConfigKey[177] |
The Unified CCX configuration key of the customer (or all customers) for applications. |
UNSPEC (8) |
8 |
CSQConfigKey[178] |
The Unified CCX configuration key of the customer (or all customers) for CSQs. |
UNSPEC (8) |
8 |
AgentConfigKey[179] |
The Unified CCX configuration key of the customer (or all customers) for agents. |
UNSPEC (8) |
8 |
DeviceConfigKey[180] |
The Unified CCX configuration key of the customer (or all customers) for device information. |
UNSPEC (8) |
8 |
Status Value |
Value |
Meaning |
---|---|---|
CONFIG_SUCCESS |
0 |
Successful upload of configuration data. |
CONFIG_SERVICE_PROVIDER |
1 |
No data was sent because the configuration service is not requested in the service request of the OPEN_REQ message. |
CONFIG_NO_KEY_SUPPORT |
2 |
Unified CCX is unable to provide configuration key support due to an internal error. |
CONFIG_UNKNOWN_DATA |
3 |
Invalid reserved[131] field. |