Click or drag to resize
TapiCallTransfer Method
Performs a blind or single-step transfer of the call.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public void Transfer(
	string number
)

Parameters

number
Type: SystemString
Number where the call is to be transferred to. The number uses the standard dialable number format.
Exceptions
ExceptionCondition
TapiExceptionThe call was not transfered because a TAPI error occurred.
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 the switch 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.

See Also