| TapiCallTransfer Method |
Namespace: Traysoft.AddTapi
| Exception | Condition |
|---|---|
| TapiException | The call was not transfered because a TAPI error occurred. |
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.