I'm trying to remove the leading 1 from inbound caller id, but don't know where to find where the setting is.
Related
Is there any way to make the phone only shows the Name without the number of the caller?
I have my phone setup so that it only shows my caller ID to my contacts. However, it will block my number even to my contacts if I am using voice command via bluetooth to call them or if I return their call directly from the missed call section. Help?
I'm just trying to determine if this is normal behavior or not.
I'm paying for caller ID service from Verizon, and it works fine; when a call is coming in I can see who it is.
But after the call is done, if I go to the phone's history, I'll see the caller ID for split second, and then it's replaced with the phone number of the caller.
This makes the caller ID only useful if I can look at the phone while the call is coming in. After the fact, it's useless.
Is this normal? Can I do something to save the caller IDs so I know who called?
Thanks,
Kiran
Anyone know of a call blocker app that blocks all calls that are either not in the contacts list OR the Caller ID is just the phone number, or blocked/"Private Number". It seems most of the apps I've tried so far have this feature except if the option to block calls with no Caller ID don't block calls where the caller ID is just a phone number and not a name. An unrecognized phone number is just as bad as no Caller ID at all in my mind.
I'm trying to find a way to show business contacts' names when they call me from a range of numbers. Due to all of the spam calls I get, I don't answer the phone if I don't recognize the number/name.
For example, my doctor's office main number is xxx-yyy-0500. When they call me, their number has the same prefix and exchange, but the last numbers can be 0490-0510. I'd like to use wildcards to recognize and show the doctor's name for any and all of those numbers.
Has anyone done this before and can share their profile/task?
Let me try again. I'm trying to find a way to match the first 6 or more digits of an incoming call to an existing contact to account for the multiple numbers they may call me from. Maybe reading the phone number into an array to compare. Something like this for example?
Phone Ringing
If C:ANY or C:ANY(1-6)
Say Incoming call from %CNAME
End If