Cisco Cisco Computer Telephony Integration OS 8.5 Guia Do Programador

Página de 546
 
6-59
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
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)
Parameters
args
Arguments array containing the following fields.