Hi I've searched for something like this and come up more or less empty... I am looking for a small app that can just redial busy phone numbers using an attached modem. My phone doesn't have this feature built in so it would be very helpful. There are a few complete bloatwares out there, usually $49-59 shareware circa 1997 type apps that have an incredible feature list but are way too complicated for my simple task. I tried a few of them and they either crashed or I just couldnt figure out how to make them do this...
All I want is a very simple (hah..easy for me to say) app that looks something like this:
I think a picture pretty much speaks 1000 words here.. you get the idea. When you push the "start dialing" button, it should change to "stop dialing" and if the program detects the "RING" string coming back from the modem, then it will do whatever is checked off in the "when line is no longer busy" section. Options should be stored in an .ini file so they are preserved between launches.
Is this very difficult to code? I would imagine that perhaps easier than selecting manual COM port and having to write basic I/O routines from scratch it might be easier to use Microsofts TAPI interface in which case the COM port selector would be replaced by the "modem name" of whatever devices were installed... such as "motorola 56k v.90 ext" or whatever.
Is this too "big" for a snack?