Actions

Difference between revisions of "%1.exp"

From Zenitel Wiki

Line 9: Line 9:
 
[[Event_Handler#Formating|Formating]] of the returned data is supported.
 
[[Event_Handler#Formating|Formating]] of the returned data is supported.
  
Note: The macro cannot be followed by a character a-z, A-Z. this will result in a syntax error. Either a space character must be used, or the macro can ve followed by empty brackets.
 
  
Examples: If the UDP field contains "4321":
+
 
 +
 
 +
'''Note:''' The macro cannot be followed by a character a-z, A-Z. this will result in a syntax error. Either a space character must be used, or the macro can ve followed by empty brackets.
 +
 
 +
Examples, assuming that the UDP field contains "4321":
 
  %1.exp    = 4321
 
  %1.exp    = 4321
 
  %1.exp Ma  = 4321 Ma
 
  %1.exp Ma  = 4321 Ma

Revision as of 15:03, 7 June 2013

%1.exp

UDP (User Defined Parameter) is configured in AlphaPro

Returns the User defined parameter as enterened in AlphaPro, Users & Stations -> UDP tab.

  • %2.exp can be used to read the UDP of the "Related-to" station. In AlphaNet this is supported when the station is in the local exchange where the event is executed.


Formating of the returned data is supported.



Note: The macro cannot be followed by a character a-z, A-Z. this will result in a syntax error. Either a space character must be used, or the macro can ve followed by empty brackets.

Examples, assuming that the UDP field contains "4321":

%1.exp     = 4321
%1.exp Ma  = 4321 Ma
%1.exp()Ma = 4321Ma
%1.expMa   = Syntax error

Back to Event_Handler#List_of_context_parameters.