Fax on Solaris


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Fax on Solaris
# 1  
Old 03-15-2004
Question 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

- Should i setup my fax server on Windows and map it on the unix server.

- What are the different configuration option available.

Thanks in advance
Zing
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 Dummies Questions & Answers

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... (1 Reply)
Discussion started by: help_need
1 Replies

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

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
Fax Formats(1)						      General Commands Manual						    Fax Formats(1)

       This page, part of the Netpbmuser'sguide(1) , describes FAX formats in relation to Netpbm facilities.

       The  ITU  (formerly CCITT) publishes standards for operation of fax machines (the idea is to provide a way to be sure that a fax machine is
       able to receive a fax sent by another).	These standards incidentally specify graphics file formats -- a protocol for representing a visual
       image in sequences of bits.

       The  two  relevant  standards  are  called Group 3 (G3) and Group 4 (G4) (Groups 1 and 2 are analog standards no longer in use).  Virtually
       every fax machine in existence conforms at least generally to at least one of these standards.

       The standard for Group 3 fax is defined in ITU Recommendation T.4.  In the U.S., that is implemented by EIA standards EIA-465 and  EIA-466.
       These  standards  cover more than the file format as well, including how to transmit bits over a telephone line and procedures for handling
       document transmissions.

       G3 faxes are 204 dots per inch (dpi) horizontally and 98 dpi (196 dpi optionally, in fine-detail mode) vertically.

       The standards specify three file formats (also called coding methods and compression schemes -- remember the standard doesn't mention  com-
       puter files; it talks about the format of a stream of bits travelling over a telephone line):

       MH     This compresses in one dimension: it compresses individual raster lines but makes no attempt to compress redundancy between lines.

	      One  dimensional compression is traditionally the best a fax machine could handle because G3 neither assumes error free transmission
	      not retransmits when errors occur, and receiving fax machines traditionally could not afford to buffer much of a page.  It's  impor-
	      tant that when there is an error in a raster line, its impact not spread to many lines after it.

	      All Group 3 and Group 4 fax machines must be able to send and receive MH.

	      MH  is  sometimes  called  'G3,' but that is a poor name because while the Group 3 standard does specify MH, it has always specified
	      other formats too.

	      MH is sometimes called 'T4' based on the name of the document that specifies it, ITU T.4.  But this is a poor name because T.4  also
	      specifies MR.

       MR     This compresses in two dimensions, horizontally and vertically.

	      MR  has  always been part of the Group 3 standard, but is optional (a Group 3 fax machine may or may not be able to send and receive
	      it).

       MMR    This is a more advanced format than the others.  It is even more two-dimensional than MR.  It is optional in the Group  3  standard,
	      and  didn't  even  exist	in  earlier  versions of it.  It was developed specifically for the Group 4 standard, but then added to an
	      extended Group 3 standard as well.

	      MMR is sometimes called Group 4, but that is a poor name because of the fact that it is also part of the current Group 3 standard.

	      MMR is sometimes called 'T6' based on the name of the document
	       that specifies it, ITU T.6.

       g3topbm converts the MH format to PBM.  pbmtog3 converts PBM to MH.

       There is no Netpbm program to convert to or from other fax formats.

TIFF
The TIFF format is flexible enough to allow lots of different coding methods, within it. There are TIFF subformats for MH, MR, and MMR, among others. These are particularly useful when you receive a fax as a TIFF file. tifftopnm recognizes and can convert from any of these. pamtotiff can convert to any of these; you use command options to choose which. netpbm documentation 03 December 2008 Fax Formats(1)