CTI Server events (ActiveX)

OnUserToDataBase

Contents  Back  Next

User-defined data are received for further processing.

 

Event OnUserToDataBase(

 Long lCommand,

 String bstrUser,

 String bstrMessage

)

Parameters

lCommand

Command number

 

bstrUser

Extension of the user who sent the command.

 

bstrMessage

Command parameter

 

Remarks

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

 

Example

Integration in Excel and VB

 

See also

Server events overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.