CTI Client telephony functions (C++ CTI API)

CTI_TCallTransfer

Contents  Back  Next

Connect two calls.

 

VOID WINAPI CTI_TCallTransfer(

 LONG lCall1 = 0,

 LONG lCall2 = 0

);

Parameters

lCall1

Call ID of the first call.

 

lCall2

Call ID of the second call.

 

Return value

None

 

Remarks

Connect two calls together. In most cases one call is active and the other on hold (hearing music). The parameter order is unimportant. Some switches do not support this function. If one or both of the parameters are 0, the CTI function connects the two most likely calls.

 

See also

Telephony functions overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.