Difference between revisions of "SET MAIL TIMEOUT"
From Zenitel Wiki
(New page: {| border="1" align=left |- |style="width:5"| |style="width:35"|'''SET_MAIL_TIMEOUT''' |style="width:20"|'''0x0082''' |style="width:20"|'''130''' |style="width:20"|'''AMC 08.10''' |- |co...) |
|||
Line 1: | Line 1: | ||
{| border="1" align=left | {| border="1" align=left | ||
|- | |- | ||
− | |style="width: | + | |style="width:20px"| |
− | |style="width: | + | |style="width:300px"|'''SET_MAIL_TIMEOUT''' |
− | |style="width: | + | |style="width:100"|'''0x0082''' |
− | |style="width: | + | |style="width:100"|'''130''' |
− | |style="width: | + | |style="width:100"|'''AMC 08.10''' |
|- | |- | ||
|colspan="5"|'''$SMT L101 W0000 Q60''' <BR\> '''$SMT L%1.DIR() W%1.TAG() Q60''' ''example use in RECEIVED_MAIL event'' | |colspan="5"|'''$SMT L101 W0000 Q60''' <BR\> '''$SMT L%1.DIR() W%1.TAG() Q60''' ''example use in RECEIVED_MAIL event'' |
Revision as of 07:00, 5 June 2007
SET_MAIL_TIMEOUT | 0x0082 | 130 | AMC 08.10 | |
$SMT L101 W0000 Q60 <BR\> $SMT L%1.DIR() W%1.TAG() Q60 example use in RECEIVED_MAIL event | ||||
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} | Station. | ||
2 | UINT2 | Mail tag (unique id) for current queue entry. | ||
3 | UINT4 | 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. | ||
Response: | COMMAND_RESPONSE |