Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 490
   
6-48
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(3)
Chapter 6      Event Interfaces and Events
ICallEvents Interface
Parameters
args
Arguments array containing the following field.
Table 6-49
OnReleaseCallConf Parameters
OnSendDTMFConf
The OnSendDTMFConf event is fired to the client to indicate that the CTI server received a SendDTMF 
request.
Syntax
C++:
 void OnSendDTMFConf (Arguments & args);
COM:
 HRESULT OnSendDTMFConf ([in] IArguments * args);
VB:
Session_ OnSendDTMFConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Parameters
args
Not used; reserved for future use.
OnSetCallDataConf
The OnSetCallDataConf event is fired to the client to indicate that the CTI server received a SetCallData 
request.
Syntax
C++:
 void OnSetCallConf (Arguments & args);
COM:
 HRESULT OnClearCallConf ([in] IArguments * args);
VB:
Session_ OnClearCallConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
Table 6-50
OnReleaseCallConf Parameters
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.