Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
6-15
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 6      Event Interfaces and Events
ISessionEvents Interface
This configuration is stored in the Windows System Registry database 
and many of the values are set when the CTI OS Server Setup is run. 
Custom configuration may be set at a later time through the Windows 
Registry Editor. 
OnHeartbeat
The OnHeartbeat event is generated when a heartbeat response is received from a 
CTI OS server. It returns the time of day.
Syntax
C++:
void OnHeartbeat(Arguments& args)
COM:
void Onheartbeat (IArguments * args)
VB:
session_OnHeartbeat (ByVal args As CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
Keyword
Type
Description
EventTime
INT
Integer value with time of day expressed in 
milliseconds.