Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 668
 
Chapter 10      Call Object
Methods
10-30
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1) 
The following events will be received  if this request fails: 
  •
OnControlFailureConf event
SendDTMFSignal
The SendDTMFSignal method requests that the ACD send a sequence of DTMF 
tones.
Syntax
C++:
int SendDTMFSignal(Arguments& args)
COM:
HRESULT SendDTMFSignal (/*[in]*/ args *arguments, /*[out, 
retval]*/ int * errorcode)
VB:
SendDTMFSignal (args As CTIOSCLIENTLib.IArguments, errorcode As 
Long)
Java:
int SendDTMFSignal(Arguments rArgs)
.NET:
CilError SendDTMFSignal(Arguments args)
Parameters
args
An input parameter of either a reference or a pointer to an Arguments array 
containing parameters from 
. Any of these parameters included 
should be added to the Arguments array using the associated key word.