Actions

Difference between revisions of "%vol"

From Zenitel Wiki

 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Event_Handler]] macro - Get current volume setting on a station
+
{{AI}}
 +
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 6:
 
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
  
  

Latest revision as of 09:50, 4 October 2019

AI.png

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