Click or drag to resize

CallTransfer Method (String, Boolean, CallTransferStatusHandler)

Transfers this call to the specified remote address (an unattended transfer).

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void Transfer(
	string remoteAddress,
	bool applyDialingRules,
	CallTransferStatusHandler transferStatusHandler
)

Parameters

remoteAddress
Type: SystemString
The remote address to transfer the call to.
applyDialingRules
Type: SystemBoolean
Controls whether any configured dialing rules will be applied to the remote address.
transferStatusHandler
Type: Avaya.ClientServicesCallTransferStatusHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be received.
See Also