Faxlist-viewer

Frank D. Cringle (fdc@cliwe.ping.de)
12 Oct 1999 1910:50:52 +0200


"Robert J. Brown" <rj@eli.elilabs.com> writes:
> >>>>>> On Sat, 09 Oct 1999, Jens Rathmann wrote:
> 
>     >> I'm looking for a program (should run under X!) that shows me
>     >> all faxes in the fax inbound directory (received with mgetty)
>     >> sorted by date so that I can view/print/delete them just by
>     >> clicking on a fax.
> 
>     >> I searched for about two weeks now, without success (I tried
>     >> KVoice from KDE, but this tool is not what I want). I can't
>     >> believe that there's really no such simple tool.
> 
> How about just setting netscape up to recognize *.g3 and send it to
> viewfax?  Of couse, yo would have to modify the mgetty stuff to add a
> .g3 to the end of the filenames in ...spool/fax, but that would be
> good idea in any case, and could even be done in the fax-notify
> script.  The same idea could apply for voice files if the voice-notify 
> script was set up to turn them into .wav files.

I have these lines in apache/httpd.conf...

  Alias /fax/ /var/spool/fax/incoming/
  <Location /fax>
    Options Indexes
    DefaultType image/g3fax
    IndexOptions FancyIndexing
    AddIcon (FAX,/icons/f.gif) *.??
  </Location>

and, in edit -> preferences  -> navigator -> applications

  image/g3fax    /usr/local/bin/viewfax %s


However, this isn't quite what Jens was looking for.


Oh, and this is on an entirely private webserver.  Don't do this
on a public server without adding some sort of access control.

-- 
Frank Cringle,      fdc@cliwe.ping.de
voice: (+49 2304) 467101; fax: 943357