TIMEvent Class

TIMEvent Class

Filters:  Not Applicable
Abstract:  Yes
Raised by:  Not applicable
Base Class:  CommonEvent
Derived Classes:  CallStatusEvent, CstaMessageEvent, DtmfMessageEvent, TelephonyCustomMessageEvent, TelephonyIOEvent, TIMInfoEvent

The abstract TIMEvent class groups events relevant to the telephony interface manager (TIM) software in the Microsoft Speech Server environment. The derived classes then define the type of event:

  • CallStatusEvent, to track events relating to starting and completing a call

  • CstaMessageEvent, for information about incoming Csta messages

  • DtmfMessageEvent, for information about incoming Dtmf messages

  • TelephonyCustomMessageEvent, to provide a way for the TIM software to define a custom event

  • TelephonyIOEvent, for information about audio recording and playback events

  • TIMInfoEvent, for events specific to a particular telephony interface manager

TIMEvent does not implement any new properties.

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

Logging and Analyzing Events | Abstract Events