Side Effects of Permit Next Button? #77
Replies: 3 comments 6 replies
-
Hi, You are correct. The concept of "Permit Next" means that the next call will be automatically added to the Permit list. I suspect this exists for people (such as myself) who are overly cautious of what calls they let past screening. It's a quick and easy way to just let the next call through henceforth. But this assumes that you know:
E.g.) I called a new doctor's office and was somehow disconnected. The office clerk asked for my information in the event of a disconnect, so I have some certainty that the next call will not need to be screened now and henceforth. The 2FA example is an understandably frustrating workflow. 🫤 FWIW, I had a similar issue with spoofed numbers. At the peak of my filtering, I had a line that was receiving 20+ calls a day from locally spoofed numbers. Whereas you have many numbers added to your permitted list, I had many numbers added to my block list. Eventually, I would have to clean up the blocked list. I would add a small note to each of these numbers I blocked, "spoofed", and every few weeks, look through this list of blocked numbers with the "spoofed" note. If I sorted this list of numbers, I would see patterns emerge, which I could then translate to regular expressions. It's a frustrating workaround, but it could be effective in the interim, especially since many companies use similar 2FA providers and presumably you're using 2FA with the same sites/utilities repeatedly. |
Beta Was this translation helpful? Give feedback.
-
A bit OT -- Regarding 2FA. Of all the choices one has for the handling of 2FA today (YubiKey/NitroKey, SMS text, email or a desktop/phone App), receiving a voice phone call is at the bottom of the list and I've never had to revert to it. @whitedavidp - I agree that the logging and handling of "Permit Next Call" could be tweaked a bit. One of these days, I will get around to re-visiting call logging and screening, etc. as has been discussed here. |
Beta Was this translation helpful? Give feedback.
-
Ok, all of this is a red herring. I just performed a test and, even though the Change UI for the number suggests that the number from a Permit Next Call is indeed in the database's whitelist table, it is NOT! This is consistent with what I see/do not see in the code as well. So this is just another manifestation of the bug I reported in #65 caused by the Change UI being driven from the call log Action column rather than the actual presence/absence of a row in the whitelist or blacklist tables. I should have suspected this given that I filed #65 but I just spaced-out, I guess. |
Beta Was this translation helpful? Give feedback.
-
Hi. While I haven't used this much, I am finding I have to do so more and more with the increase in 2-factor authentication for almost everything...
I am not 100% sure, but it seems to me that a call coming through due to Permit Next being enabled, ends up putting the next call's number onto the permitted list. Is this correct? I say this because the call shows as permitted in the call log (which seems as expected) and when I click on that number in the call log and press Change, I am shown the ability to Remove it from the Permitted List.
If this is indeed being added to the Permitted List, is this really necessary? I just assumed that this caused CA to allow the call to bypass screening and I am not sure that logically requires it be added to the Permitted List - where I then have to remove it later (perhaps).
Thanks. And thanks for suggesting any code changes that might permit this to NOT happen.
Beta Was this translation helpful? Give feedback.
All reactions