01-05-2006 09:36 AM
01-05-2006 09:46 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
01-05-2006 09:49 AM
01-05-2006 10:27 AM
And then there's the twist on "The Matrix" style hack- 11 solenoids firing in the proper sequence to dial a touch tone (not rotary as in the movie) controlled by a digital output card. One to lift the handset and the other 10 to press the digits 0-9 as needed in sequence to dial the phone number. With a sound card under LV control a speaker could even "talk" a message into the microphone on the handset. The 1st solenoid then powers down to set the handset in the cradle to hang up. Crude- yes, Novel- yes, Will It Work- yes.![]()
Or use LV to generate the tones needed to simulate the keying of the phone number digits, this only works on some phones systems though, if I recall (called a black or white box I think by phone phreaks)
01-05-2006 11:37 AM - edited 01-05-2006 11:37 AM
Hi Larry,
Actually, your question is valid. You would need a voice-modem.
You could set the event to select the appropriate wav message.
The trick is to use the modem feature to dial, and detect ring.
Then... you somehow need to detect the fact that the phone stopped ringing. You then send control messages to the modem to stop and switch to voice option without hanging up. You then play the appropriate wav file.
If your modem is bundled with software, you may have access to a voice dialer that automatically calls a voice number. You could sniff the control messages (the older versions echoed the control messages) AND CREATE YOUR OWN SCRIPT (sorry caps lock). The tricky part is to send the wav file over the modem.... actually, I used to have an automated answering message for one of my voice-modem that would allow you to select different greetings based on pre-set rules...
Anything can be done... as long as it is NOT for telemarketing use!!!!!
😉 😄 😉
Message Edited by JoeLabView on 01-05-2006 12:42 PM
Message Edited by JoeLabView on 01-05-2006 12:42 PM
01-06-2006 03:17 AM
use another old cellphone with RS232 and a prepaid card . Just use the AT commands to dial your cell phone. You don't have to pic up because you can see the call number (just one event) so your card will last longer.
Most cell phones can send SMS via extended 'AT' commands, you can find those docs in the web. So you don't have to use wav and your soundcard...
01-06-2006 03:27 AM
01-06-2006 09:30 AM
Hi Henrik,
I actually have this part working (what you described). So far, I see my own number and get the modem handshaking sounds. The next step is to actually play a wav file. This is a fun project!
Ray
01-06-2006 10:02 AM
01-06-2006 11:15 AM