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
Syntaxpublic 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
See Also