To capture inbound faxes into WebDocs:

  1. Install IFS Tools on the iSeries.
  2. Compile the IFSMONQF1 exit program, the source of which can be found in RJSIMAGE/SOURCE, into the RJSIFSTOOL folder or one of your own production libraries.

    Note: You may also want to copy the source member to your own source library.

  3. Use the IFSMON command to monitor the folder where Quadrant faxes are routed, /quadrant/inbound:

    Note: The following example runs until 5 p.m. each night, monitors for faxes every 2 minutes, and only captures faxes that have been in the IFS folder for at least 2 minutes based on the MODDLY parameter.

    IFSMON IFSDIR('/quadrant/inbound') OMITDIR(*YES) OMITPRCFIL(*YES) MODDLY(2) EXITPGM(RJSIFSTOOL/IFSMONQF1) DELAY(*DELAY) DLYTIM(120) ENDTIME(170000) AFTEROPT(*NONE)

  4. If you use the sample IFSMONQ1 exit program:
    1. Create a folder named INBOUNDFAX in WebDocs.
    2. Create a user named INBOUNDFAX and give that user access to the INBOUNDFAX folder.
Still have questions? We can help. Submit a case to technical support

Last Modified On:
You don't have the appropriate permissions.
No, open a new Support Case