Enum ExchangeUMAutoAttendantKeyMappingAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the action to take for a key mapping.
public enum ExchangeUMAutoAttendantKeyMappingAction
Fields
AnnounceBusinessHours = 6The action is to announce the business hours.
AnnounceBusinessLocation = 5The action is to announce the business location.
LeaveVoiceMessage = 4The action is to leave a voice message for the specified user.
None = 1The key action is none.
TransferToAutoAttendant = 3The action is to transfer the call to the specified auto attendant.
TransferToExtension = 2The action is to transfer the call to the specified extension.
Unknown = 0The key action is unknown.