Difference between revisions of "EXT MAIL"
From Zenitel Wiki
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{AI}} | ||
{| border="1" | {| border="1" | ||
|- | |- | ||
Line 6: | Line 7: | ||
!style="background:#ffdead;" |AMC 05.00 | !style="background:#ffdead;" |AMC 05.00 | ||
|- | |- | ||
− | |colspan="5"|Response to the | + | |colspan="5"|Response to the GET_x_MAIL messages. |
|- | |- | ||
|align=center|1||[[NET_OBJ_REF]]||colspan="3"|Receiving station. | |align=center|1||[[NET_OBJ_REF]]||colspan="3"|Receiving station. | ||
|- | |- | ||
− | |align=center|2||[[NET_OBJ_REF]]||colspan="3"|Sending station. <br | + | |align=center|2||[[NET_OBJ_REF]]||colspan="3"|Sending station. <br />Null value allowed. |
|- | |- | ||
− | |align=center|3||[[NET_OBJ_REF]] <br | + | |align=center|3||[[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. |
|- | |- | ||
|align=center|4||[[NET_OBJ_REF]] ||colspan="3"|Extra parameter (time / date / phone number) in [[DIGIT_STRING]] format. Null if no parameter. Should also be Null if no message. | |align=center|4||[[NET_OBJ_REF]] ||colspan="3"|Extra parameter (time / date / phone number) in [[DIGIT_STRING]] format. Null if no parameter. Should also be Null if no message. | ||
Line 24: | Line 25: | ||
|} | |} | ||
+ | [[AlphaNet_Data_Protocol#Station_Mail_Operations|Back to AlphaNet message list]] | ||
− | [[ | + | [[Category: ACDP messages]] |
Latest revision as of 15:06, 6 July 2022
EXT_MAIL | 0x0030 | 48 | AMC 05.00 | |
---|---|---|---|---|
Response to the GET_x_MAIL messages. | ||||
1 | NET_OBJ_REF | Receiving station. | ||
2 | NET_OBJ_REF | Sending station. Null value allowed. | ||
3 | 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. | ||
4 | NET_OBJ_REF | Extra parameter (time / date / phone number) in DIGIT_STRING format. Null if no parameter. Should also be Null if no message. | ||
5 | UINT2 | Mail tag (unique id) for entry. | ||
6 | UINT1 | Mail Priority 0--255 | ||
7 | TEXT16 | Message as Text. All spaces if no message. |