Actions

Difference between revisions of "%vol"

From Zenitel Wiki

Line 1: Line 1:
[[Event_Handler]] macro - Get current volume setting on a station
+
The '''%vol''' macro is used in the [[Event Handler]] to get the current volume setting on a station
  
 
Format: '''%vol(station physical number)'''
 
Format: '''%vol(station physical number)'''
Line 5: Line 5:
 
Returns the current volume setting (0-9) on a station.
 
Returns the current volume setting (0-9) on a station.
  
 
+
Example:
  %vol(2)
+
  '''%vol(2)''' - returns the volume setting of station 2
  
  

Revision as of 10:50, 7 April 2016

The %vol macro is used in the Event Handler to get the current volume setting on a station

Format: %vol(station physical number)

Returns the current volume setting (0-9) on a station.

Example:

%vol(2) - returns the volume setting of station 2