CallStatusLineInfoEvent Class

CallStatusLineInfoEvent Class

Abstract:  Yes
Raised by:  Not applicable
Base Class:  CallStatusEvent
Derived Classes:  CallStartedEvent, CallEndedEvent 

The abstract CallStatusLineInfoEvent class defines an event type for the telephony interface manager (TIM) software to use to log detailed information about an established call. The derived classes then define the actual beginning and ending of the call.

CallStatusEvent implements the following properties:

Property

Type

Description

BoardNumber

Integer

The identification number for the hardware telephony board; -1 if not applicable.

TrunkNumber

Integer

The identification number for the trunk; -1 if not applicable.

ChannelNumber

Integer

The number for the physical channel or port being used by the call.

ChannelsInUse

Integer

The total number of active channels, that is, channels in use by a call.

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