The Route Class
The Route class provides configuration information of a route as well as status information and statistics via several properties. All properties are read only. For each configured route, one class instance exists. The property Name has the key qualifier and uniquely identifies a route instance.
Route Class Properties
The table below lists the properties of the ‘Route’ class in alphabetical order. All properties are read-only.
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 "Route" : Selects the "Route" class to retrieve its contents.
Property: ActiveSessions
Type: uint32
Description: The property provides the amount of currently active sessions using this route.
Property: CancelledSessions
Type: uint32
Description: The property provides the amount of sessions using this route that were cancelled. Cancelled sessions occur when the incoming call is disconnected before the outgoing call reaches the connected state. The value includes all sessions since the last reset of the statistics.
Property: Enabled
Type: boolean
Description: The property provides the state of the route. If true, the route is active and can service calls. A route can be enabled or disabled in the anynode configuration.
Property: FailedSessions
Type: uint32
Description: The property provides the amount of failed sessions for any reasons handled on this route. This counter includes all specific failures listed below and includes all sessions since the last reset of the statistics.
Property: FailedSessionsBusy
Type: uint32
Description: The property provides the amount of sessions using this route that failed because the called party was busy. The value includes all sessions since the last reset of the statistics.
Property: FailedSessionsMedia
Type: uint32
Description: The property provides the amount of sessions using this route that failed because of a media failure. The value includes all sessions since the last reset of the statistics.
Property: FailedSessionsNoAnswer
Type: uint32
Description: The property provides the amount of sessions using this route that failed because the called party did not answer. The value includes all sessions since the last reset of the statistics.
Property: FailedSessionsNoLicense
Type: uint32
Description: The property provides the amount of sessions using this route that could not be served because of a ‘No More License’ condition. The value includes all sessions since the last reset of the statistics.
Property: Name
Type: string
Description: The property provides the name of the route. The name is unique, has the key attribute, and identifies a route instance.
Property: SuccessfulSessions
Type: uint32
Description: The property provides the amount of successful sessions handled on this route. The value includes all sessions since the last reset of the statistics.