Cisco Cisco IP Contact Center Release 4.6.2 用户指南

下载
页码 797
 
9-6
ICM WebView Online Help 
Peripheral, Route, and Routing Client Reportsperiph03: Time Switch Node Hardware Status Display Real 
Processor A Fnct Status
Peripheral-specific data. For a Galaxy, the processor A function status. 
PeripheralData1 is the ACD hardware status flag.
Derived from: ((Peripheral_Real_Time.PeripheralData1 & 0x0002) * 2) + 
(Peripheral_Real_Time.PeripheralData1 & 0x0001)
Processor B Fnct Status
Peripheral-specific data. For a Galaxy, the processor B function status. 
PeripheralData1 is the ACD hardware status flag.
Derived from: ((Peripheral_Real_Time.PeripheralData1 & 0x0008) * 2) + 
(Peripheral_Real_Time.PeripheralData1 & 0x0004)
Inter-Prcsr Link Status
Peripheral-specific data. For a Galaxy, the inter- processor link status. 
PeripheralData1 is the ACD hardware status flag.
Derived from: Peripheral_Real_Time.PeripheralData1 & 0x0080
Recovery Status
Peripheral-specific data. For a Galaxy, the recovery status. PeripheralData1 is 
the ACD hardware status flag.
Derived from: Peripheral_Real_Time.PeripheralData1 & 0x0100
Control Status
Peripheral-specific data. For a Galaxy, the control status. PeripheralData1 is 
the ACD hardware status flag.
Derived from: Peripheral_Real_Time.PeripheralData1 & 0x1000
Switch Clock Status A
Peripheral-specific data. For a Galaxy, the switch clock status A. 
PeripheralData1 is the ACD hardware status flag.
Derived from: Peripheral_Real_Time.PeripheralData1 & 0x4000
Switch Clock Status B
Peripheral-specific data. For a Galaxy, the switch clock status B. 
PeripheralData1 is the ACD hardware status flag.
Derived from: Peripheral_Real_Time.PeripheralData1 & 0x8000