CTI Server functions (.NET)

OnUserToDatabase

Contents  Back  Next

User-defined data are received for further processing.

 

Event OnUserToDataBase

(

 object sender,

 uint e.dwCommand,

 String e.strUser,

 String e.strMessage

)

Parameters

sender

object ClientCom

 

e.dwCommand

Command number

 

e.strUser

Extension of the user who sent the command.

 

e.strMessage

Command parameter

 

Remarks

A client has sent a user-defined command to the server interface. This can be achieved using UserSendToDataBase in the client. The server handles the event and can respond to the client using SendUserData The parameters dwCommand and strUser are required for the answer to the client.

 

See also

ClientCom overview

 


Send feedback to TAPIMaster®

<%FULLCOPYRIGHT%