Difference between revisions of "Forward unattended Call Request (Event Handler)"
From Zenitel Wiki
(→Example 1. Call Request to local guard, forward to guard 1234 after 10 - 19 seconds if unanswered) |
(→Example 2. Call Request to local guard, forward to guard 1234 in node 4 after 10 - 19 seconds if unanswered) |
||
Line 30: | Line 30: | ||
$[[COPY MAIL|CPYM]] L%1.dir W%2.tag L(4)1234<br> | $[[COPY MAIL|CPYM]] L%1.dir W%2.tag L(4)1234<br> | ||
$[[DELETE MAIL|DELM]] L%1.dir W%2.tag | $[[DELETE MAIL|DELM]] L%1.dir W%2.tag | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Revision as of 13:45, 23 May 2022
This article describes how an unattended Call Request can be forwarded to another station.
A more modern (and recommended) approach is to use the Automatic Search feature.
Software requirement:
- ICX-AlphaCom: Any
- AlphaCom: AMC 08.10
Example 1. Call Request to local guard, forward to guard 1234 after 10 - 19 seconds if unanswered
In AlphaPro, go to Exchange and System -> Events, press Insert and create the following events:
Action: $SMT L%1.dir W%2.tag Q10
Action:
$CPYM L%1.dir W%2.tag L1234
$DELM L%1.dir W%2.tag
If the target is is another node:
Action:
$CPYM L%1.dir W%2.tag L(4)1234
$DELM L%1.dir W%2.tag