Developer's Guide

5-89
CTI Server Message Reference Guide (Protocol Version 15) for Cisco Unified Contact Center Enterprise
Release 8.5(1)
Chapter 5 Application Level Interfaces
Miscellaneous Service
Table 5-77 lists the Call Variable masks.
Table 5-76 REGISTER_VARIABLES_REQ Message Format
Fixed Part
Field Name Value Data Type
Byte
Size
MessageHeader Standard message header. MessageType = 110. MHDR 8
InvokeID Set to the value of the InvokeID from the corresponding
request message.
UINT 4
CallVariable
Mask
A bitwise combination of Call Variable Masks listed in
Table 5-77 corresponding to the call variables that the client
wishes to receive.
USHORT 2
NumNamed
Va ri a b l e s
The number of NamedVariable floating fields present in the
floating part of the message.
USHORT 2
NumNamed
Arrays
The number of NamedArray floating fields present in the
floating part of the message.
USHORT 2
Floating Part
Field Name Value Data Type
Max.
Size
NamedVariable
(optional)
A variable name defined in the Unified CCE that the CTI
Client wishes to use. There may be an arbitrary number of
Named Variable and NamedArray fields in the message, up to
a combined total limit of 2000 bytes. The variable value
provided is ignored in this request. See Table 3-4 for the
format of this field.
NAMED
VA R
251
NamedArray
(optional)
An array variable name defined in the Unified CCE that the
CTI Client wishes to use. There may be an arbitrary number
of Named Variable and NamedArray fields in the message, up
to a combined total limit of 2000 bytes. The array index and
value provided are ignored in this request. See Table 3-5 for
the format of this field.
NAMED
ARRAY
252
Maximum message size (including header): 2020
Table 5-77 Call Variable Masks
Mask Name Description Value
CALL_VAR_1_MASK CallVariable1 0x0001
CALL_VAR_2_MASK CallVariable2 0x0002
CALL_VAR_3_MASK CallVariable3 0x0004
CALL_VAR_4_MASK CallVariable4 0x0008
CALL_VAR_5_MASK CallVariable5 0x0010
CALL_VAR_6_MASK CallVariable6 0x0020