MSFT_SIPAVMCUSetting class

 
Communications Server 2007 Server SDK Documentation

MSFT_SIPAVMCUSetting

Specifies the listening addresses and ports of an Audio/Video Media Control Unit (MCU).

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_SIPAVMCUSetting
{
  boolean IgnoreIceFailure;
  [key] string InstanceID;
  string ListeningIPAddress;
  uint32 MediaListeningPortFrom;
  uint32 MediaListeningPortTo;
  uint32 SIPListeningPort;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPAVMCUSetting class has the following properties.

  • IgnoreIceFailure
    Data type: boolean

    Access type: Read/Write

    Required. Controls whether the Audio/Video Conferencing Server should ignore media ICE connectivity check failures.

    The default value is false.

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

  • ListeningIPAddress
    Data type: string

    Access type: Read/Write

    Required. The IP address that the Audio/Video Conferencing Server uses for network communications.

    The value must be a valid IPv4 address represented in the following format: "nnn.nnn.nnn.nnn". A fully qualified domain name (FQDN) is not allowed. To listen to all available addresses that pass through the server, use "*".

    The default value is "*".

  • MediaListeningPortFrom
    Data type: uint32

    Access type: Read/Write

    Required. The first port number in the range of ports used by the Audio/Video Conferencing Server for media sessions.

    The minimum value for this property is 49152 and the maximum value is 65535.

    The default value is 49152.

  • MediaListeningPortTo
    Data type: uint32

    Access type: Read/Write

    Required. The last port number in the range of ports used by Audio/Video Conferencing Server for media sessions.

    The minimum value for this property is 49152 and the maximum value is 65535.

    The default value is 65535.

  • SIPListeningPort
    Data type: uint32

    Access type: Read/Write

    Required. The port on which the Audio/Video MCU listens for SIP connections.

    The minimum value for this property is 1 and the maximum value is 65535.

    The default value is 5063.

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_CREATE_ONLY
    • WBEM_FLAG_UPDATE_ONLY
    • WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following role(s): Audio/Video 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.