How to Block Incoming Calls ?
john_s
Posts: 369
I have a land-line phone that started being bombarded with unwanted calls from 888, 800, 855 etc numbers and I need to block them all.
I know that amazon and others do carry certain call blocking devices but I'd prefer to enjoy building one using parallax bits and pieces myself.
Let's say that I have most of the components that can be safely attached to the phone line without causing any disruption to the service.
I also have a caller ID enabled.
I envision a contraption having a LCD with a push button that you press to block the unwanted calls when still shown on my caller id display.
Next would be some automated tone generator (dtmf *?) to trick those robots that my line is out of service, and so on...
Any ideas/help?
I know that amazon and others do carry certain call blocking devices but I'd prefer to enjoy building one using parallax bits and pieces myself.
Let's say that I have most of the components that can be safely attached to the phone line without causing any disruption to the service.
I also have a caller ID enabled.
I envision a contraption having a LCD with a push button that you press to block the unwanted calls when still shown on my caller id display.
Next would be some automated tone generator (dtmf *?) to trick those robots that my line is out of service, and so on...
Any ideas/help?
Comments
So at least the first ring tone is going to be heard anyways - or not?
The device you build should sit between the incoming line and the phones so it can block the first ring, decode the caller ID, and then either pass the call through, block it, or pick up the line and play the SIT tone.
Seriously, I would be surprised if there wasn't a Phone App that allowed you to block your own list of numbers. We did away with our land line a long time ago since essentially it's an IP phone anyway through our cable provider. A Cell is just a wireless IP phone.
So is there an easy way to block the first ring before it "rings the bell"?
Haha! That would work in the State if you flipped it around. Just learn a few key phrases in some obscure language (Klingon, anyone) and answer your phone that way - a broken English "Hello" followed by a flurry of some foreign language. What fun!!
As for the "first ring", if your device is where the line enters your premise, can't you just have it eat the first ring if it needs time to process the CID message? You just need to make sure you don't mess up the "off hook" signalling or you won't be able to make outbound calls because the central office will never see your phone go off hook. Most of these devices I think just passively monitor the line until they see the CID message and then they decide what to do.
edit: I just noticed you are not in the U.S., is there anything similar in Canada?
Its focus: those out to sell; excepted are charities, survey takers, and collections agents on zombie debt missions (lots of numbers abandoned by deadbeats out there.)
John Abshier
https://www.lnnte-dncl.gc.ca/index-eng
I recommend http://xkcd.com
These call banks are trained to blueprint their prospects. If they can call you, then you are a prospect! Doesn't matter what. They figure that out after they get a live body on the phone.
Adding the FAX machine will see "FAX" added to the database and you need to get the heavy hitters to log that FAX machine. Once they do, you won't get calls anymore. Bonus points for when they sell or rent their lists to others.
Or, if you can whistle something close to the start leader tones and make a "psssssssh" sound reasonably well, that works too. I used to do it on our land line regularly years ago. That was enough! It worked just fine. They only need to hear enough to think it's a FAX and you are good. I suppose a recording would work for this just as well.
For friends and family, use a ring, hang up, wait, ring system to get them through.
BTW: Elections coming up. List rentals will be off the charts for a while, as will the politically motivated calls. Great time for a FAX. You can get off of a ton of lists.
I was aware of it and did some search on the results http://nakedsecurity.sophos.com/2013/04/04/new-robocall-killer-technologies/
Anyways, here's a product from UK that looks like they did it already few years before that contest
https://www.youtube.com/watch?v=Ga9Zm_tU15o
Yeah, I'm on the list already for 4 years and still getting the annoying calls .
Seems like the robocalls are the worst abusers and switch their numbers at will so it does not work.
Also, there is a "procedure" that requires you to fill the very same and lengthy form every time you report another abusive phone number.
You cannot place more then a SINGLE unwanted ph.number per report.
You must go through all your name. surname, ph. number, email addr etc details every time over and over again.
So how can I silent the 1st ring to give me time to analyze first who's calling?
https://www.wrbishop.com/telecom/end-robocaller-solicitation-and-hangup-calls-with-asterisk/
Here are two options, perhaps there is a way to use a propeller chip instead of the RasPi.
Yes. Use a relay to switch the house phones between the incoming line and the microcontroller.
The normal position of the relay would isolate the phones from the incoming line.
The micro monitors both the phones and the incoming line.
If a phone goes off hook the micro energizes the relay to connect the phone to the line for an outgoing call.
When a ring tone is detected the micro waits for and decodes the caller ID.
If this is a call that you want to receive the micro energizes the relay and passes on subsequent rings.
The propeller chip could do this. There is a modem object for decoding the caller ID, eeprom and/or sd objects for storing numbers to be blocked and/or allowed through, and tone generation objects for producing the SID tones. Wish the propeller had been around way back when I did this with a Z80.
Exactly as I thought - when having just a single device I need to place it next to telco entry panel to isolate ALL of my phones.
Unless I can reduce the very 1st ringing voltage to a bare minimum (and not to raise any suspicion from their office of course) followed by caller ID recognition.
I am not even sure if it's legal to "crowbar" a ringer ?
But my impression from a previous thread is that any other way would require you to have a filter that eliminates all first rings from your phones before it gets to the phone. Others above seem to agree.
I gave up the land line over a decade ago and for the most part I keep my cellphone in a homemade aluminum foil carrying case<G>.
If the call really matters they know to leave a message and call one of my neighbors to give a prearranged signal so I will check voice mail.
Jusa Nother GOM,
Tim
John Abshier
Correct me if I'm wrong - but placing a load and seizing the line immediately (milliseconds?) after sensing the 1st ring will cause the off-hook condition thus preventing the caller-ID to be sensed?
Thanks Beau - this IS the answer that I somehow missed; now I need a "simple" circuit that does it