CallEndedEvent Class

CallEndedEvent Class

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

CallEndedEvent is raised by the telephony interface manager (TIM) software when a call is disconnected.

CallEndedEvent has 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.

DisconnectStatus

String

A string containing a reason code for the disconnect event.

DisconnectMessage

String

A string that describes the reason code in the DisconnectStatus property.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent| Event Filters | Filtering Logged Events