Device Serial Number
There are two possibilities for the device serial number displayed.
-
The legacy method is to display a unique generated identifier string.
-
The device can also display its accurate serial number.
This behavior can be configured either in the XplatDependencyOverrides.cs file or the OnetimeStartupSettings.config file.
If the accurate serial number is enabled by either method, then the serial number is used instead of the identifier string.
If the device identification method going to be switched, before switching remove that device from the VoiceConsole device listing to avoid duplicates. If this is not done the device will be listed with both the generated identifier string and the accurate serial number.
Identifier String
To use the identifier string, set it using either fo the following methods:
-
In the XplatDependencyOverrides.cs file, make sure this line is commented out: Honeywell.Firebird.WorkflowEngine.AccurateSerialNumberEnabled.Enable(container);
This is the default behavior.
-
In the OnetimeStartupSettings.config file, set AccurateSerialNumberEnabled to false. This setting is in the SerialNumberConfig repository.
Serial Number
To use the identifier string, set it using either fo the following methods:
-
In the XplatDependencyOverrides.cs file, make sure this line is commented out: Honeywell.Firebird.WorkflowEngine.AccurateSerialNumberEnabled.Enable(container);
This is the default behavior.
-
In the OnetimeStartupSettings.config file, set AccurateSerialNumberEnabled to true. This setting is in the SerialNumberConfig repository.