Click or drag to resize
EventInformation Properties
diaGlobWrapper Help

The EventInformation type exposes the following members.

Properties
  Name Description
Public property AlarmDetails
Returns details of the alarm raised within the channel. This value is returned when a ChannelAlarm event is raised.
Public property ANI
Returns if applicable the inbound call ANI.
Public property CallDurationSecs
Returns the duration in seconds of the call. This value is returned when a Disconnected event is raised.
Public property CallProgressResult
Returns the enumerated OutboundCallProgressResult which corresponds to the result of the call progress analysis during an outbound call. This value is returned when a Connected event is raised.
Public property DigitsReceived
Returns the content of the digits buffer when the digits collection was completed successfully. This value is returned when a DigitsReceived event is raised.
Public property DNIS
Returns if applicable the inbound call DNIS.
Public property FatalErrrorReason
Returns the content of the fatal error reason when an event of type FatalError is raised.
Public property OutboundCallFailureReason
Returns the cause of the outbound call failure when call progress analysis was not used. This value is returned when an OutboundCallFailure event is raised.
Public property PlaybackDurationSecs
Returns the duration in seconds of the played prompt. This value is returned when a PlaybackStopped event is raised.
Public property RecordingDurationSecs
Returns the duration in seconds of the recorded content. This value is returned when a RecordingStopped event is raised.
Public property TaskFailureReason
Returns the content of the task failure reason when an event of type TaskFailed is raised.
Top
See Also