- number (String)
- Number where the call is to be transferred to. The number uses the standard dialable number format.
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.
| Exception | Condition |
|---|---|
| TapiException | The call was not transfered because a TAPI error occurred. |
Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)