Difference between revisions of "CANCEL MAIL"
From Zenitel Wiki
(New page: {| border="1" align=left |- !style="background:#ffdead;" width="90pt" colspan="2"|SEND_TXT_MAIL !style="background:#ffdead;" width="100pt"|0x0032 !style="background:#ffdead;" width="30pt"...) |
ZenitelAus (talk | contribs) |
||
(16 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
− | {| border="1" | + | {{AI}} |
+ | {| border="1" | ||
|- | |- | ||
− | !style="background:#ffdead;" width="90pt | + | ! colspan="2" style="background:#ffdead;" width="90pt" |CANCEL_MAIL |
− | !style="background:#ffdead;" width="100pt"| | + | ! style="background:#ffdead;" width="100pt" |0x0065 |
− | !style="background:#ffdead;" width="30pt"| | + | ! style="background:#ffdead;" width="30pt" |101 |
− | !style="background:#ffdead; | + | ! style="background:#ffdead;" |AMC 07.00 |
|- | |- | ||
− | |colspan="3"|'''$CANM L101 L102 NM255 U255'''<br | + | | colspan="3" |'''$CANM L101 L102 NM255 U255'''<br>'''$CANM L101 L102'''<br>'''$CANM LV L102'''<br>'''$CANM LV L102 NM253 U90'''<br>'''$CANM LV L102 NM255 U90''' |
+ | | colspan="2" |''cancel specified mail/priority, here all''<br>''cancel all mails from this sender''<br>''cancel all mails in destination’s queue''<br>cancel ''all mails in destination's queue at priority 90''<br>cancel ''all mails in destination's queue below priority 90'' | ||
|- | |- | ||
− | |colspan="5"|Delete one or more mail/call request/alarm messages queued at a station.<br | + | | colspan="5" |Delete one or more mail/call request/alarm messages queued at a station.<br><br> |
− | Note to Simple Link Layer format: Sender must be Dir.no. 07.60-08.00: Sender must contain node no L(1)101.<br | + | Note to [[Data link layer#Stentofon Simple Link Layer|Simple Link Layer]] format: Sender must be Dir.no. 07.60-08.00: Sender must contain node no L(1)101.<br>$CANM is inverse of built-in command MST, but note that sender and receiver is swapped! |
|- | |- | ||
− | |align=center|1||[[NET_OBJ_REF]]<br | + | | align="center" |1||[[NET_OBJ_REF]]<br>{[[ECL_STATION]]}|| colspan="3" |Sender (source) station<br> |
NULL (LV) can be used e.g. for technical alarms, or if call-back is not desired. | NULL (LV) can be used e.g. for technical alarms, or if call-back is not desired. | ||
|- | |- | ||
− | |align=center|2||[[NET_OBJ_REF]]<br | + | | align="center" |2||[[NET_OBJ_REF]]<br>{[[ECL_STATION]],<br>[[ECL_ST_GROUP]]}|| colspan="3" |Receiver (destination) queuing station or local group.<br> NULL (LV) can be used for deleting all mails from a station (AMC 1022). Parameter 1 must be legal, only mails with flag Automatic Delete ([[SEND_MAIL]]) will be deleted. |
|- | |- | ||
− | |align=center|3||[[NET_OBJ_REF]]<br>{[[ECL_MAIL]]}<br | + | | align="center" |3||[[NET_OBJ_REF]]<br>{[[ECL_MAIL]]}<br>.<br>.<br>(optional AMC 08.01)|| colspan="3" |Mail message to be deleted. See page 17.<br>Mail-id values are: |
− | <br | + | <br>1-32 = Standard mails, i.e. cancel a specific mail from this sender |
− | <br | + | <br>253 = Delete only mail with specific priority in parameter 4.(AMC 11.02) |
− | <br | + | <br>254 = [[Call Back feature|MAIL_TYPE_CALL_BACK]], i.e. cancel any call back mail |
+ | <br>255 = any mail, i.e. cancel all mails from this sender | ||
|- | |- | ||
− | |align=center|4||[[UINT1]]<br | + | | align="center" |4||[[UINT1]]<br>(Optional AMC 08.01)|| colspan="3" |Priority. |
+ | Changes purpose depending on if Parameter 3 is set to 253<br> | ||
+ | When Parameter 3 is set for 253, delete only mails with this specific priority.<br> | ||
+ | Otherwise, delete all mails below this priority<br>255 = cancel all mails from this sender. | ||
|- | |- | ||
− | |align=center|5||[[UINT1]]<br | + | | align="center" |5||[[UINT1]]<br>(optional)|| colspan="3" |Hop Count. [[AlphaNet]]: Used to avoid endless mail forwarding. Incremented by [[AMC]], discarded when too large. Default value = 0. |
|- | |- | ||
− | |colspan="2"|Response:||colspan="3"|[[COMMAND_RESPONSE]]- the option field is unused | + | | colspan="2" |Response:|| colspan="3" |[[COMMAND_RESPONSE]]- the option field is unused |
|- | |- | ||
|} | |} | ||
+ | |||
+ | [[AlphaNet_Data_Protocol#Station_Mail_Operations|Back to AlphaNet message list]] | ||
+ | |||
+ | [[Category: ACDP messages]] | ||
+ | [[Category: DP Commands]] |
Latest revision as of 23:12, 3 October 2023
CANCEL_MAIL | 0x0065 | 101 | AMC 07.00 | |
---|---|---|---|---|
$CANM L101 L102 NM255 U255 $CANM L101 L102 $CANM LV L102 $CANM LV L102 NM253 U90 $CANM LV L102 NM255 U90 |
cancel specified mail/priority, here all cancel all mails from this sender cancel all mails in destination’s queue cancel all mails in destination's queue at priority 90 cancel all mails in destination's queue below priority 90 | |||
Delete one or more mail/call request/alarm messages queued at a station. Note to Simple Link Layer format: Sender must be Dir.no. 07.60-08.00: Sender must contain node no L(1)101. | ||||
1 | NET_OBJ_REF {ECL_STATION} |
Sender (source) station NULL (LV) can be used e.g. for technical alarms, or if call-back is not desired. | ||
2 | NET_OBJ_REF {ECL_STATION, ECL_ST_GROUP} |
Receiver (destination) queuing station or local group. NULL (LV) can be used for deleting all mails from a station (AMC 1022). Parameter 1 must be legal, only mails with flag Automatic Delete (SEND_MAIL) will be deleted. | ||
3 | NET_OBJ_REF {ECL_MAIL} . . (optional AMC 08.01) |
Mail message to be deleted. See page 17. Mail-id values are:
| ||
4 | UINT1 (Optional AMC 08.01) |
Priority.
Changes purpose depending on if Parameter 3 is set to 253 | ||
5 | UINT1 (optional) |
Hop Count. AlphaNet: Used to avoid endless mail forwarding. Incremented by AMC, discarded when too large. Default value = 0. | ||
Response: | COMMAND_RESPONSE- the option field is unused |