Click or drag to resize

CallTransfer Method (String, 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,
	CallTransferStatusHandler transferStatusHandler
)

Parameters

remoteAddress
Type: SystemString
The remote address to transfer the call to.
transferStatusHandler
Type: Avaya.ClientServicesCallTransferStatusHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be received.
Remarks
If dialing rules have been configured via DialingRulesConfiguration they will be applied to the remote address. To control whether dialing rules are applied use Transfer(String, Boolean, CallTransferStatusHandler) instead.
See Also