Changes

no edit summary
Line 1: Line 1: −
This constraint can be used to allow/prevent actions being run based on the enabled state of the speaker phone.
+
<pre class="header-style">This constraint allows or prevents a macro/feature from running based on whether speakerphone is on or off.</pre>
   −
Note that the speakerphone will only ever be classed as on when a call is in progress.
+
''' Options '''
 +
 
 +
* '''On''': Constraint passes only when speakerphone is on
 +
* '''Off''': Constraint passes only when speakerphone is off
 +
 
 +
''' Example '''
 +
 
 +
''Example 1: Enable speakerphone only if it is currently off''
 +
  <pre class="trigger-style">Triggers
 +
 
 +
Call Active</pre>
 +
  <pre class="action-style">Actions
 +
 
 +
Speakerphone On/Off (Enable)</pre>
 +
  <pre class="constraint-style">Constraints
 +
 
 +
Speakerphone On/Off - Off</pre>
 +
 
 +
''' See Also '''
 +
 
 +
* [[Action: Speakerphone On/Off|Speakerphone On/Off Action]]