Actions

Difference between revisions of "EXT MAIL"

From Zenitel Wiki

 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{AI}}
 
{| border="1"
 
{| border="1"
 
|-
 
|-
Line 4: Line 5:
 
!style="background:#ffdead;" width="100pt"|0x0030
 
!style="background:#ffdead;" width="100pt"|0x0030
 
!style="background:#ffdead;" width="30pt"|48
 
!style="background:#ffdead;" width="30pt"|48
!style="background:#ffdead;" width="100pt"|AMC 05.00
+
!style="background:#ffdead;" |AMC 05.00
 
|-
 
|-
|colspan="5"|Response to the [[GET_x_MAIL]] messages.   
+
|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\>Null value allowed.
+
|align=center|2||[[NET_OBJ_REF]]||colspan="3"|Sending station. <br />Null value allowed.
 
|-
 
|-
|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 19­30. <br\>-> Call Request.  
+
|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 19­30. <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]]
  
[[AlphaNet_Data_Protocol#Station_Mail_Operations|Back to AlphaNet message list]]
+
[[Category: ACDP messages]]

Latest revision as of 16:06, 6 July 2022

AI.png
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 19­30.
-> 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.

Back to AlphaNet message list