CTI Server functions (C++ CTI API)

CTI_SendUserData

Contents  Back  Next

Send user-defined data.

 

VOID WINAPI CTI_SendUserData(

 LONG lCommand,

 PTCHAR pszUser,

 PTCHAR pszText

);

Parameters

lCommand

Command number

 

pszUser

Extension of user who sent the command

 

pszText

Command parameter

 

Return value

None

 

Remarks

TAPIMaster® allows user-defined data to be sent from client to server and back. In this way you may transmit additional data between client and server without having to open an additional connection. The client sends commands to the server using CTI_EUserSendToDataBase. Event CTI_DATABASETOUSER is triggered upon their arrival at the server.

 

See also

Server functions overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.