Redirects the call to the specified destination number.
- number (String)
- Number where the call is to be redirected to. The number uses the standard dialable number format.
The telephony hardware must support "redirect" function in order for Redirect method to work. Voice modems do not support this function.
Please note that some telephony hardware requires a call to be in the accepted state before redirecting the call. Use Accept()()() to accept incoming call, then use Redirect in your CallState event handler to redirect the call after call state changes to TapiCallState.Accepted.
| Exception | Condition |
|---|---|
| TapiException | The call was not redirected because a TAPI error occurred. |
Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)