CTI Client telephony functions (C++ CTI API)

CTI_TCallAnswer

Contents  Back  Next

Answers a call.

 

VOID WINAPI CTI_TCallAnswer(

 LONG lCallID = 0

);

Parameters

lCallID

Call ID of the call to answer. Supplying 0 attempts to answer the first call in OFFERING state in one’s own queue.

 

Return value

None

 

Remarks

Answers an incoming call. The function works only if the telephone can switch to hands-free mode, a feature supported by most telephones.

 

Example

Simply CTI client (C++)

 

See also

Telephony functions overview | CTI_CALLSTATE

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.