CTI Server functions (.NET)

SendUserData

Contents  Back  Next

Send user-defined data.

 

void SendUserData

(

 uint dwCommand,

 String strUser,

 String strText

)

Parameters

dwCommand

Command number

 

strUser

Extension of the user who sent the command.

 

strText

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 UserSendToDataBase. Event OnUserToDataBase is triggered upon their arrival at the server.

 

See also

ClientCom overview

 


Send feedback to TAPIMaster®

<%FULLCOPYRIGHT%