Actions

Difference between revisions of "$CALL command used in AlphaNet (Event Handler)"

From Zenitel Wiki

Line 1: Line 1:
 
Station 104 in node 2 will be deleted from the queue on 107 in node 3:
 
Station 104 in node 2 will be deleted from the queue on 107 in node 3:
: @3 $CANM L(2)104 L107  
+
: @3 $CANM L(2)104 L107 <br\>
<br\>
 
 
General expression: The station triggering this event will be deleted from the queue on 107 in node 3:
 
General expression: The station triggering this event will be deleted from the queue on 107 in node 3:
: @3 $CANM L('''%1.nod)%1.dir''' L107
+
: @3 $CANM L('''%1.nod)%1.dir''' L107 <br\>
<br\>
 
 
or:
 
or:
: @3 $CANM '''%1.ref''' L107
+
: @3 $CANM '''%1.ref''' L107 <br\>
<br\>
 
 
Same as above, but the station triggering this event will be deleted from the queue of stations in group 15 (dir no 899) in node 3:
 
Same as above, but the station triggering this event will be deleted from the queue of stations in group 15 (dir no 899) in node 3:
 
: @3 $CANM %1.ref '''NG15'''
 
: @3 $CANM %1.ref '''NG15'''
 
Same as above, but using dir. No. instead:
 
Same as above, but using dir. No. instead:
 
: @3 $CANM %1.ref '''L899'''
 
: @3 $CANM %1.ref '''L899'''

Revision as of 08:13, 9 August 2007

Station 104 in node 2 will be deleted from the queue on 107 in node 3:

@3 $CANM L(2)104 L107 <br\>

General expression: The station triggering this event will be deleted from the queue on 107 in node 3:

@3 $CANM L(%1.nod)%1.dir L107 <br\>

or:

@3 $CANM %1.ref L107 <br\>

Same as above, but the station triggering this event will be deleted from the queue of stations in group 15 (dir no 899) in node 3:

@3 $CANM %1.ref NG15

Same as above, but using dir. No. instead:

@3 $CANM %1.ref L899