MSFT_SIPGlobalCDRSetting class

 
Communications Server 2007 Server SDK Documentation

MSFT_SIPGlobalCDRSetting

Defines the global Call Detail Records (CDR) settings for users.

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_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.

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

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

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

Remarks

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

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(s):

    • WBEM_FLAG_UPDATE_ONLY

Requirements

Server: Installed on computers serving the following role(s): Administrative Tools Server, Front End Server, Proxy 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.