Actions

Difference between revisions of "%1.udp"

From Zenitel Wiki

 
(14 intermediate revisions by 5 users not shown)
Line 1: Line 1:
%1.udp
+
{{AI}}
 +
* Returns the [[UDP group]] memberships for station, as a decimal number.
 +
* Interpret the number as a bitmap, bit#0 is UDP group 1, bit#7 is UDP group 8.
  
  
Return the [[UDP group]] memberships for station, as a decimal number.
+
'''Example:''' If a station is member of UDP group 1, 4 and 8, %1.udp will return value 137.
 +
* '''%2.udp''' can also be used if related-to is in local exchange
 +
 
 +
 
 +
UDP group:  8  7  6  5  4  3  2  1
 +
 
 +
Bit:        7  6  5  4  3  2  1  0
 +
 
 +
Value:    128 64 32 16  8  4  2  1
 +
 
 +
 
 +
Example: If calling station is member of UDP group 3, then cancel the call.
 +
[[File:EventHandlerMacro UDP.PNG|thumb|left|500px]]
 +
<br style="clear:both;" />
  
* Interpret the number as a bitmap, bit#0 is UDP group 1, bit#7 is UDP group 8
 
* %2.udp can also be used if related-to is in local exchange
 
* Useful?
 
  
 
Back to [[Event_Handler#List_of_context_parameters]].
 
Back to [[Event_Handler#List_of_context_parameters]].
  
 +
[[Category:Event Handler macros]]
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]

Latest revision as of 09:46, 4 October 2019

AI.png
  • Returns the UDP group memberships for station, as a decimal number.
  • Interpret the number as a bitmap, bit#0 is UDP group 1, bit#7 is UDP group 8.


Example: If a station is member of UDP group 1, 4 and 8, %1.udp will return value 137.

  • %2.udp can also be used if related-to is in local exchange


UDP group:  8  7  6  5  4  3  2  1
Bit:        7  6  5  4  3  2  1  0
Value:    128 64 32 16  8  4  2  1


Example: If calling station is member of UDP group 3, then cancel the call.

EventHandlerMacro UDP.PNG



Back to Event_Handler#List_of_context_parameters.