MSFT_SIPGlobalCDRSetting

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 global usage data that you want to collect for Voice over IP (VoIP) calls, instant messaging (IM) messages, A/V conversations, meetings, application sharing, remote assistance, and file sharing. Monitoring Server must be deployed, and then associated with all the servers and pools on which you want to capture call detail records.

The property values for the MSFT_SIPGlobalCDRSetting class map to the settings found on the Call Detail Records tab of the Office Communications Server Global Properties dialog box. You can access these values in the Office Communications Server 2007 R2 Administration Tool by right-clicking Forest, pointing to Properties, and then clicking Global Properties. In the Office Communications Server Global Properties dialog box, click the Call Detail Records tab.

MSFT_SIPGlobalCDRSetting

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_SIPGlobalCDRSetting
{
  boolean EnableConferencingCDR;
  boolean EnableP2PCDR;
  boolean EnableVOIPCDR;
  [key] string InstanceID;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPGlobalCDRSetting class has the following properties.

  • EnableConferencingCDR
    Data type: boolean

    Access type: Read/Write

    Required. Enables the capture of conferencing-related Call Detail Records in an Archiving/CDR Server database.

    The EnableConferencingCDR property maps to the Conferencing call details checkbox in the Office Communications Server Global Properties dialog box.

  • EnableP2PCDR
    Data type: boolean

    Access type: Read/Write

    Required. Enables the capture of peer-to-peer (P2P) sessions-related Call Detail Records in an Archiving/CDR Server database.

    The EnableP2PCDR property maps to the Peer-to-peer call details checkbox in the Office Communications Server Global Properties dialog box.

  • EnableVOIPCDR
    Data type: boolean

    Access type: Read/Write

    Required. Enables the capture of VoIP (UC-to-PSTN and PSTN-to-UC) Call Detail Records in an Archiving/CDR database.

    The EnableVOIPCDR property maps to the Voice call details checkbox in the Office Communications Server Global 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 Office Communications Server Global Properties dialog box.

Remarks

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

Only one instance of this class can be present in the forest.

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, Front End Server, and Proxy Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference