silence at night with exceptions
Moderator: Martin
-
- Posts: 1
- Joined: 21 Oct 2013 21:39
silence at night with exceptions
From a complete noob user, is there any way to creste a flow to silence the phone at night allowing only to ring calls for some given numbers or contacts?
Re: silence at night with exceptions
Hi,
You could build flows to silence the ringer at night and handle incoming calls using a second flow to play a ringtone or vibrate.
Flow Silence at night:
-trigger everyday 22:00
-action Set Ringer Mode: Silent
Flow back to Normal in the morning
-trigger everyday 7:00
-action Set Ringer Mode: Normal
Flow Important call
-trigger Incoming Call. State: Ringing, Numbers: 1234567
-condition Ringer Mode: Silent
--> true: -action Sound: Ringtone, action Vibrate: Pattern 2 (-- --)
Alternatively you can change the ringer mode back to normal when a certain number calls at night:
Flow Important call
-trigger Incoming Call. State: Ringing, Numbers: 1234567
-condition Ringer Mode: Silent
--> true: -action Set Ringer Mode: Normal, action Set Audio Stream Volume: Ring to level 5
Regards,
Martin
You could build flows to silence the ringer at night and handle incoming calls using a second flow to play a ringtone or vibrate.
Flow Silence at night:
-trigger everyday 22:00
-action Set Ringer Mode: Silent
Flow back to Normal in the morning
-trigger everyday 7:00
-action Set Ringer Mode: Normal
Flow Important call
-trigger Incoming Call. State: Ringing, Numbers: 1234567
-condition Ringer Mode: Silent
--> true: -action Sound: Ringtone, action Vibrate: Pattern 2 (-- --)
Alternatively you can change the ringer mode back to normal when a certain number calls at night:
Flow Important call
-trigger Incoming Call. State: Ringing, Numbers: 1234567
-condition Ringer Mode: Silent
--> true: -action Set Ringer Mode: Normal, action Set Audio Stream Volume: Ring to level 5
Regards,
Martin
-
- Posts: 30
- Joined: 21 Oct 2013 21:27
Re: silence at night with exceptions
Flow Important call
-trigger Incoming Call. State: Ringing, Numbers: 1234567
-condition Ringer Mode: Silent
--> true: -action Sound: Ringtone, action Vibrate: Pattern 2 (-- --)
This doesn't seem to work if the ringer is set to silence. There is still no sound.
-trigger Incoming Call. State: Ringing, Numbers: 1234567
-condition Ringer Mode: Silent
--> true: -action Sound: Ringtone, action Vibrate: Pattern 2 (-- --)
This doesn't seem to work if the ringer is set to silence. There is still no sound.