Build Your Own Phone Tree?
ps asks: "A small club I belong to is looking to install an electronic phone tree. This is one of those boxes that you can call into, leave a message, and it will deliver that message to all the members of a group. There are ones commercially available for over $1000, but this seems like something that wouldn't be too difficult to build. I could imagine that either a sound card based system, or a specially designed microprocessor system would work. Has anyone built one of these before?"
You may want to check out the Asterisk PBX system, as it has an application API so you can make it do pretty much whatever you want.
An old PC with voice modem and vgetty would do the trick. vgetty can turn any PC with a voice modem into an answering machine. vgettty would record the message. Then some script could go through the call list of numbers you have, and play the message to them.
http://bayonne.sourceforge.net/ is, last I checked, the current location of the GNU IVR (interactive voice response) system. If you want to learn a bit about programming for voice it shouldn't be too hard to put together something that works for the cost of hardware.
Slashdot? Oh, I just read it for the articles.
It may take the fun out of it, but Upoc offers a free service that works a bit like this. It's build more around SMS and email, but you can also leave voice message that can be checked from any phone or online. I've found it pretty useful once in awhile. There's probably similiar services out there.
VOCP should be good for this. I use this at home and have it set up to email the messages to me at home or work according to the time. Works very well.
If you are not scared of using perl; the mgetty(vgetty) included with the varies unix fax options:
g et ty/.
ftp://ftp.leo.org/pub/comp/os/unix/networking/m
Does the trick quite nicely. VCOP (see sourceforge) gives you some perl glue code to make things a bit easier.
But I found that using vgetty raw from mod_perl was just as easy. You do need to be careful in what modem you use - and will find that the cheap cards are either not compatible enough - or have limitations like 15 seconds of sound.
Fore something way neater: see:
http://www.quicknet.net/
which has a linejack card which can do the 'world' - including complex caller interaction and dsp based detection. I found it to work reasonable on linux (RH7.0) and very robust on FreeBSD 4.x - but for your application it is probably overkill.
Dw
The key part was a small C program that played and recorded modem-format audio and interpreted the keypresses, which I wrote because vgetty (at that time) didn't support my modem and lacked several other features I wanted. I set up a project on sourceforge for it here. Please don't mail me to tell me how bad my code is, I'm well aware already :).
455fe10422ca29c4933f95052b792ab2