AddTapi.NET Developer's Manual
Transfer Method (number)
NamespacesTraysoft.AddTapiTapiCallTransfer(String)
Performs a blind or single-step transfer of the call.
Declaration Syntax
C#Visual BasicVisual C++
public void Transfer(
	string number
)
Public Sub Transfer ( _
	number As String _
)
public:
void Transfer(
	String^ number
)
Parameters
number (String)
Number where the call is to be transferred to. The number uses the standard dialable number format.
Remarks

The telephony hardware must support "blind transer" or "one-step transfer" function in order for Transfer method to work. Please note that voice modems do not support this function. The application can use GenerateDigits(String) method to generate a sequence of DTMF digits that will instruct PBX to perform a transfer.

Please note that some telephony hardware requires a call to be in the connected state before transferring the call. You can instruct AddTapi.NET to automatically answer incoming calls by setting RingsToAnswer to 1 and perfom a transfer using Transfer in your TapiCallHandler method.

Exceptions
ExceptionCondition
TapiExceptionThe call was not transfered because a TAPI error occurred.
See Also

Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)