Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 278
5-172
CTI Server Message Reference Guide (Protocol Version 9) Release 7.0(0)
Chapter 5      Application Level Interfaces
Server Service
The REGISTER_SERVICE_CONF message (
) confirms successful completion of the 
request:
Table 5-137
REGISTER_SERVICE_CONF Message Format
Field Name
Value
Data 
Type
Byte 
Size
MessageHeader
Standard message header. MessageType 
= 144.
MHDR
8
InvokeID
Set to the same value as the InvokeID 
from the corresponding request 
message.
UINT
4
RegisteredService
ID
The ID of registered service.
UINT
4
Maximum message size (including header)
16
UNREGISTER_SERVICE_REQ
Prior to closing its session with the CTI Server, or at any time that the server application wishes to 
discontinue providing a registered service, it must send an UNREGISTER_SERVICE_REQ message, 
defined in 
:
Table 5-138
UNREGISTER_SERVICE_REQ Message Format
Fixed Part
Field Name
Value
Data 
Type
Byte 
Size
MessageHeader
Standard message header. MessageType 
= 145.
MHDR
8
InvokeID
An ID for this request message that will 
be returned in the corresponding 
confirm message.
UINT
4
Registered 
ServiceID
The ID of registered service that the 
application wishes to unregistered
UINT
4
Maximum message size (including header)
16
The UNREGISTER_SERVICE_CONF message (
) confirms successful completion of the 
request:
ServiceName
The name of the service that the 
application wishes to provide.
STRING
64
Maximum message size (including header)
80
Table 5-136
REGISTER_SERVICE_REQ Message Format