monitoring Modem fail or no dial on some line

  • Thread starter Thread starter mtczx232
  • Start date Start date
M

mtczx232

I write a program that use with fax service by com interface in vb.net.


I concern how i can monitor situation of fail one of modem or line. I
not see in MSDN somthing about status of devices that link to this
service? the only way is to scan status of fail jobs, and guess if have
systematic fail?

did anyone deal with this?
 
dial-up

I think that have some Last status code from the last try on each
device. so if, the last time, fax service get no line on modem B, it's
write this info to somewhere?

My problem is how my app check if all going well, and continue send
faxs or stop.

Now i see that job had DeviceID so if it's mean is last try, the status
refer to it. so i can investigate all jobs, and check if have problam
with some decive.

if have another way, to know about critical problam with Fax service,
let me know
 
Back
Top