CallRejectedEvent Class

CallRejectedEvent Class

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

CallRejectedEvent is raised by the telephony interface manager (TIM) software when a call is rejected, that is, when it could not be answered.

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

RejectStatus

String

A string containing a reason code for the call rejection.

RejectMessage

String

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

Remarks

A call might be rejected, and this event raised if, for example, there was no SALT interpreter available to service the call.

See Also

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