Actions

Difference between revisions of "STATUS REPORT"

From Zenitel Wiki

Line 47: Line 47:
 
[[Category: ACDP messages]]
 
[[Category: ACDP messages]]
 
[[AlphaNet_Data_Protocol#General_Exchange_Control|Back to AlphaNet message list]]
 
[[AlphaNet_Data_Protocol#General_Exchange_Control|Back to AlphaNet message list]]
 +
[[Category:Logging]]

Revision as of 12:52, 15 March 2012

STATUS_REPORT 0x0072 114 AMC 07.30
Report equipment Presence and Error/OK status for Subscriber Lines, Audio Links, Devices, Boards, etc. Intended for remote logging and external monitoring systems.

As the message is very general, the message definition will be followed by a detailed example of how the different parameters are used for each “entity” type. Unused parameters/flags are always set to 0.

AlphaCom can be programmed to forward STATUS_REPORT messages to two addresses. See Exchange_&_System_(AlphaPro)#Logs_and_Errors, "System Log and Error Reports to".

1 NET_OBJ_REF<br\> {ECL_STATION,<br\> ECL_AUDIO_RING,<br\> ECL_AUDIO_LINK,<br\> ECL_BOARD,<br\> ECL_DEVICE,<br\> ECL_NODE} Entity Reference to the Station / Inter­Exchange Link / ICC Audio Ring / Board / Device / Exchange the status message is for.<br\>The entity number is a logical number, e.g. station from 1 to 552.
2 NET_OBJ_REF<br\> {NRF_PHYS_ADDR} Physical address for the entity defined in parameter 1.<br\>This is a hardware module/board/port type of information.
3 BITMAP[1..8] (Error) State Flags.<br\>Bit 1 = Interface present:<br\>Bit 2 = Interface test:<br\>Bit 4 = Signaling test:
Bit 6 = Audio test:<br\>Bit 7 = Device dependent test
 <br\>Board present in exchange<br\>Board reports entity missing/down<br\>Last signaling test failed<br\>Last audio (tone) test failed<br\> 
4 BITMAP[1..8] (State) Change Flags.<br\>Each bit is set if the corresponding state flag bit was changed from the previous report and cleared if it was unchanged.
5 BITMAP[1..8] Reporting Flags.<br\>Bit 8 = VERBOSE. The report is from a manually/externally started test, where the user wants a complete report.
6 UINT1 Extra (Error) Status Information 1.
7 UINT1 Extra (Error) Status Information 2.
8 NET_OBJ_REF<br\>(optional) Entity Information field 1.<br\>.
STATUS_REPORT for Stations:
1 NET_OBJ_REF Station from 1 to 552.<br\>The Sub Class field specifies the type of station interface (TouchLine, Telephone).<br\>Status info. can have different meaning for each Sub Class.
2 NET_OBJ_REF Physical address: Module/board/port.<br\>The (Implicit Type) Resource Address format is used
3 BITMAP[1..8] (Error) State Flags.<br\>Bit 1 = Interface present:<br\>Bit 2 = Interface test:<br\>Bit 6 = Audio test:<br\>Bit 7 = Device dep. test: ---What is reported for Stations:---<br\>ASLT/ATLB board missing <br\>ASLT/ATLB wire monitoring<br\>Tone Test <br\>Handset Off-Hook timeout (no active report)<br\>(only failures)<br\>(only changes)<br\>(only failures)
5 BITMAP[1..8] Reporting Flags.<br\>Bit 8 = VERBOSE.  <br\>Set by Tone Test started from station.
6 UINT1 Status information 1. Bits describing ab- and cd- wire errors
7 UINT1 Status information 2. TouchLine: Tone test signal/noise value.<br\>Telephone: Wire monitor current.
8 NET_OBJ_REF Entity Information field 1 Directory Number.

Back to AlphaNet message list