Actions

Difference between revisions of "%1.dak"

From Zenitel Wiki

Line 1: Line 1:
%1.dak(DAK search string,D_10 range)
+
%1.dak(DAK search string,D-10 range)
 
 
  
 
Return the number of the DAK key containing a specified string
 
Return the number of the DAK key containing a specified string
Line 9: Line 8:
  
 
Examples:
 
Examples:
%1.dak(I215) will return the DAK key containing "I215". If not existing it will return ther value 0.
+
%1.dak(I215)     returns the DAK key containing "I215". If not existing it will return ther value 0.
  
  

Revision as of 16:17, 28 January 2009

%1.dak(DAK search string,D-10 range)

Return the number of the DAK key containing a specified string

  • station number given by event context
  • %2.dak can also be used if related-to is in local exchange
  • Used for controlling the LEDs of CRMIV

Examples:

%1.dak(I215)     returns the DAK key containing "I215". If not existing it will return ther value 0.


Back to Event_Handler#List_of_context_parameters.