Click or drag to resize
TapiCallRedirect Method
Redirects the call to the specified destination number.

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

Parameters

number
Type: SystemString
Number where the call is to be redirected to. The number uses the standard dialable number format.
Exceptions
ExceptionCondition
TapiExceptionThe call was not redirected because a TAPI error occurred.
Remarks

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 the CallState event handler to redirect the call after call state changes to TapiCallState.Accepted.

See Also