]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
xferfaxlog: Add recvq fax filename to RECV records
authorAidan Van Dyk <aidan@ifax.com>
Mon, 28 Apr 2008 20:34:34 +0000 (20:34 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Mon, 28 Apr 2008 20:34:34 +0000 (20:34 +0000)
Based on work from Lee:
| commit b1d0cf778a0435c5b2f6af7d16ae10109b8d215c
| Author: Lee Howard <faxguy@howardsilvan.com>
| Date:   Mon Dec 24 18:29:25 2007 +0000
|
|     Adds qfile to RECV xferfaxlog records.

faxd/faxGettyApp.c++
man/xferfaxlog.4f

index 095b786885e449c581630f1fa321b4ac6105d292..9290324e8294a34ee85837a345fa7f055138cc18 100644 (file)
@@ -826,7 +826,7 @@ faxGettyApp::notifyDocumentRecvd(FaxRecvInfo& ri)
     ai.npages = ri.npages;
     ai.params = ri.params.encode();
     ai.status = ri.reason;
-    ai.jobid = "";
+    ai.jobid = ri.qfile;
     ai.jobtag = "";
     ai.callid = ri.callid;
     ai.owner = "";
index dca00f6118040be42d30f9a641d579b3a411e025..a036b1e6de0f0c065f4a81251b8f5074ae8bd9d1 100644 (file)
@@ -54,7 +54,8 @@ date \s-1SEND\s+1 commid modem jobid jobtag sender ``dest-number'' ``\s-1CSI\s+1
 A facsimile reception record is of the form:
 .sp .5
 .ti +0.5i
-date \s-1RECV\s+1 commid modem \fI<null>\fP \fI<null>\fP fax ``local-number'' ``\s-1TSI\s+1'' params #pages jobtime conntime ``reason'' ``CallID1'' ``CallID2'' ``CallID3...CallIDn'' \fI<null>\fP ``dcs''
+<<<<<<< HEAD:man/xferfaxlog.4f
+date \s-1RECV\s+1 commid modem fax.tif \fI<null>\fP fax ``local-number'' ``\s-1TSI\s+1'' params #pages jobtime conntime ``reason'' ``CallID1'' ``CallID2'' ``CallID3...CallIDn'' \fI<null>\fP ``dcs''
 .sp .5
 .PP
 Each inbound call record is of the form:
@@ -102,6 +103,9 @@ The job number for outbound calls.
 .B jobtag
 The client-specified job tag for outbound calls.
 .TP 14
+.B fax.tif
+The associated recvq fax TIFF file for the event.
+.TP 14
 .B sender
 The sender/receiver's electronic mailing address
 (facsimile receptions are always attributed to the ``fax'' user).