-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
I deleted my home land line from the address book and ran some tests. Truth table with controls as bit positions [1,2,3], where "1" represents the state in the screenshot.
| control 1 | control 2 | control 3 | calls are |
|---|---|---|---|
| 1 | 1 | 1 | blocked |
| 1 | 1 | 0 | allowed |
| 1 | 0 | 1 | blocked |
| 1 | 0 | 0 | allowed |
| 0 | 1 | 1 | allowed |
| 0 | 1 | 0 | allowed |
| 0 | 0 | 1 | allowed |
| 0 | 0 | 0 | allowed |
Firstly, control 1, which looks the most like the main disable switch, should please be more clearly labeled. I would suggest that the two button states be called "Screening Active", and "Screening Bypassed".
Secondly, what does control 2, the ⊝ sign in the top right corner, do? It doesn't seem to affect whether calls are blocked, but switching it from 1->0 results in a toast that says "block mode disabled", and 0->1 says "block mode enabled".
This is both a bug report and a reference for myself in the future and anyone else who is similarly confused.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

