Difference between revisions of "Forward unattended Call Request (Event Handler)"
From Zenitel Wiki
Line 1: | Line 1: | ||
− | Example 1. <br\> | + | ==Example 1.== <br\> |
Call Request to local guard, forward to guard 1234 after 10 - 19 seconds if unanswered: | Call Request to local guard, forward to guard 1234 after 10 - 19 seconds if unanswered: | ||
− | <br\> | + | <br\><br\> |
'''Start the mail timer when call request is received:''' | '''Start the mail timer when call request is received:''' | ||
{| | {| | ||
Line 15: | Line 15: | ||
|- | |- | ||
|Action: || $SMT L%1.dir W%2.tag Q10 | |Action: || $SMT L%1.dir W%2.tag Q10 | ||
+ | |- | ||
+ | |} | ||
+ | <br\><br\> | ||
+ | '''When timeout, copy the mail to 1234 and delete own mail:''' | ||
+ | {| | ||
+ | |- | ||
+ | |width="100pt"|Owner: | ||
+ | |width="100pt"|Local Guard | ||
+ | |- | ||
+ | |Event type: || 20 - Mail timeout | ||
+ | |- | ||
+ | |When change to: || ON | ||
+ | |- | ||
+ | |When related to: || All | ||
+ | |- | ||
+ | |Action: <br\> || $CPYM L%1.dir W%2.tag L1234 <br\> $DELM L%1.dir W%2.tag | ||
|- | |- | ||
|} | |} |
Revision as of 12:25, 8 August 2007
==Example 1.== <br\> Call Request to local guard, forward to guard 1234 after 10 - 19 seconds if unanswered: <br\><br\> Start the mail timer when call request is received:
Owner: | Local Guard |
Event type: | 10 - Received mail |
When change to: | ON |
When related to: | All |
Action: | $SMT L%1.dir W%2.tag Q10 |
<br\><br\> When timeout, copy the mail to 1234 and delete own mail:
Owner: | Local Guard |
Event type: | 20 - Mail timeout |
When change to: | ON |
When related to: | All |
Action: <br\> | $CPYM L%1.dir W%2.tag L1234 <br\> $DELM L%1.dir W%2.tag |