This function can be used to redirect the offering call to the specified destination address.
DWORD NetworkRedirectCall(
LPCWSTR pwszNumber
);
Parameters
pwszNumber
[in] Pointer to the null-terminated string that contains the destination address. This follows the standard dialable number format.
Return values
Zero indicates success. A non zero number indicates that an error occurred. For additional error information, enable the library debug mode.
Remarks
Call redirect allows an application to deflect an offering call to another address without first answering the call.
Redirection can be done on a call-by-call basis by the application, for example, driven by caller ID information.
It differs from call transfer in that transferring a call requires the call first be answered.
After a call has been successfully redirected, the call typically transitions to idle.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: dynril.h.
Dll Library: dynrildll.dll.