Table of Contents

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

ExchangeUMDialPlanAudioCodec

AudioCodecString

Gets the audio codec.

public string AudioCodecString { get; set; }

Property Value

string

DefaultLanguage

Gets or sets the default language - for example "en-US".

public string DefaultLanguage { get; set; }

Property Value

string

DefaultLanguageString

Gets the default language display name - for example "English (United States)".

public string DefaultLanguageString { get; set; }

Property Value

string

DialByNamePrimary

Gets or sets the primary way to search for names.

public ExchangeUMDialPlanDialByNameType DialByNamePrimary { get; set; }

Property Value

ExchangeUMDialPlanDialByNameType

DialByNamePrimaryString

Gets the primary method of dial by name.

public string DialByNamePrimaryString { get; set; }

Property Value

string

DialByNameSecondary

Gets or sets the secondary way to search for names.

public ExchangeUMDialPlanDialByNameType DialByNameSecondary { get; set; }

Property Value

ExchangeUMDialPlanDialByNameType

DialByNameSecondaryString

Gets the secondary method of dial by name.

public string DialByNameSecondaryString { get; set; }

Property Value

string

InputFailuresBeforeDisconnect

Gets or sets the number of input failures before disconnecting.

public int InputFailuresBeforeDisconnect { get; set; }

Property Value

int

LogonFailuresBeforeDisconnect

Gets or sets the number of sign-in failures before disconnecting

public int LogonFailuresBeforeDisconnect { get; set; }

Property Value

int

MaxCallDuration

Gets or sets the maximum call duration in minutes.

public int MaxCallDuration { get; set; }

Property Value

int

MaxRecordingDuration

Gets or sets the maximum recording duration in minutes.

public int MaxRecordingDuration { get; set; }

Property Value

int

OperatorExtension

Gets or sets the operator extension.

public string OperatorExtension { get; set; }

Property Value

string

RecordingIdleTimeout

Gets or sets the recording idle time out (seconds).

public int RecordingIdleTimeout { get; set; }

Property Value

int

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.ExchangeUMDialPlanSettings cloned from this object.

public ExchangeUMDialPlanSettings Clone()

Returns

ExchangeUMDialPlanSettings

A CENTREL.XIA.Configuration.Types.ExchangeUMDialPlanSettings.