Class ExchangeUMDialPlanSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the settings for a Unified Messaging dial plan in a Microsoft Exchange organization.
public class ExchangeUMDialPlanSettings : BaseTypeSection
- Inheritance
-
ExchangeUMDialPlanSettings
Constructors
ExchangeUMDialPlanSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeUMDialPlanSettings class.
public ExchangeUMDialPlanSettings()
Properties
AudioCodec
Gets or sets the audio codec.
public ExchangeUMDialPlanAudioCodec AudioCodec { get; set; }
Property Value
AudioCodecString
Gets the audio codec.
public string AudioCodecString { get; set; }
Property Value
DefaultLanguage
Gets or sets the default language - for example "en-US".
public string DefaultLanguage { get; set; }
Property Value
DefaultLanguageString
Gets the default language display name - for example "English (United States)".
public string DefaultLanguageString { get; set; }
Property Value
DialByNamePrimary
Gets or sets the primary way to search for names.
public ExchangeUMDialPlanDialByNameType DialByNamePrimary { get; set; }
Property Value
DialByNamePrimaryString
Gets the primary method of dial by name.
public string DialByNamePrimaryString { get; set; }
Property Value
DialByNameSecondary
Gets or sets the secondary way to search for names.
public ExchangeUMDialPlanDialByNameType DialByNameSecondary { get; set; }
Property Value
DialByNameSecondaryString
Gets the secondary method of dial by name.
public string DialByNameSecondaryString { get; set; }
Property Value
InputFailuresBeforeDisconnect
Gets or sets the number of input failures before disconnecting.
public int InputFailuresBeforeDisconnect { get; set; }
Property Value
LogonFailuresBeforeDisconnect
Gets or sets the number of sign-in failures before disconnecting
public int LogonFailuresBeforeDisconnect { get; set; }
Property Value
MaxCallDuration
Gets or sets the maximum call duration in minutes.
public int MaxCallDuration { get; set; }
Property Value
MaxRecordingDuration
Gets or sets the maximum recording duration in minutes.
public int MaxRecordingDuration { get; set; }
Property Value
OperatorExtension
Gets or sets the operator extension.
public string OperatorExtension { get; set; }
Property Value
RecordingIdleTimeout
Gets or sets the recording idle time out (seconds).
public int RecordingIdleTimeout { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeUMDialPlanSettings cloned from this object.
public ExchangeUMDialPlanSettings Clone()
Returns
- ExchangeUMDialPlanSettings
A CENTREL.XIA.Configuration.Types.ExchangeUMDialPlanSettings.