I need a phone answering machine that will forward my messages via email
December 11, 2003 5:31 AM Subscribe
I need a phone answering machine that will forward my messages via email. If the email connection is down, it will have a way to play the messages mechanically like a normal answering machine (blinking red light, press play to hear messages). Other than building one from a Linux box, and not paying a monthly fee to a service, is there a commercial solution box available?
Clarify the first sentence. It will record the incoming message, digitize into .wav or somthing then send out via email through an ethernet port using SMTP across the Internet. If the network connection is down (can't reach the remote SMTP server) it will store locally for playback.
posted by stbalbach to computers & internet (9 answers total)
You could probably rig something up so that an incoming message is saved as a sound file, the sound file is then run through some sort of speech-to-text processor, and then the text is emailed to you.
Of course the actual implementation is left as an exercise for the user :-)
posted by bshort at 6:30 AM on December 11, 2003