Hi
is is possible to to a script to dial a fax number an determin if the fax is working or not?
sample if possible
how to check the fax server via scripting
Moderators: Dorian (MJT support), JRL
-
- Newbie
- Posts: 4
- Joined: Thu Feb 01, 2007 6:25 pm
If you had a FAX modem, I believe it might be possible to send commands to the modem and get back a response like "BUSY" "NO_ANSWER" "CONNECTED", etc. You might need to script a 3rd party application to talk to the modem.... the final answer.... It depends....
Another approach...
There are many internet to FAX gateway services - some are even FREE. You might be able to communicate with one of these services using either email (SMTPSendMail) or HTTP protocol (HTTPRequest).
Another approach...
There are many internet to FAX gateway services - some are even FREE. You might be able to communicate with one of these services using either email (SMTPSendMail) or HTTP protocol (HTTPRequest).