Table of Contents

Class ExchangeServerUMCallRouterSetting

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the unified messaging (UM) call router settings for an Exchange 2013 or above server in a Microsoft Exchange organization. This only applies to Exchange On-Premises.

public class ExchangeServerUMCallRouterSetting : BypassSection
Inheritance
ExchangeServerUMCallRouterSetting
Inherited Members

Constructors

ExchangeServerUMCallRouterSetting()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeServerUMCallRouterSetting class.

public ExchangeServerUMCallRouterSetting()

Properties

DialPlans

Gets or sets the dial plans associated with the unified messaging call router.

public SerializableStringCollection DialPlans { get; set; }

Property Value

SerializableStringCollection

SipTcpListeningPort

Gets or sets the TCP listening port.

public int SipTcpListeningPort { get; set; }

Property Value

int

SipTlsListeningPort

Gets or sets the TLS listening port.

public int SipTlsListeningPort { get; set; }

Property Value

int

StartupMode

Gets or sets the unified messaging call router startup mode.

public ExchangeServerUMCallRouterStartupMode StartupMode { get; set; }

Property Value

ExchangeServerUMCallRouterStartupMode

StartupModeString

Gets the unified messaging call router startup mode.

public string StartupModeString { get; set; }

Property Value

string

Methods

ToString()

Returns the unified messaging call router settings for an Exchange server as a human readable string.

public override string ToString()

Returns

string

The unified messaging call router settings for an Exchange server as a human readable string.