Platform SDK: Web Telephony Engine

WTEApplication.LogEventSelection Property

The LogEventSelection property sets or retrieves a group of flags that specify the types of events to log.

Syntax

WTEApplication.LogEventSelection [ = iFlags ]

Possible Values

iFlags
Integer values specifying the events to log. This parameter can be a combination of the following flags, as enumerated in LogEventType:
AUTHORING_ERROR = 1
An error in the Web telephony application generates this event. The error is explained in the Error Type field of the log.
CALL_AVAILABLE = 2
A call is available for WTE. Affected log fields: Caller ID, Called ID, Reason, Application Name, Media, URL.
APPLICATION_CONNECT = 4
A Web telephony application successfully connected to the call.
NAVIGATE = 8
Navigation in the application occurred. Affected log fields: URL.
CALL_FORWARD = 16
The call was transferred. Affected log fields: Destination Address, Transfer Reason.
CALL_DISCONNECT = 32
The call disconnected. Affected log fields: Disconnect Reason.
APPLICATION_TERMINATION = 64
The application terminated. This event can come long after the call disconnects if a post-call page is defined.
INPUT_TIMEOUT = 128
A time-out event occurred while waiting for input from the caller.
CALL_INFO_CHANGED = 256
The call information changed. Affected log fields: Caller ID, Called ID, Reason, Application Name, Media.
CALL_ANSWER = 512
WTE answered an incoming call.
DTMF_INPUT_ERROR = 1024
An invalid DTMF was received. For example, the caller pressed an unauthorized digit. Affected log fields: DTMF Value.
NO_APPLICATION = 2048
A call was received on a port that has no application.
CUSTOM_LOG = 4096
The extended object model (ExOM) generates this event. The author of a Web telephony application can call this event from the application. Affected log fields: Custom Log.
DTMF_RECEIVED = 8192
The Web telephony application received a DTMF digit. Affected log fields: DTMF Value.
SPEECH_INPUT_DATA = 16384
A Web telephony application received speech input data. This data is spoken by the caller and processed by a speech-recognition (SR) engine. This event causes a wave file to be saved as well as the normal logging. Affected log fields: Input Record File.
SPEECH_INPUT_FAILED = 32768
The SR engine failed to be recognize speech input. The speech input is recorded to a file as well. Affected log fields: Input Record File.
RECORD_DATA = 65536
A Web telephony application can record voice data from the caller. This event occurs when such a recording finishes. The recorded file will also be saved for logging. Affected log fields: Input Record File.
RECORD_FAILED = 131072
An attempt to record the caller failed. Affected log fields: Input Record File.

This property is read-write.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

WTEApplication