(10-24-2020, 10:05 AM)wibble Wrote: I don't know if any of the existing phone apps do it. It's the obvious place to add it so it can be integrated into the UI, but I think you could implement it as a standalone app too, registering for dbus notification on call and rejecting if it's from a blocked number. To be universal you'd nee to cover both ofono and modemmanager dbus interfaces, but the logic should be more or less the same.Thanks for your answer. I really think this should be included in the phone apps.
Do you know how to officially suggest this to Mobian?
(10-26-2020, 07:24 AM)bilb Wrote: It would be great to start a community curated spam/block list and be able to opt in to filtering calls like you can do on Android with apps like Yet Another Call Blocker.Do you mean a list of phone numbers to block? it would be gigantic and new numbers being added every day.
But sure, if a community like this exists, I will add every scam number I get.
(10-24-2020, 10:05 AM)wibble Wrote: I don't know if any of the existing phone apps do it. It's the obvious place to add it so it can be integrated into the UI, but I think you could implement it as a standalone app too, registering for dbus notification on call and rejecting if it's from a blocked number. To be universal you'd nee to cover both ofono and modemmanager dbus interfaces, but the logic should be more or less the same.Btw, I also like the idea of writing my own code. I do not have the knowledge to communicate to the dbus interfaces. I don't know what are they.
If I can my own code I could selectively block unkown phones outside my area, but accept from particular areas. So, I could put my own rules.
So, how do I communicate (I am a python person) with the phone communications?