Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 508
   
10-24
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 8.0(1)
Chapter 10      Call Object
Methods
Syntax
C++:
int SetCallData(Arguments& args)
COM:
HRESULT SetCallData (/*[in]*/ args *arguments, /*[out]*/ int * errorcode)
VB:
SetCallData (args As CTIOSCLIENTLib.IArguments, errorcode As Long)
Java:
int SetCallData(Arguments rArgs)
.NET
CilError SetCallData(Arguments args)
Parameters
args
An input parameter of either a reference or a pointer to an Arguments array containing parameters 
described under Remarks for GetCallData.
errorcode
An output parameter (return parameter in VB) that contains an error code from 
 in 
Return Values
Default CTI OS return values. See 
Remarks
You must specify the data for all elements in the Arguments array, not just those elements that you want 
to change. Failure to do so will cause the unchanged elements to disappear.
The following events will be sent if this request succeeds: 
OnSetCallDataConf 
OnCallDataUpdate
The OnControlFailureConf event will be sent if this request fails.
SingleStepConference
The SingleStepConference method initiates a one-step conference without the intermediate consultative 
call so that when the called party answers, he will be joined in the current call. This method requires a 
DialedNumber argument. This method is not supported under all switches.
Note
The SingleStepConference method is not supported for the Unified CCE .
Syntax
C++:
int SingleStepConference(Arguments& args)
COM:
HRESULT SingleStepConference (IArguments *args, int * errorcode)
VB:
SingleStepConference (args As CTIOSCLIENTLib.IArguments, errorcode As Long)
Java:
int SingleStepConference(Arguments rArgs)
.NET:
CilError SingleStepConference(Arguments args)