CTI Client telephony functions (C++ CTI API)

CTI_TCallRedirect

Contents  Back  Next

Redirect a call.

 

VOID WINAPI CTI_TCallRedirect(

 LONG lCallID = 0,

 PTCHAR pszNumber

);

Parameters

lCallID

Call ID of the call to redirect.

 

pszNumber

Destination telephone number to which the call should be redirected.

 

Return value

None

 

Remarks

The function redirects a call to a different telephone. It is not important whether the call is already connected or not. Good switches also allow redirection of call-waiting calls. Some switches do not support this function. A value of 0 for lCallID causes the CTI function to redirect the most likely call in OFFERING or ACCEPTED state. If no call is in such a state, the most likely connected call is redirected.

 

See also

Telephony functions overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.