The SIPFlow Class
The SipFlow class provides configuration information about the SIP message recording. This includes whether recording is enabled and how long recorded messages are stored. All properties except the Description, which has key qualifier, can be read and written. Only one instance of the class SipFlow is available. The configuration of SIP flow properties applies to an anynode service and impacts systems beyond just WMI.
SipFlow Class Properties
The table below lists the properties of the SipFlow class in alphabetical order. All properties except the Description are read write.
Some WMI queries are only available starting from anynode version 4.14.(Check out available WMI queries with the PowerShell command below).
To display all available contents of the System class locally without credentials, you can use the following command:
Get-WmiObject -Namespace "root\TESYSTEMS\anynode" -Class "System"
-Namespace "root\TESYSTEMS\anynode" : Specifies the WMI namespace
for anynode.
-Class "SipFlow" : Selects the "SipFlow" class to retrieve its contents.
Property: Description
Type: string
Description: Provides a symbolic description of the class.
Property: RecordingEnabled
Type: boolean
Description: Specifies whether writing SIP messages to the database is enabled.
Property: MaxMessageLength
Type: uint32
Description: Specifies the maximum length of a recorded message. A value of zero indicates no limit.
Property: MaxRetentionTime
Type: uint32
Description: Specifies the maximum duration (in days) that messages are retained in the database.