Actions

Difference between revisions of "%1.nod"

From Zenitel Wiki

 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{A}}  
+
{{AI}}  
  
Returns the AlphaCom [[node]] number for a station.
+
* Returns the AlphaCom [[node]] number for a station.
  
 
* %2.nod can also be used.
 
* %2.nod can also be used.
Line 11: Line 11:
 
[[Image:EventHandlerMacro NOD.PNG|thumb|left|500px]]
 
[[Image:EventHandlerMacro NOD.PNG|thumb|left|500px]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
 +
 +
Note that in expression '''@<node>''' the "node" is the hexadecimal value of the node. Using @'''U'''<node>,"node" is the decimal value.
  
 
Back to [[Event_Handler#List_of_context_parameters]].
 
Back to [[Event_Handler#List_of_context_parameters]].

Latest revision as of 16:48, 24 May 2022

AI.png
  • Returns the AlphaCom node number for a station.
  • %2.nod can also be used.


Example:

In this event station 103 in node 1 will be queued on 107 in node 3:

EventHandlerMacro NOD.PNG


Note that in expression @<node> the "node" is the hexadecimal value of the node. Using @U<node>,"node" is the decimal value.

Back to Event_Handler#List_of_context_parameters.