TAPIEx ActiveX Control v3.6

OnRequestMakeCall

The OnRequestMakeCall event reports the arrival of a new request of MakeCall(tapiRequestMakeCall) from another application.

Event OnRequestMakeCall(DestAddress As String, 
AppName As String, 
CalledParty As String, 
Comment As String)

Parameters

DestAddress
destination address of the make-call request. The address can use the canonical address format or the dialable address format.
AppName
user-friendly application name or filename of the application that originated the request.
CalledParty
user-friendly called-party name.
Comment
comment about the call request.

Remarks

DestAddress parameter contains the address of the remote party; the other members are useful for logging purposes..

See Also

tapiRequestMakeCall