Add Event Phone Ringing
Caller Number: Add all the numbers you want to get through.
Add Start Task
1. If
%SLEEPMODE = 1 // Make sure you use the Maths: Equals (=),
// and not the Matches (~) to compare. We are
// dealing with numbers here

.
2. Silent Mode
Mode: Off
3. Wait
Minutes: 5
4. Silent Mode
Mode: On
If: %SLEEPMODE = 1// Here, we check if SLEEPMODE = 1 again, since
// we do not want to set Silent Mode to on again
// if you took the call.
5. End If