Share via


MSFT_SIPRoutingSetting

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Defines the transport protocol for DNS-routed messages and contains the default port for TLS connections.

The properties in the MSFT_SIPRoutingSetting class do not map directly to the Office Communications Server 2007 R2 Administration Tool.

MSFT_SIPRoutingSetting

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class MSFT_SIPRoutingSetting
{
  uint32 DefaultPort;
  [key] string InstanceID;
  uint8[] TLSCertIssuer;
  uint8[] TLSCertSN;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPRoutingSetting class has the following properties.

  • DefaultPort
    Data type: uint32

    Access type: Read/Write

    Required. The default port for TLS connections with the server.

    The minimum value for this property is 1 and the maximum value is 65535. The default value is 5061.

  • InstanceID
    Data type: [key] string

    Access type: Read-only

    Required. A GUID value that uniquely identifies an instance of this class.

    The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

  • TLSCertIssuer
    Data type: uint8[]

    Access type: Read/Write

    Optional. A byte array representing the TLS certificate authority that issued the certificate.

  • TLSCertSN
    Data type: uint8[]

    Access type: Read/Write

    Optional. A byte array representing the serial number of the TLS certificate.

Remarks

This class gets and sets information at the following level: WMI.

Only one instance of this class can be present.

A change in the value of any property in this class requires a restart of the computer if the computer is running Audio/Video Conferencing Server, Mediation Server, or Web Components Server.

Instances of this class support the following interface methods:

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flags:

    • WBEM_FLAG_CREATE_ONLY

    • WBEM_FLAG_UPDATE_ONLY

    • WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following roles: Audio/Video Conferencing Server, Front End Server, Mediation Server, Proxy Server, and Web Conferencing Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference