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 (1 - 100) containing a specified string, or 0 if not found
  
 
* station number given by event context
 
* station number given by event context
Line 8: Line 8:
  
 
Examples:
 
Examples:
  %1.dak(I215)    returns the DAK key containing "I215". If not existing it will return ther value 0.
+
  %1.dak(I215)    returns the number of the DAK key containing "I215". If not existing it will return ther value 0.
  
  

Revision as of 16:46, 28 January 2009

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

Return the number of the DAK key (1 - 100) containing a specified string, or 0 if not found

  • 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 number of the DAK key containing "I215". If not existing it will return ther value 0.


Back to Event_Handler#List_of_context_parameters.