Hi,

Is there any way to communicate to modem via VFP to detect if there is a
dialtone or if the line is in use?

Thanks

Zoom

RE: Any way to communicate to modem via VFP to detect dialtone? by Allan

Allan
Tue Sep 04 23:02:01 PDT 2007

hi zoom,

use the mscomm activex control to communicate with a modem...

allan

"Zoom" wrote:

> Hi,
>
> Is there any way to communicate to modem via VFP to detect if there is a
> dialtone or if the line is in use?
>
> Thanks
>
> Zoom
>
>
>

Re: Any way to communicate to modem via VFP to detect dialtone? by Paul

Paul
Wed Sep 05 11:22:17 PDT 2007

I used to have a modem called Zoom. It was fast - 2400 baud!

Not that that answers your question...


"Zoom" <keashdoc@hotmail.com> wrote in message
news:scednZx0d7si7kDbnZ2dnUVZ_oSnnZ2d@comcast.com...
> Hi,
>
> Is there any way to communicate to modem via VFP to detect if there is a
> dialtone or if the line is in use?
>
> Thanks
>
> Zoom
>
>



Re: Any way to communicate to modem via VFP to detect dialtone? by Dan

Dan
Wed Sep 05 11:41:13 PDT 2007

Heh! I bought a PCMCIA modem made by ZOOM (it's 56k, though) just recently.
It was in the clearance bin at Staples for $2. Still in the shrinkwrapped
box.

Hey, you never know when something like that in the gadget box will come in
handy. <g> I've started seeing notebooks that have only ethernet for
connectivity.

Dan

Paul Pedersen wrote:
> I used to have a modem called Zoom. It was fast - 2400 baud!
>
> Not that that answers your question...
>
>
> "Zoom" <keashdoc@hotmail.com> wrote in message
> news:scednZx0d7si7kDbnZ2dnUVZ_oSnnZ2d@comcast.com...
>> Hi,
>>
>> Is there any way to communicate to modem via VFP to detect if there
>> is a dialtone or if the line is in use?
>>
>> Thanks
>>
>> Zoom



Re: Any way to communicate to modem via VFP to detect dialtone? by Beverly

Beverly
Wed Sep 05 12:05:03 PDT 2007

From the dim and distant past...

To answer the question you are asking, the modem will actually have to
go "offhook" and you will have to attempt a dial to determine if a
dialtone is present.

In most cases this is what you will need anyway... for example,

ATDT 1234567890

then check the comm buffer for a "NO DIALTONE" response...

If someone's on the line, the modem will pick up the line, but not dial
the string assuming the "wait for dialtone" S-register is set.

Next question, where are you headed with this... setting up an
autodialer for voice calls or making modem/fax data connections?

For voice, you will have to deal with the switchover as well as issuing
hangup commands along with some way to apologize for automatically
irritating humans.

Finally, modems used to be pretty complex for doing things such as
this... hardware switches, many extended commands, even voice
recognition and voice mailbox capabilities, but most of that has been
dropped with current modems. Used to be the "handset" line on the card
was cut off during modem operations which could be implimented as part
of the control senario.

Beverly Howard