Capturing Inbound Faxes with Quadrant Fastfax
From Support
In order to capture inbound faxes into WebDocs, the RJS IFS Tools software is needed on the iSeries.
An exit program named: IFSMONQF1 is also needed. The source for this program can be found in RJSIMAGE/SOURCE. The IFSMONQF1 program should be compiled into the RJSIFSTOOL folder or one of your own production libraries. You might also want to copy the source member to your own source library.
The command listed below is an example which is monitoring a folder where Quadrant faxes are routed. The folder is: /quadrant/inbound
IFSMON IFSDIR('/quadrant/inbound') OMITDIR(*YES) OMITPRCFIL(*YES) MODDLY(2) EXITPGM(RJSIFSTOOL/IFSMONQF1) DELAY(*DELAY) DLYTIM(120) ENDTIME(170000) AFTEROPT(*NONE)
Note: The command above can be submitted to job queue QSYSNOMAX and it will run until 5pm each night. It will poll for faxes every 2 minutes and will only grab fax files that have been in the IFS folder for at least 2 minutes based on the MODDLY parm.
If you utilize the sample IFSMONQ1 exit program for fax capture, the following should also be considered: - A folder named INBOUNDFAX should be created in WebDocs. - A user named INBOUNDFAX should be created and given access to the INBOUNDFAX folder.
