Platform SDK: Web Telephony Engine

LogFieldType

The LogFieldType enumerated types specify the selected logging fields. The values are used in the WTELog.LogFieldSelection property.

enum LogFieldType {
  wteSessionID,
  wteLogTime,
  wteEventClass,
  wteMachineName,
  wteAddressGroup,
  wteAddress,
  wteCallerID,
  wteCalledID,
  wteReason,
  wteApplicationName,
  wteMedia,
  wtePage,
  wteDTMFValue,
  wteDestAddress,
  wteHangReason,
  wteTransferType,
  wteErrorType,
  wteInputRecordFile,
  wteCustom
};

Elements

wteSessionID
SessionID
wteLogTime
LogTime
wteEventClass
EventClass
wteMachineName
MachineName
wteAddressGroup
AddressGroup
wteAddress
Address
wteCallerID
CallerID
wteCalledID
CalledID
wteReason
Reason
wteApplicationName
ApplicationName
wteMedia
Media
wtePage
Page
wteDTMFValue
DTMFValue
wteDestAddress
DestAddress
wteHangReason
HangReason
wteTransferType
TransferReason
wteErrorType
ErrorType
wteInputRecordFile
InputRecordFile
wteCustom
Custom

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswteenum.h.

See Also

WTELog.LogFieldSelection