BootConfig |
After system boot this variable shows which configuration was loaded: none: no configuration whatsoever bootfac: factory boot configuration default: default configuration as provided by image boot: configuration found in flash. Enumerations: - none (1)
- bootfac (2)
- default (3)
- boot (4)
|
FunctionState |
This variable contains the current function state, which is toggeled by pressing the function button on the device. Enumerations: |
OperationMode |
This variable defines the operation mode of the device concerning telephony functionality. If any voice functionality is integrated it can be either mgw(1) for Media GateWay functionality of pbx(2) for a full-fledged telephone system. For systems w/o voice functionality the variable has value plain(0). Enumerations: |
ConfigConvert |
This variable triggers the conversion of configuration between pbx and mediagateway. Setting the variable to start indicates the beginning of conversion. The variable is reset to idle immediately. A conversion is only possible once during system uptime. Enumerations: |
ConfigConvertState |
This variable shows the state of the converter idle - no conversion performed since uptime progress - conversion in progress done - conversion successfully completed failed - conversion erroneously ended The value progress is shown during the conversion. The values done and failed are final states and indicate the completion of conversion. Enumerations: - idle (1)
- progress (2)
- done (3)
- failed (4)
|