CstaMessageEvent Class

CstaMessageEvent Class

Raised by:  TIM
Base Class:  TIMEvent
Derived Classes:  None

CstaMessageEvent is raised by the telephony interface manager (TIM) software to log receipt of Computer Supported Telecommunications Applications (CSTA) messages.

CstaMessageEvent has the following properties:

Property

Type

Description

MessageName

String

The event or service name.
MessageName corresponds to a CSTA service, which is represented by an XML class element. For example, if the CSTA service is "Connection Cleared," the value of MessageName is "ConnectionClearedEvent," which corresponds to the ConnectionClearedEvent XML element.

CalledDevice

String

A string containing the phone number dialed by the caller (DNIS: Dialed Number Identification Service), when available.

CallingDevice

String

A string containing the caller ID information (ANI: Automatic Number Identification), when available.

MessageXML

String

The contents of the CSTA XML message.

ServiceRequest

Boolean

True if the message is a service request, otherwise false (if false, the message is an event).

See Also

Logging and Analyzing Events | Filtering Logged Events