Description
The BlindTransfer method performs a blind or single-step transfer to the specified destination address.
[Visual Basic]
function BlindTransfer(String DestAddr) As Boolean
[C#]
public Boolean BlindTransfer(DestAddr String);
Parameters
- DestAddr
- input string identifying where the call is to be transferred to. The destination
address uses the standard dialable number format.
Return values
- If the method succeeds, return TRUE, otherwise return FALSE.
Remarks
Blind transfer differs from a consultation transfer in that no consultation call is made visible to the application. After the blind transfer successfully completes, the specified call is typically cleared from the application's line, and it transitions to the idle state.The application's call handle remains valid after the transfer has completed. The application must deallocate its handle using DeallocateCall when it is no longer interested in the transferred call.
See Also
Redirect, SetupTransfer , CompleteTransferSupport editions

