Click or drag to resize

CallTransferToVoicemail Method (String, Boolean, CallTransferStatusHandler)

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

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

Parameters

remoteAddress
Type: SystemString
The remote address whose voicemail 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. Status invocation is same as that of unattended transfer.
See Also