Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 500
   
6-47
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Chapter 6      Event Interfaces and Events
ICallEvents Interface
Syntax
C++:
 void OnRetrieveCallConf (Arguments & args);
COM:
HRESULT OnRetrieveCallConf ([in] IArguments * args);
VB:
Session_ OnRetrieveCallConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies the call object.
OnSendDTMFConf
The OnSendDTMFConf event is fired to the client to indicate that a SendDTMF request was received by 
the CTIServer.
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.
OnSnapshotCallConf
The OnSnapshotCallConf event is generated when a SnapshotCall request for a specific call is 
successful. It will contain all the information known about the specific connection at that point in time.
Syntax
C++:
void OnSnapshotCallConf(Arguments& args)
COM:
void OnSnapshotCallConf (IArguments * args)
VB:
session_OnSnapshotCallConf (ByVal args As CtiosCLIENTLib.IArguments)