Difference between revisions of "CALL SETUP"
From Zenitel Wiki
Line 1: | Line 1: | ||
{| border="1" align=left | {| border="1" align=left | ||
|- | |- | ||
− | + | !width="90pt" colspan="2"|CALL_SETUP | |
− | + | !width="100pt"|0x0008 | |
− | + | !width="30pt"|8 | |
− | + | !width="100pt"|AMC 08.20 | |
− | |||
|- | |- | ||
− | |colspan="2"|'''$ | + | |colspan="2"|'''$CALL L101 L102''' <br\> '''$CALL L101 L102 W32''' <BR\> '''$CALL L101 L102 W64 |
− | '''$ | + | |colspan="3" |Let 101 call 102 <BR\> Let 101 call, ignore if 102 forwards <br\> Let 101 call 102, force both 101 and 102 |
− | |colspan="3" | | ||
− | |||
|- | |- | ||
|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.) | |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.) |
Revision as of 10:00, 11 June 2007
CALL_SETUP | 0x0008 | 8 | AMC 08.20 | |
---|---|---|---|---|
$CALL L101 L102 <br\> $CALL L101 L102 W32 <BR\> $CALL L101 L102 W64 | Let 101 call 102 <BR\> Let 101 call, ignore if 102 forwards <br\> Let 101 call 102, force both 101 and 102 | |||
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 |