Difference between revisions of "Q ELEM ADDED"
From Zenitel Wiki
(8 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | {| border="1" | + | {{AI}} |
+ | {| border="1" | ||
|- | |- | ||
− | !width="90pt" colspan="2"|Q_ELEM_ADDED | + | !style="background:#ffdead;" width="90pt" colspan="2"|Q_ELEM_ADDED |
− | !width="100pt"|0x004B | + | !style="background:#ffdead;" width="100pt"|0x004B |
− | !width="30pt"|75 | + | !style="background:#ffdead;" width="30pt"|75 |
− | ! | + | !style="background:#ffdead;" |AMC 06.00 |
|- | |- | ||
|colspan="5"|Broadcast message. Reports that a mail message has been added to a station’s mail queue. | |colspan="5"|Broadcast message. Reports that a mail message has been added to a station’s mail queue. | ||
Note that this message comes every time a station dials Call Request even if it’s already in queue. The information will be identical except for the Mail Tag, which will be new every time. | Note that this message comes every time a station dials Call Request even if it’s already in queue. The information will be identical except for the Mail Tag, which will be new every time. | ||
|- | |- | ||
− | |1||[[CLOCK]]||colspan="3"|Time stamp. | + | |align=center|1||[[CLOCK]]||colspan="3"|Time stamp. |
|- | |- | ||
− | |2||[[NET_OBJ_REF]]||colspan="3"|Receiving station. | + | |align=center|2||[[NET_OBJ_REF]]||colspan="3"|Receiving station. |
|- | |- | ||
− | |3||[[UINT2]]||colspan="3"|Mail tag (unique id) for entry. | + | |align=center|3||[[UINT2]]||colspan="3"|Mail tag (unique id) for entry. |
|- | |- | ||
− | |4||[[UINT1]]||colspan="3"|Mail Priority 0--255 | + | |align=center|4||[[UINT1]]||colspan="3"|Mail Priority 0--255 |
|- | |- | ||
− | |5||[[UINT2]]||colspan="3"|Position for entry in queue (from 1). | + | |align=center|5||[[UINT2]]||colspan="3"|Position for entry in queue (from 1). |
|- | |- | ||
− | |6||[[UINT2]]||colspan="3"|Mail queue length. | + | |align=center|6||[[UINT2]]||colspan="3"|Mail queue length. |
|- | |- | ||
− | |7||[[UINT2]]||Mail queue checksum. | + | |align=center|7||[[UINT2]]||colspan="3"|Mail queue checksum. |
|- | |- | ||
− | |8||[[NET_OBJ_REF]]<br | + | |align=center|8||[[NET_OBJ_REF]]<br />{[[NRF_LOCAL_DIRNO]]<br />[[ECL_MAIL]] <br />[[ECL_MAIL]]<br />[[ECL_MAIL_PRIO]]}||colspan="3"|Which Mail Message or Null if no message. <br />-> Mail message with directory number.<br />-> Free text mail (user specified text), mail individ 161. <br />-> Technical alarm, mail individ 1930. <br />-> Call Request. |
|- | |- | ||
− | |9||[[NET_OBJ_REF]]||colspan="3"|Sending station. <br | + | |align=center|9||[[NET_OBJ_REF]]||colspan="3"|Sending station. <br />Null value allowed. |
|- | |- | ||
− | |10||[[NET_OBJ_REF]]||colspan="3"|Extra parameter (time / date / phone number) in [[DIGIT_STRING]] format. <br | + | |align=center|10||[[NET_OBJ_REF]]||colspan="3"|Extra parameter (time / date / phone number) in [[DIGIT_STRING]] format. <br />Null if no parameter. Should also be Null if no message. |
|- | |- | ||
− | |11||[[TEXT16]]||colspan="3"|Message as Text. All spaces if no message. | + | |align=center|11||[[TEXT16]]||colspan="3"|Message as Text. All spaces if no message. |
|- | |- | ||
|} | |} | ||
+ | |||
+ | [[Category: ACDP messages]] | ||
+ | [[AlphaNet_Data_Protocol#Station_Mail_Operations|Back to AlphaNet message list]] |
Latest revision as of 15:04, 3 October 2019
Q_ELEM_ADDED | 0x004B | 75 | AMC 06.00 | |
---|---|---|---|---|
Broadcast message. Reports that a mail message has been added to a station’s mail queue.
Note that this message comes every time a station dials Call Request even if it’s already in queue. The information will be identical except for the Mail Tag, which will be new every time. | ||||
1 | CLOCK | Time stamp. | ||
2 | NET_OBJ_REF | Receiving station. | ||
3 | UINT2 | Mail tag (unique id) for entry. | ||
4 | UINT1 | Mail Priority 0--255 | ||
5 | UINT2 | Position for entry in queue (from 1). | ||
6 | UINT2 | Mail queue length. | ||
7 | UINT2 | Mail queue checksum. | ||
8 | NET_OBJ_REF {NRF_LOCAL_DIRNO ECL_MAIL ECL_MAIL ECL_MAIL_PRIO} |
Which Mail Message or Null if no message. -> Mail message with directory number. -> Free text mail (user specified text), mail individ 161. -> Technical alarm, mail individ 1930. -> Call Request. | ||
9 | NET_OBJ_REF | Sending station. Null value allowed. | ||
10 | NET_OBJ_REF | Extra parameter (time / date / phone number) in DIGIT_STRING format. Null if no parameter. Should also be Null if no message. | ||
11 | TEXT16 | Message as Text. All spaces if no message. |