Actions

Difference between revisions of "%1.udp"

From Zenitel Wiki

(New page: %1.udp Return 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 * %2.udp can also be used i...)
 
Line 9: Line 9:
  
 
Back to [[Event_Handler#List_of_context_parameters]].
 
Back to [[Event_Handler#List_of_context_parameters]].
 +
 +
[[Category:Event Handler]]

Revision as of 16:51, 17 August 2007

%1.udp


Return 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
  • %2.udp can also be used if related-to is in local exchange
  • Useful?

Back to Event_Handler#List_of_context_parameters.