Page 1 of 1

Jade dialer

Posted: Fri Aug 07, 2009 2:18 pm
by ConvertFromOldNGs
by Carl Ranson >> Thu, 26 Aug 1999 5:34:15 GMT

Anyone know how to make an autodialer in Jade?

I want it to dial the number, wait a short time and then hang up the modem (I would have picked up the phone by then)

There must be a simple windows interface for this.

Thanks,
CR

Re: Jade dialer

Posted: Fri Aug 07, 2009 2:18 pm
by ConvertFromOldNGs
by Wilfred Verkley >> Sun, 29 Aug 1999 0:44:29 GMT

You could use Windows Telephony API functions ie tapiRequestMakeCall.

Else, you could just issue Hayes modem commands to the modem (ie ATD 04 123 4567). Any COM port component should let you do this. Not sure all modems support this though.