View Full Version : [REQ] Calls allowed from contacts only
Devileyezz
3rd November 2008, 05:01 PM
Hi,
I had the LG Shine, and it had this very nice feature where I could allow only my contacts to call me. Any unknown number not in my contacts would get sent straight to the voicemail.
I miss that application in my HTC Diamond (running MSR1.5) on TELUS. Is there an app out there that currently does this or does WinMo support it and it's hidden, and if no to both the questions, can someone make something like this please?
Thanks!
Davey101
3rd November 2008, 06:11 PM
It's not free but SBP Mobile Suite can do this. :)
namiran
3rd November 2008, 09:05 PM
its actually very easy application to write... im sure someone here can do this for you or if you have and programming skills, just googling some will let you know how to get started. You need to add a phonemonitoring event and then just:
object callerId = SystemState.GetValue(SystemProperty.PhoneIncomingC allerContact);
if (callerId == null)
{
reject call...
}
audiophil
3rd November 2008, 10:58 PM
If you know any of the numbers you don't want to call you, you can use my CallBlocker utility, you'll find it in my signature under "3 Diamond Apps".
This will let you define a txt file containing all numbers to block, nice in norway where there is a directory keeping record of all known telemarketeers :-)
Devileyezz
4th November 2008, 03:15 AM
If you know any of the numbers you don't want to call you, you can use my CallBlocker utility, you'll find it in my signature under "3 Diamond Apps".
This will let you define a txt file containing all numbers to block, nice in norway where there is a directory keeping record of all known telemarketeers :-)
Sounds perfect, except maintaining a black list is a good add-on to what I need rather than having it as the main gig.
I get phone calls from all over the US (business related) on my cellphone, and I hate that. So, unless I know someone and have their contact info entered in my phone, I do not want to talk to them.
Same goes for random telemarketing calls too, lol
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.