ckmarkhsu
ckmarkhsu

Reputation: 33

How to use AT command to detect phone line is busy

I have a USB modem. Is it possible to detect the phone line is busy or not?

I thought I could use AT Command to detect dial tone, but I'm not sure are there any commands support that.

Thanks.

Upvotes: 3

Views: 3932

Answers (2)

Chris Gessler
Chris Gessler

Reputation: 23113

I believe you have to do this the same as a human would... take it off hook and wait for dial tone.

Ripped from http://michaelgellis.tripod.com/modem.html

D alone will take the modem off-hook and wait for a dial tone. (see X command for exceptions). The length of time to wait for a dial tone before dialing is programmable in register S6.

Upvotes: 1

Rafał Wójcik
Rafał Wójcik

Reputation: 576

If you try call, and it's busy, modem send you message BUSY or NO ANSWER

Upvotes: 0

Related Questions