Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 278
3-8
CTI Server Message Reference Guide (Protocol Version 9) Release 7.0(0)
Chapter 3      Messaging Conventions
Data Types
Data Types
 lists the data types that define fields within messages. All numeric data longer than one byte 
are transmitted in order of most significant byte to least significant byte. This is the canonical network 
byte order
 defined by TCP/IP standards.
139
BAD_CALL_REQ
Request to mark a call as having poor 
voice quality.
140
BAD_CALL_CONF
Response to a previous 
BAD_CALL_REQ request.
141
SET_DEVICE_ 
ATTRIBUTES_REQ
Request to set the default attributes of a 
calling device.
142
SET_DEVICE_ 
ATTRIBUTES_CONF
Response to a previous SET_DEVICE_ 
ATTRIBUTES_REQ request.
143
REGISTER_SERVICE_ 
REQ
Request to register service for the 
server application.
144
REGISTER_SERVICE_ 
CONF
Response to a previous 
REGISTER_SERVICE_REQ request.
145
UNREGISTER_ 
SERVICE_REQ
Request to unregister service for the 
server application.
146
UNREGISTER_ 
SERVICE_CONF
Response to a previous 
UNREGISTER_SERVICE_REQ 
request.
147
START_RECORDING_ 
REQ
Request to start recording.
148
START_RECORDING_ 
CONF
Response to a previous 
START_RECORDING_REQ request.
149
STOP_RECORDING_ REQ Request to stop recording
150
STOP_RECORDING_ 
CONF
Response to a previous 
STOP_RECORDING_REQ request.
Table 3-1
Message Set (continued)
Numbe
r
Message Type
Purpose
Table 3-2
Data Types 
Data Type
Meaning
Byte Size
CHAR
Signed integer, -128 to 127
1
UCHAR
Unsigned integer, 0 to 255
1
SHORT
Signed integer, -32,768 to 32,767
2
USHORT
Unsigned integer, 0 to 65,535
2
INT
Signed Integer,  -2,147,483,648 to  
2,147,483,647
4
UINT
Unsigned Integer, 0 to 4,294,967,295
4