Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 500
   
10-22
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Chapter 10      Call Object
Methods
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.
Table 10-10
SendDTMFSignal Parameters 
Parameter
Type
Description
DTMFString (required)
STRING. 
maximum 
length 32
The sequence of tones to be generated. 
ToneDuration (optional)
INT
Specifies the duration in milliseconds 
of DTMF digit tones. Use 0 to take the 
default. May be ignored if the 
peripheral is unable to alter the DTMF 
tone timing.
PauseDuration (optional) INT
Specifies the duration in milliseconds 
of DTMF inter-digit spacing. Use 0 to 
take the default. May be ignored if the 
peripheral is unable to alter the DTMF 
tone timing.
errorcode
An output parameter (return parameter in VB) that contains an error code from 
 in 
Return Values
Default CTI OS return values. See