Difference between revisions of "Trigger: Call Outgoing"
(Created page with "This trigger will fire when an outgoing call is placed. You can specify a particular contact that the outgoing call is to, or alternatively you can specify that the call can...") |
m |
||
Line 1: | Line 1: | ||
+ | <pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;"> | ||
This trigger will fire when an outgoing call is placed. | This trigger will fire when an outgoing call is placed. | ||
You can specify a particular contact that the outgoing call is to, or alternatively you can specify that the call can be to Any Contact, a Non Contact or Any Number. | You can specify a particular contact that the outgoing call is to, or alternatively you can specify that the call can be to Any Contact, a Non Contact or Any Number. | ||
+ | </pre> | ||
+ | '''Example Usage'''<br/> | ||
+ | When making a call, if the call volume level is less than 50% it will adjust the level to 100%. | ||
+ | <pre style="background-color: red; color: white; border-radius: 10px; padding: 10px;"> | ||
+ | Triggers | ||
+ | |||
+ | Outgoig call | ||
+ | </pre><br> | ||
+ | <pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;"> | ||
+ | Actions | ||
+ | |||
+ | Volume change = 100% | ||
+ | </pre><br> | ||
+ | <pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;"> | ||
+ | Constrains | ||
+ | |||
+ | Volume level <50% (Voice call) | ||
+ | </pre><br> |
Revision as of 17:14, 28 April 2023
This trigger will fire when an outgoing call is placed. You can specify a particular contact that the outgoing call is to, or alternatively you can specify that the call can be to Any Contact, a Non Contact or Any Number.
Example Usage
When making a call, if the call volume level is less than 50% it will adjust the level to 100%.
Triggers Outgoig call
Actions Volume change = 100%
Constrains Volume level <50% (Voice call)