MSFT_SIPLocationContactsMapping (New)

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.

Maps Conference Auto Attendant (CAA) phone numbers to locations.

The properties in the MSFT_SIPLocationContactsMapping class do not map directly to the Office Communications Server 2007 R2 Administration Tool. However, some of these property values can be viewed using the Active Directory Sites and Services snap-in. To view values for the MSFT_SIPLocationContactsMapping class open Active Directory Sites and Services, expand Services, expand RTC Service, and then click Location Contacts Mapping. Right-click one of the entries and then click Properties. In the Properties dialog box, click the Attribute Editor tab.

MSFT_SIPLocationContactsMapping

This class is created by Conference Auto Attendant (CAA) with properties that categorize conference telephone numbers by region.

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_SIPLocationContactsMapping
{
  string[] ApplicationContacts;
  [key] string InstanceID;
  string LocationProfile;
  string MappingDN;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPLocationContactsMapping class has the following properties.

  • ApplicationContacts
    Data type: string[]

    Access type: Read/Write

    Required. An array of distinguished names for application contacts.

    The value of this property is not case-sensitive.

    The ApplicationContacts property maps to the msRTCSIP-MappingContact attribute in the Properties dialog box.

  • InstanceID
    Data type: [key] string

    Access type: Read-only

    Optional. 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 maps to the cn attribute in the Properties dialog box.

  • LocationProfile
    Data type: string

    Access type: Read/Write

    Required. The distinguished name of the location profile to be mapped to the application contacts.

    The value of this property is not case-sensitive.

    The LocationProfile property maps to the msRTCSIP-MappingLocation attribute in the Properties dialog box.

  • MappingDN
    Data type: string

    Access type: Read-only

    Optional. The distinguished name for this mapping.

    The value of this property is not case-sensitive.

    The MappingDN property maps to the distinguishedName attribute in the Properties dialog box.

Remarks

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

Instances of this class support the following interface methods:

  • Provider::DeleteInstance();

  • 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: Administrative Tools Server, Application Host, Communicator Web Access Server, and Front End Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference