Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 640
Chapter 10      Call Object
Methods
10-36
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
Remarks
The DialedNumber is the only required member necessary in the Arguments 
parameter. A SingleStepConference request will fail if the call’s status is not 
LCS_CONNECT. 
The following events will be received  if this request is successful: 
  •
OnAgentStateChange event (Hold)
  •
OnCallHeld event
  •
OnAgentStateChange event (Talking)
  •
OnBeginCall event
  •
OnServiceInitiated event
  •
OnCallOriginated event
  •
OnCallDelivered event
  •
OnCallConferenced event
  •
OnCallEnd event
  •
ConferenceCallConf event
The following events will be received  if this request fails: 
  •
OnControlFailureConf event
SingleStepTransfer
The SingleStepTransfer method initiates a one-step transfer without the 
intermediate consultative call. When the called party answers the call, the called 
party will be talking to the party to be transferred and the transferring party will 
drop out of the call. The method requires a DialedNumber argument.
Syntax
C++:
int SingleStepTransfer(Arguments& args)
COM:
HRESULT SingleStepTransfer (/*[in]*/ IArguments * args, /*[out, 
retval]*/ int * errorcode)
VB:
SingleStepTransfer (args As CTIOSCLIENTLib.IArguments, 
errorcode As Long)
Java:
int SingleStepTransfer(Arguments rASrgs)