Difference between revisions of "Automatic Search with more than 3 hops"
From Zenitel Wiki
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{AI}} | ||
This article describes one method the extend the [[Search#Automatic_search|automatic search]] range. | This article describes one method the extend the [[Search#Automatic_search|automatic search]] range. | ||
Line 32: | Line 33: | ||
<br style="clear:both;" /> | <br style="clear:both;" /> | ||
− | + | {{Code2| | |
Pause | Pause | ||
Pause | Pause | ||
Line 39: | Line 40: | ||
Pause | Pause | ||
$CALL L%1.dir L104 | $CALL L%1.dir L104 | ||
+ | }} | ||
Now the door is actually calling 104, which has its own search list: | Now the door is actually calling 104, which has its own search list: | ||
Line 56: | Line 58: | ||
[[File:AutoSearch app8a.PNG|thumb|500px|left]] | [[File:AutoSearch app8a.PNG|thumb|500px|left]] | ||
<br style="clear:both;" /> | <br style="clear:both;" /> | ||
+ | |||
+ | {{Code2| | ||
+ | $C L%1.dir | ||
+ | }} | ||
'''''Step 4b''''' | '''''Step 4b''''' | ||
Line 64: | Line 70: | ||
<br style="clear:both;" /> | <br style="clear:both;" /> | ||
− | + | {{Code2| | |
− | |||
Pause | Pause | ||
Pause | Pause | ||
Line 72: | Line 77: | ||
Pause | Pause | ||
$CALL L%1.dir L101 | $CALL L%1.dir L101 | ||
− | + | }} | |
'''''Step 5''''' | '''''Step 5''''' | ||
Line 81: | Line 86: | ||
<br style="clear:both;" /> | <br style="clear:both;" /> | ||
− | [[Category:Applications]] | + | [[Category:AlphaCom Applications]] |
+ | [[Category:ICX-AlphaCom Applications]] |
Latest revision as of 12:56, 31 May 2022
This article describes one method the extend the automatic search range.
In the example below the doors (UDP group 1) are all ringing to station 101, which unanswered will transfer to 102, 103, 104, 105 and 106 in a sequence.
Step 1
Create two event trigger numbers in Directory&Features:
Step 2
Set up Automatic Search for 101 - Front Desk:
The Automatic Search will transfer the call to 102, then 103 and finally it will force the door station to dial an event trigger:
Step 3
Create the Event:
Action commands:
Pause Pause $C L%1.dir Pause Pause $CALL L%1.dir L104
Now the door is actually calling 104, which has its own search list:
The second search set will transfer the call to 105, then 106 and finally it will force the door station to call yet another event trigger. This time it is possible to choose to either end the call, or make a loop back to the first station:
Step 4a
Ending the call:
Action commands:
$C L%1.dir
Step 4b
Making a loop:
Action commands:
Pause Pause $C L%1.dir Pause Pause $CALL L%1.dir L101
Step 5
The above described solution will require that all receiving stations are set to private. The private ring time can be changed in the global settings under Exchange&System->System->Timers. Default is 11 seconds: