Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 506
   
6-24
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(1)
Chapter 6      Event Interfaces and Events
ICallEvents Interface
Syntax
C++:
void OnAlternateCallConf (Arguments & args); 
COM:
 HRESULT OnAlternateCallConf ([in] IArguments * args);
VB:
Session_ OnAlternateCallConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
Table 6-20
OnAlternateCallConf Parameters
OnAnswerCallConf
The OnAnswerCallConf event is fired to the client to indicate that an Answer request was received by 
the CTI Server.
Syntax
C++:
 void OnAnswerCallConf (Arguments & args);
COM:
HRESULT OnAnswerCallConf ([in] IArguments * args);
VB:
 Session_ OnAnswerCallConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
Table 6-21
OnAnswerCallConf Parameters
OnCallBegin
The OnCallBegin event is generated at the first association between a call and the CTI Client. The event 
passes the call identifier and the initial call context data. The ConnectionCallID identifies the call. This 
message always precedes any other event messages for that call. 
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies the call object.
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies the call object.