MSFT_SIPDiagnosticFilterSetting class

 
Communications Server 2007 Server SDK Documentation

MSFT_SIPDiagnosticFilterSetting

Specifies optional URI (Uniform Resource Identifier) and FQDN (fully qualified domain name) filters for logging components.

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_SIPDiagnosticFilterSetting
{
  boolean EnableFilters;
  string FQDNFilter1;
  string FQDNFilter2;
  [key] string InstanceID;
  string URIFilter1;
  string URIFilter2;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPDiagnosticFilterSetting class has the following properties.

  • EnableFilters
    Data type: boolean

    Access type: Read/Write

    Required. Controls whether filters are enabled.

    If true, logging components log a diagnostic trace for any message that matches one of the filter values specified by FQDNFilter1, FQDNFilter2, URIFilter1, or URIFilter2. Both the To and From fields of messages are examined.

    The default value is false.

  • FQDNFilter1
    Data type: string

    Access type: Read/Write

    Optional. A filter value for the host portion of a SIP address.

    The value can be either a fully qualified domain name (FQDN) or an IP address. The following patterns are supported by the matching functions: server.domain and *.domain.

    The domain name "*" is not valid, nor is the IP address "0.0.0.0". Multicast addresses in the ranges from 224.0.0.0 to 239.255.255.255 are also not valid.

  • FQDNFilter2
    Data type: string

    Access type: Read/Write

    Optional. A filter value for the host portion of a SIP address.

    See the description for FQDNFilter1.

  • InstanceID
    Data type: [key] string

    Access type: Read-only. 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}".

  • URIFilter1
    Data type: string

    Access type: Read/Write

    Optional. A filter value for the user@host portion of a SIP address.

    The following patterns are supported by the matching functions: user@domain; *@domain; and user@*. The maximum length of the string is 454 characters.

  • URIFilter2
    Data type: string

    Access type: Read/Write

    Optional. A filter value for the user@host portion of a SIP address.

    See the description for URIFilter1.

Remarks

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

Only one instance of this class can be present.

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, Archiving and Call Detail Records Server, Audio/Video Conferencing Server, all types of Edge Server, Front End Server, Mediation Server, Proxy Server, Web Components Server, Web Conferencing 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.