Actions

Difference between revisions of "%vol"

From Zenitel Wiki

(Created page with "Event_Handler macro - Get current volume setting on a station Format: '''%vol(station physical number)''' %prog(2) Returns the current volume setting (0-9) on a stati...")
 
 
(5 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)'''
  
  %prog(2)
+
Returns the current volume setting (0-9) on a station.
 +
 
 +
Example:
 +
  '''%vol(2)''' - returns the volume setting of station 2
  
  
Returns the current volume setting (0-9) on a station.
 
  
Back to [[Event_Handler#List_of_macros]].
+
* [[Event_Handler#List_of_macros|List of macros]].
  
 
[[Category:Event Handler macros]]
 
[[Category:Event Handler macros]]
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]

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