Re: How to programmatically clear "Wait for dial tone before dialing"?
- From: "Jack" <replyto@it>
- Date: Tue, 15 May 2007 14:19:56 -0400
If you want to do it just for yourself, use:
lineGetDevConfig / lineSetDevConfig with TAPI device class "comm/datamodem".
1.
use lineGetDevConfig and retrieve twice the modem's structure:
one structure with the option turn off
and the second structure with that option turn on.
2.
Now, depending on what you want: use lineSetDevConfig and load the structure
you need.
Hope it helps,
Jack
"Bob Day" <xxxxxx@xxxxxxxxxx> wrote in message
news:%23KhjllklHHA.4552@xxxxxxxxxxxxxxxxxxxxxxx
In the modem properties dialog box in Device Manager,
there is a checkbox labelled "Wait for dial tone before dialing".
Is there any way, programmatically, to enable or disable
"Wait for dial tone before dialing"?
-- Bob Day
.
- Follow-Ups:
- References:
- Prev by Date: Re: How to programmatically clear "Wait for dial tone before dialing"?
- Next by Date: vbscript Tapi not HTML
- Previous by thread: Re: How to programmatically clear "Wait for dial tone before dialing"?
- Next by thread: Re: How to programmatically clear "Wait for dial tone before dialing"?
- Index(es):