Click or drag to resize

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

Parameters

remoteAddress
Type: SystemString
The remote address whose voicemail 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. Status invocation is same as that of unattended transfer.
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 TransferToVoicemail(String, Boolean, CallTransferStatusHandler) instead.
See Also