CTI Server functions (.NET)

SendIdentity

Contents  Back  Next

Send a caller identification message back.

 

void SendIdentity

(

 uint dwCallID,

 String strUser,

 String strText

)

Parameters

dwCallID

Call ID of call

 

strUser

Extension of user

 

strText

Text containing the data about the caller.

 

Return value

None

 

Remarks

The server interface has received event OnIdentity, whereupon information about the calling number was determined. The call ID and extension of the user, which were received on OnGetIdentity, are also sent back. strText should be formatted suitably for display by the client in question.

 

See also

ClientCom overview

 


Send feedback to TAPIMaster®

<%FULLCOPYRIGHT%