Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 640
10-33
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 10      Call Object
Methods
The following event will be sent if this request fails: 
  •
OnControlFailureConf 
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 IPCC Enterprise and 
Hosted Editions.
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)
Parameters
args
An output 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 keyword.