CTI Server functions (.NET)

OnIdentity

Contents  Back  Next

Request for calling number identification

 

Event OnIdentity

(

 object sender,

 uint e.dwCallID,

 String e.strDevice,

 String e.strNumber

)

Parameters

sender

object Telephony

 

e.dwCallID

Call ID

 

e.strDevice

Extension which was called or which is calling.

 

e.strNumber

Telephone number of other party in call.

 

Remarks

This event is triggered when a call occurs and a telephone number is recognised. This only occurs if the signalling of telephone numbers to the clients is active. This can be activated on the “Database interface” page of the server control panel.

 

clip0063

 

Upon reception of this event, determine the information for the telephone number in the server. The parameters lCallID and strUser are required for the answer. SendIdentity is used to return the data to the client.

 

See also

Telephony overview

 


Send feedback to TAPIMaster®

<%FULLCOPYRIGHT%