CallStatusEvent Class

CallStatusEvent Class

Abstract:  Yes
Raised by:  Not applicable
Base Class:  TIMEvent
Derived Classes:  CallStatusLineInfoEvent, CallRejectedEvent

The abstract CallStatusEvent class defines an event type for the telephony interface manager (TIM) software to use to log information about established calls. The derived classes then further classify the call-related event.

CallStatusEvent implements the following properties:

Property

Type

Description

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.

Remarks

Abstract events do not appear directly in the logs. Properties inherited or defined by the abstract class appear in the logs when implemented in derived classes.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent