Share via


MSFT_SIPMediationServerSetting

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 an Office Communications Server 2007 R2 Mediation Server.

The property values for the MSFT_SIPMediationServerSetting class map to the settings found on the General tab of the mediation server Properties dialog box. You can access these values in the Office Communications Server 2007 R2 Administration Tool by expanding the Mediation Servers node. From there, right-click the name of a mediation server and then click Properties.

MSFT_SIPMediationServerSetting

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_SIPMediationServerSetting
{
  string DefaultLocationProfile;
  string FQDN;
  [key] string InstanceID;
  string MediationServerDN;
  string TrustedMRASServer;
  string TrustedQoSServer;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPMediationServerSetting class has the following properties.

  • DefaultLocationProfile
    Data type: string

    Access type: Read/Write

    Optional. The distinguished name for the default file that contains location profile data.

    Mediation Server finds the MSFT_SIPLocationProfileData instance with the ProfileDN value that matches this value and uses the Name value of the MSFT_SIPLocationProfileData instance as the phone-context for an inbound call when the target number is not an E.164 number.

    The value of this property is not case-sensitive.

    The default value is NULL.

    The DefaultLocationProfile property maps to the Default location profile dropdown list in the Properties dialog box.

  • FQDN
    Data type: string

    Access type: Read-only

    Required. The fully qualified domain name (FQDN) of Office Communications Server.

    The value must be an FQDN. An IP address is not allowed.

    The FQDN property maps to the FQDN text box in the Properties dialog box.

  • 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}".

    The InstanceID property does not map to the Properties dialog box.

  • MediationServerDN
    Data type: string

    Access type: Read-only

    Required. The distinguished name of Mediation Server.

    The value of this property is not case-sensitive.

    The MediationServerDN property does not map to the Properties dialog box.

  • TrustedMRASServer
    Data type: string

    Access type: Read/Write

    Optional. The distinguished name of the Media Relay Authentication Service (MRAS) server.

    Mediation Server finds the MSFT_SIPTrustedServiceSetting instance with the TrustedServerDN value that matches this value and uses the GRUU value of the MSFT_SIPTrustedServiceSetting instance to contact the MRAS server and request the Media Relay credentials.

    The value of this property is not case-sensitive. The default value is NULL (in other words, not using ICE connectivity).

    The TrustedMRASServer property does not map to the Properties dialog box.

  • TrustedQoSServer
    Data type: string

    Access type: Read/Write

    Optional. The distinguished name of the Quality of Experience service (formerly known as the Quality of Service, or "QoS", service).

    Mediation Server finds the MSFT_SIPTrustedServiceSetting instance with the TrustedServerDN value that matches this value and sends an Audio Quality Metrics Report at the end of each call to the metrics collection point that is identified by the GRUU value of the MSFT_SIPTrustedServiceSetting instance.

    The value of this property is not case-sensitive. The default value is NULL (in other words, Mediation Server does not send audio quality metrics reports by default).

    The TrustedQoSServer property does not map to the Properties dialog box.

Remarks

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

The values of DefaultLocationProfile, TrustedMRASServer, and TrustedQoSServer can be more easily changed by using the MMC.

Any modification in the properties of this class is applied by Mediation Server without any need to restart. An event is written to the event log whenever a WMI change is applied by Mediation Server.

Instances of this class support the following interface methods:

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flag:

    • WBEM_FLAG_UPDATE_ONLY

Requirements

Server: Installed on computers serving the following roles: Administrative Tools Server and Mediation Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference