Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
6-20
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
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.
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. 
Subsequent changes to the call context data (if any) are forwarded by an 
OnCallDataUpdate event containing the changed call data.
Note
There can be multiple calls with the same ConnectionCallID value.
Syntax
C++:
void OnCallBegin(Arguments& args)
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies 
the call object.