Difference between revisions of "%vol"
From Zenitel Wiki
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[ | + | {{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)''' - returns the volume setting of station 2 | ||
− | |||
− | + | * [[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 08:50, 4 October 2019
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