Actions

Difference between revisions of "%1.nod"

From Zenitel Wiki

(Created page with "%1.nod thumb|300px Returns the AlphaCom node number. * %2.nod can also be used. <br/> Example: In this event station 103 in node 1 will...")
 
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
%1.nod
+
{{AI}}
[[Image:EventHandlerMacro NOD.PNG|thumb|300px]]
 
  
Returns the AlphaCom [[node]] number.
+
* Returns the AlphaCom [[node]] number for a station.
 +
 
 +
* %2.nod can also be used.
  
  
* %2.nod can also be used.
 
<br/>
 
 
Example:
 
Example:
 +
 
In this event station 103 in node 1 will be queued on 107 in node 3:  
 
In this event station 103 in node 1 will be queued on 107 in node 3:  
<br/>
+
[[Image:EventHandlerMacro NOD.PNG|thumb|left|500px]]
<br/>
+
<br style="clear:both;" />
<br/>
+
 
 +
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]].
  
 
[[Category:Event Handler macros]]
 
[[Category:Event Handler macros]]
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]

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.