Actions

%busy

From Zenitel Wiki

Revision as of 16:33, 9 June 2020 by Asle (talk | contribs) (Created page with " IF %busy(4) LOG "Station 4 is busy" stop ENDIF LOG "Station 4 is free"  or more general: IF %busy(%1.phy) LOG "Station %1.phy is busy" stop ENDIF ​LOG "Sstation %1.phy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


IF %busy(4) LOG "Station 4 is busy" stop ENDIF LOG "Station 4 is free" 

or more general:

IF %busy(%1.phy) LOG "Station %1.phy is busy" stop ENDIF ​LOG "Sstation %1.phy is free"