Cisco Cisco Computer Telephony Integration Option 8.5 Guía Del Desarrollador

Descargar
Página de 668
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
6-70
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1) 
VB:
Session_ OnRetrieveCallConf (ByVal args as 
CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
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.
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies 
the call object.