SET MAIL TIMEOUT: Difference between revisions
From Zenitel Wiki
No edit summary |
No edit summary |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{AI}} | ||
{| border="1" | {| border="1" | ||
|- | |- | ||
!style="background:#ffdead;" width=" | !style="background:#ffdead;" width="350pt" colspan="2"|SET_MAIL_TIMEOUT | ||
!style="background:#ffdead;" width="100pt"|0x0082 | !style="background:#ffdead;" width="100pt"|0x0082 | ||
!style="background:#ffdead;" width="30pt"|130 | !style="background:#ffdead;" width="30pt"|130 | ||
!style="background:#ffdead;" |AMC 08.10 | !style="background:#ffdead;" |AMC 08.10 | ||
|- | |- | ||
|colspan="2"|'''$SMT L101 W0000 Q60''' <br /> '''$SMT L%1.DIR() W%2.TAG() Q60''' | |colspan="2"|'''$SMT L101 W0000 Q60''' <br/> '''$SMT L%1.DIR() W%2.TAG() Q60''' | ||
|colspan="3" |''set timeout 60 - 69 seconds for station 101'' < | |colspan="3" |''set timeout 60 - 69 seconds for station 101'' <br/> ''example use in RECEIVED_MAIL event'' | ||
|- | |- | ||
|colspan="5"|Set the timer of a mail queue entry. < | |colspan="5"|Set the timer of a mail queue entry. <br/> When timeout, the event MAIL_TIMEOUT is generated. 10 seconds later the mail queue entry will be deleted automatically. (All new mails are initialized by the AMC to max timer.) | ||
|- | |- | ||
|1||NET_OBJ_REF {ECL_STATION}||colspan="3"|Station. | |1||NET_OBJ_REF {ECL_STATION}||colspan="3"|Station. | ||
| Line 17: | Line 17: | ||
|- | |- | ||
|3||UINT4 | |3||UINT4 | ||
|colspan="3"|Timeout value in seconds.< | |colspan="3"|Timeout value in seconds.<br/>- The timer is ticked every 10 seconds. This means that the minimum timer value is 10 seconds, and longer times should be specified with last digit 0.<BR\>- The longest possible time is 655350 seconds, which is 7.5 days <br/>- The system guarantees a minimum timeout as specified, worst case 10 seconds later. Ex: setting 60 seconds generates timeout 60 - 69 seconds later. | ||
|- | |- | ||
|colspan="2"|Response: | |colspan="2"|Response: | ||
| Line 25: | Line 25: | ||
[[Category: ACDP messages]] | [[Category: ACDP messages]] | ||
[[Category: DP Commands]] | |||
[[AlphaNet_Data_Protocol#Station_Mail_Operations|Back to AlphaNet message list]] | [[AlphaNet_Data_Protocol#Station_Mail_Operations|Back to AlphaNet message list]] | ||
Latest revision as of 11:57, 30 June 2022
| SET_MAIL_TIMEOUT | 0x0082 | 130 | AMC 08.10 | |
|---|---|---|---|---|
| $SMT L101 W0000 Q60 $SMT L%1.DIR() W%2.TAG() Q60 |
set timeout 60 - 69 seconds for station 101 example use in RECEIVED_MAIL event | |||
| Set the timer of a mail queue entry. When timeout, the event MAIL_TIMEOUT is generated. 10 seconds later the mail queue entry will be deleted automatically. (All new mails are initialized by the AMC to max timer.) | ||||
| 1 | NET_OBJ_REF {ECL_STATION} | Station. | ||
| 2 | UINT2 | Mail tag (unique id) for current queue entry. | ||
| 3 | UINT4 | Timeout value in seconds. - The timer is ticked every 10 seconds. This means that the minimum timer value is 10 seconds, and longer times should be specified with last digit 0.<BR\>- The longest possible time is 655350 seconds, which is 7.5 days - The system guarantees a minimum timeout as specified, worst case 10 seconds later. Ex: setting 60 seconds generates timeout 60 - 69 seconds later. | ||
| Response: | COMMAND_RESPONSE | |||
