can we send fax to remote fax machine by lpr?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers can we send fax to remote fax machine by lpr?
# 1  
Old 02-13-2009
can we send fax to remote fax machine by lpr?

Hi all,

Our application has to send Fax to our cutomer Fax number .

I am using lpr -P faxser:test-fax <<dos format file>>

I tested on our network Fax numbers . Its working fine.
But when i try to send outside our network , its not sending

all files are sitting in /var/spool/print folder.

Cant we send Fax using this command ? or should i do any configuration?

Please could you anyone help me?

Thanks
# 2  
Old 02-13-2009
Lets first look at your command:
Code:
lpr -P faxser:test-fax <<dos format file>>

-P faxser:test-fax looks very Posix-style server:destination

Seems you have a MFP and you are using its print server functionalities. (Its configured in your unix print spooler...)

Q:
what port are you using ( e.g HP jetdirect uses 9100 etc...)- Is it opened to the outside world (firewall...)

Normally a fax is a device connected to a modem, and so you will have to dial a phone number unless its also a MFP in which case there is hope (and lots of configuration/testing to do...)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Sendmail FAX configuration

I've been trying to send FAXs from an HP_UX server using sendmail via an Esker FAX server. However if I try to include FAX configuration details in the receipient address it fails. See following string for general format... (1 Reply)
Discussion started by: JohnMair
1 Replies

2. Shell Programming and Scripting

Need Help Writing Script To Email When Fax Queue Goes Down

I need a script that would email me when the fax queue goes down. How would I go about doing this? Our fax queue drops a few times a week and if I don't catch it fairly quickly it gets backed up really fast which makes the users a little unhappy... I am new to Unix-AIX. We are running... (6 Replies)
Discussion started by: ITAdmin08
6 Replies

3. UNIX for Advanced & Expert Users

Fax problem

Using the sendmail or other commands i need to send the attachment files for the Fax? Please provide the some example. (3 Replies)
Discussion started by: kingganesh04
3 Replies

4. AIX

fax

aix5.3 - how do i test moden that just install/configure in aix5.3, and also how do i send fax ? (0 Replies)
Discussion started by: tjmannonline
0 Replies

5. HP-UX

fax to printer from unix?

Our HP 11.11 is networked to several printers with fax capabilities. Is it possible to send a file to be faxed by the printer? I know that RICOH offers a Java API, but that costs 4500 for 1yr membership and 3000 every year after that. Thanks. (3 Replies)
Discussion started by: tariqjamal
3 Replies

6. UNIX for Dummies Questions & Answers

Fax Servers for Linux/AIX

At the company where I work, use a product called VSI-FAX. It works nicely, but the maintenance has proven to be very poor grade. So, I'm interested in any experiences using other fax servers that run on Linux or AIX and what issues/gotchas were run into and overcome and how. I'm considering... (0 Replies)
Discussion started by: kpearson
0 Replies

7. Shell Programming and Scripting

Fax Component

I would like to build a small fax component in Java or Perl. I have the javax.comm. (rxtx gnu.io) for Java for serial connection and get send a message to my fax were the light goes on and port is taken, but after that I am in the dark. Does anyone have some reference as to where I can get some... (1 Reply)
Discussion started by: photon
1 Replies

8. Solaris

fax hardware

hiho, do you know a hardware vendor which provide certified hardware for sun solaris/sparc with Class 2 or Class 1 compatible faxmodems pci-cards? i found many software for that purpose but no hardware... :( and the hcl on bigadmin only speaks about x86... thanks a lot greetings PRESSY (2 Replies)
Discussion started by: pressy
2 Replies

9. UNIX for Advanced & Expert Users

Fax on Solaris

Hi all, I am running an application on Solaris 8. I want to send the output from this application as fax. To achive this i need to do add the fax as a printer on the unix machine. I want to know is : - What are the settings required to be done in order to make my server able to send fax... (0 Replies)
Discussion started by: zing
0 Replies

10. UNIX for Dummies Questions & Answers

Fax Software

Do you know of any good and inexpensive Fax Software Package that can run on Unix and AIX? I will be using an external Modem attach to one of the system's serial port. I will be using it for sending faxes “only” Thanks for your help (1 Reply)
Discussion started by: falcon2460
1 Replies
Login or Register to Ask a Question