HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] User requests
On 9/21/05, James McCall <jmccall@xxxxxxxxxxxxxxxxxxxx> wrote:
> Alternatively, can the sent fax be copied into the received que for viewing?
In bin/archive bin/notify you can do whatever you want, you'll need to
do some quick testing using by hand (ie: "sh -x bin/archive ....." or
"sh -x bin/notify ...") the very same syntax HylaFAX will use so
you'lll cut your testing time.
The lpr command could be slightly different from the one in faxrcvd
since faxrcvd will usually handle a file in tiff format, while archive
and notify usually will have a postscript format (and it could have
multiple documents if your users submits many ps files directly).
As for the cover page, since you use whfc, you'll have to recompile it
to force the cover page to be submitted as part of the document
itself, otherwise the coverpage will be handled by HylaFAX as a
"proper coverpage", and HylaFAX behavior as regard to coverpages is to
discard them just after the jobs complete preventing you from
printing/archiving it:
=== whfc coverpage patch:
=== Note that the white space/new lines are completely messed up
because of copy pasting from windows to a web email form I'm using;
it's just to show where to edit the file
--- ./FaxClient.cpp.orig 2005-03-24 15:01:50.000000000 +0100
+++ ./FaxClient.cpp 2005-03-24 12:53:12.000000000 +0100
@@ -1409,7 +1409,7 @@
}
SetStatus(reply);
- command = "JPARM COVER " + coverfile;
+ command = "JPARM DOCUMENT " + coverfile;
if (!SendCmd(command,200)) {
CloseProgressDlg();
return FAX_FAILED;
=====
--
giulioo@xxxxxxxxx
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*