CTI Client telephony functions (C++ CTI API)

CTI_TMakeCall

Contents  Back  Next

Initiate a call.

 

VOID WINAPI CTI_TMakeCall(

 PTCHAR pszNumber

);

Parameters

pszNumber

Telephone number of the device to call.

 

Return value

None

 

Remarks

If an active call already exists, an attempt will be made to put this call on hold and to initiate a new call. You can also use this function for consultation calls.

 

Example

Simply CTI client (C++)

 

See also

Telephony functions overview | CTI_TCallDrop

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.