CTI Client telephony functions (C++ CTI API)

CTI_TCallHold

Contents  Back  Next

Put a call on hold.

 

VOID WINAPI CTI_TCallHold(

 LONG lCallID = 0

);

Parameters

lCallID

Call ID of the call to put on hold. If you supply a value of 0, the most likely candidate call is held.

 

Return value

None

 

Remarks

Puts an active call on hold. The caller hears on-hold music. CTI_TCallUnHold retrieves the call. Some switches do not support this function.

 

See also

Telephony functions overview | CTI_TCallToggle

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.