How Do I Filter Phone Calls on a Land Line?
An anonymous reader asks: "I have a telephone on a plain old land-line, with the option of subscribing to caller-id.
I would like to filter incoming phone calls, diverting them to either the handset or answering machine, based on whether the caller-id matches a list of trusted phone numbers.
Considering that many of today's land-line telephone handsets can display caller-id and store a list of favourite phone numbers, I don't think this is technologically difficult.
AI am not interested in: subscribing to a service provided by my telephone company. I would prefer the filtering occurred on my side of the phone line, or implementing a software solution on my PC. Frankly, that is overkill, and I don't want my PC turned on permanently. I would prefer something like a small, solid-state hardware device. Is there any such thing available?"
An answering machine. Don't answer till you know who it is, and if they don't leave a message you probably didn't want to talk to them anyway.
"I use a Mac because I'm just better than you are."
The cheap Uniden dual-handset receiver that came free with my SunRocket service has a built-in phonebook, complete with user groups and different ring-tones. Set the default ring-tone to nothing/one quiet beep and put everyone you know into groups with a real ring.
No PBX, no software and service independent.
I own a box that does that. I can't recall the name, but SmartHome.com sells a $100 "Caller ID Manager" that appears to do the same thing.
I think of it as a firewall for the phone. Mine even does that three-tone "disconnected" tone for egregious fun.
I probably don't want to talk to a person who screens calls like that.
I certainly won't talk to a machine. I might stumble over my words. Am I supposed to have a ready-made speech for you to record? It's not as if I could call back later to delete the message I left, or could determine if you got the message.
I may be paying long distance charges.
So, screw you. I have better things to do. I could talk to some nice and friendly people.
If it's truely important, the caller will re-dial after hanging up on your answering machine's greeting. Works fine.
Honestly, the "what about emergencies" arguement is as badly abused as "think of the children." My telephone is a resource for *my* convenience, paid for by *me.* If someone calls while I'm eating dinner with my family, the call is allowed to roll-over to the answering machine. If there's an immediate call-back, I'll probably interrupt what I'm doing. Somebody screaming into the answering machine in the next room would be a good clue too. Everything else gets done on *my* schedule.
It used to be that receiving a telephone call was a big deal - think back to the early 1900's. Nobody had phones. If somebody called you, there was probably large expense (money, time, effort) to place the call from the other end. That expectation persists to today, in spite of the ubiquity and low-value of most phone calls. The phone companies go to great lengths to maintain this perception of "high priority interrupt." They're in your face, and they want to stay there (but that's a completely different rant.)
Think of the children. They're busy eating their dinner and experiencing some family time. Call back later. (To address the original poster: get an answering machine; learn to use it; don't let the phone rule your life.)
It should have five buttons: one button labeled "BAD NUMBER" and a different button labeled "GOOD NUMBER". A scroll up and down button and a "FORGET NUMBER" button would complete everything it needs. No "save", no "select", no "menu", no "timer", no "dialing". It doesn't need time and date (good god, not every device need a fracking clock these days!,) and it doesn't need to be "preprogrammed". It just has to route junk calls to the answering machine, not "manage my caller ID lists."
Basically, what I'm saying is if my mom needs me to come over and figure it out for her, it's too complex. This is really close to a great product. Simplify the interface and it's a winner.
John
Asterisk will do what you want. You can set up rules in your extensions.conf file to filter on the incoming caller id. Send everything unknown to voicemail, and you can create a list of known numbers that will be forwarded to your phone. I'm running it at home now and it rocks.
If you want an easy way to get started, search for Asterisk@home. It's a distro that just wipes the box clean and installs linux with a fully functioning Asterisk install. About the hardest part of getting it set up is figuring out the concept of contexts and how they work.
The best part about having your own Asterisk server is that you can use a softphone on your laptop and make and receive calls through your home phoneline from anywhere in the world. I was just in Jamaica and used it to make calls back home for free.
Need Free Juniper/NetScreen Support? JuniperForum
Everyone seems to be assuming that Asterisk = "regular PC running all the time." Why does this have to be the case?
I haven't ever set up an Asterisk system, but if you only needed a few lines and didn't need space for the huge full-length PCI cards that people use to bring in T1 lines and interface with lots of copper POTS extensions, couldn't you do it in a very small, low-power enclosure?
Set up a dedicated machine, like the set-top-boxes people use for DVRs. Micro-ATX, small case, fanless processor, and then run it off of a CF card or something. Enough people have done stuff like this to make it not exactly state of the art: I don't know what the system requirements are for Asterisk, but without any fancy psychoacoustic compression I can't think it's that bad to only manage one connection at a time. Certainly it ought to be within the realm of currently available low-power and embedded systems, even. In addition to routing calls, it could probably handle his voicemail and maybe even do other slick features like email recorded VM messages or play them back through the internal speaker. Replacing some existing devices, if he was so inclined, could substantially reduce the power burden of a new machine.
The OP has said he wants a hardware solution that doesn't involve his PC -- fine; that doesn't mean that it can't use some PC software, running on a dedicated "appliance" or appliance-like system. Just because it's a computer doesn't mean it has to look like a computer, smell like a computer, or draw power like a computer.
"Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
Hell, I'm a woman and I want a wife, too!
Slap said card into a Linux or Windows box. I chose Linux but it seems asterisk has been ported to Windows, too.
Now grab asterisk. If you went with Linux you'll have to download and install the Zaptel drivers for the Digium card, too. I haven't had much luck with the Debian packaged Asterisk and prefer to compile it from the CVS tree. Once you've got asterisk installed you can modify your extensions.conf file. Make some local extensions (You can use your FXS phone and a SIP soft phone like Linphone to test these.) Now you can do ALL SORTS of fun stuff. My home setup has a little voice menu system that asks you if you're a telemarketer and then asks you to dial 1 or 2 for myself or my room mate. If we don't pick up, the call goes into a voice mail system very simlar to what I have at work.
Eventually I plan to sign on with a VOIP service and keep the landline only for inbound calls and 911 service. You can also route local calls over a landline and long distance calls through a VOIP provider (or one of those 10-10 serivices if you prefer using one of those.) You can also set up speed dial keys for any combination (#1 on my phone gets you Abo's Pizza in Lafayette.)
I suggest that you keep an actual non-wireless phone plugged into one of the other landline ports in the house -- even if you're on a UPS, a protracted power outage could end up leaving you with no way to call 911. Having an old non-wireless phone around is the safest thing to do -- they draw voltage off the phone line to work, and that usually stays up. Just make sure you don't have to plug the phone into anything other than the phone line and you'll be good to go.
Asterisk takes a fair amount of configuring and it can be intimidating at first, but the flexibility it offers to the home user is unparalleled by anything else in its price range. For a home user, anything coming even close to it would be well out of the price range of most people.
I'm trying to teach myself to set people on fire with my mind... Is it hot in here?
and it's offered by verizon nowv erizon.com
http://www.google.com/search?hl=en&q=iobi+site%3A
every day http://en.wikipedia.org/wiki/Special:Random