CTI Client telephony functions (C++ CTI API)

CTI_TProxyMakeCall

Contents  Back  Next

Initiate a call from a proxy telephone. Useful for some types of cordless (DECT) telephone.

 

VOID WINAPI CTI_TProxyMakeCall(

 PTCHAR pszNumber,

 PTCHAR pszProxy,

);

Parameters

pszNumber

Number of the device to call.

 

pszProxy

Extension of the mediating device. Must be an internal phone belonging to the switch.

 

Return value

None

 

Remarks

Say a user device cannot use TAPI to make a call. A proxy device calls the user. The user answers, whereupon the proxy device establishes a consultation call to the actual target device. The call is transferred to the user after dialing has started.

 

See also

Telephony functions overview | CTI_TCallDrop

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.