The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => The Orphanage => Topic started by: xanatose on October 07, 2009, 09:08:20 PM

Title: Sending a message trough modem.
Post by: xanatose on October 07, 2009, 09:08:20 PM
Is there any program that could let a voice modem to call my cell phone whenever the internet is down or the computer is running on battery backup?

Title: Re: Sending a message trough modem.
Post by: dedndave on October 07, 2009, 10:05:50 PM
that doesn't sound too difficult
although i don't know of a program out there that does what you want, i am sure they exist
i am not so sure about how to talk to a modem under windows, though
with win95/98, you could issue a set of AT commands and the phone number and it would dial it
Title: Re: Sending a message trough modem.
Post by: Tedd on October 07, 2009, 10:48:00 PM
I'd start here.. (TAPI - Telephony API)

http://msdn.microsoft.com/en-us/library/ms811409.aspx
Title: Re: Sending a message trough modem.
Post by: ecube on October 19, 2009, 08:40:31 PM
an alternative is simply write a program using WMI or wathave you that detects when your computers battery is low then send your cell phone a text message. Alot of people don't know this but you can send just about any cellphone thats using a major carrier a text message using your email.
its usually cellnumber@carrieremail.com heres a list to get you started. http://allthingsmarked.com/2006/09/04/howto-send-free-text-messages-through-email/
Title: Re: Sending a message trough modem.
Post by: ZhanZongru on December 07, 2009, 04:36:51 AM
Which type of Modem do you have?
I have written a program to use a Serial port GPRS modem to for sending SMS and calling.
It is not very difficult, for there exist a bunch of free AT Command library on Internet in public domain.