Developer's Guide

3-12
CTI Server Message Reference Guide (Protocol Version 15) for Cisco Unified Contact Center Enterprise
Release 8.5(1)
Chapter 3 Messaging Conventions
Data Types
The NAMEDVAR data type is a call context variable that has been defined in the Unified CCE
Expanded_Call_Variable_Table. This variable length data type may appear in the floating part of a
message and has the format shown in Table 3-4:
Table 3-4 Named Call Context Variable (NAMEDVAR) Format
Subfield Value Data Type Max. Size
Tag NAMED_VARIABLE_TAG (= 82). The floating field tag
that indicates that the following data is a named call
context variable.
UCHAR 1
FieldLength The total length of the VariableName and Variable Value
fields, including the null-termination bytes. The value of
this field may range from 3 to 251.
UCHAR 1
VariableName The null-terminated defined name of the variable. STRING 33
VariableValue The null-terminated value of the variable. STRING 211