MSFT_SIPMediationServerSetting class

 
Communications Server 2007 Server SDK Documentation

MSFT_SIPMediationServerSetting

Defines an Office Communications Server 2007 Mediation Server.

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.

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.

  • FQDN
    Data type: string

    Access type: Read-only

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

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

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

  • MediationServerDN
    Data type: string

    Access type: Read-only

    Required. The distinguished name of the Mediation Server.

    The value of this property is not case-sensitive.

  • 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).

  • 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).

Remarks

This class gets and sets information at the following level(s): AD.

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

Any modification in the properties of this class will be applied by Mediation Server without any need to restart. An event will be 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(s):

    • WBEM_FLAG_UPDATE_ONLY

Requirements

Server: Installed on computers serving the following role(s): Administrative Tools Server, Mediation Server.
Namespace: Defined in \root\cimv2.

See Also

Communications Server WMI Reference

  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.