The faxrpt command prints a report on completed or failed out-of-call faxes. It provides information that identifies each fax, including the date, time, job ID and destination number. It also indicates if transmission was successful, the number of pages transmitted, and the duration of the transmission. If transmission was unsuccessful, the report provides a reason for failure.
The report displays information from the out-of-call fax log, which contains records for the most recent 14 days that faxes were transmitted. Faxes older than 14 days may be displayed if no faxes were transmitted on some of the first 14 days.
Note:
The faxrpt command does not list incoming faxes or faxes sent when the delivery number is specified as CURRENT for a FAX_Send action. The report also does not include active fax jobs. Use the faxq command for information on currently queued jobs.
Synopsis
faxrpt
job_id
[start_date] [end_date]
Description
This command provides output from the same out-of-call fax log as does the Out of Call Fax Report.
The parameters for the faxrpt command are described in the following table:
Parameter |
Description |
Comments |
jobID |
The job ID returned by IRAPI or by the FAX_Send action, or all |
Using all causes faxrpt to print all fax jobs in the out-of-call fax log for the date specified |
start_date |
The start date for which data is to be reported, in the format mm/dd/yy or mm/dd/yyyy, where mm is the month, dd is the day, and yy or yyyy is the year |
If this parameter is omitted, the system uses 0 AD (a meaningless date) |
end_date |
The end date for which data is to be reported, in the format mm/dd/yy or mm/dd/yyyy |
If a 2-digit year argument is used, the following rules apply:
If this argument is omitted, the system uses today's date. |
Examples
The following example prints the entire out-of-call fax log.
faxrpt all
The following example prints the entire contents of the out-of-call fax log from November 30, 1999 to the present.
faxrpt all 11/30/99
The following example outputs the entire out-of-call fax log for the month of November 1999.
faxrpt all 11/01/99 11/30/99
The following example prints the out-of-call fax log entry for job falcon2-31658.
faxrpt falcon2-31658
Note:
If a file has more than 66 lines, it is printed as more than one page. For example, if an out of call fax job is to print two files, each with 95 lines, faxrpt displays 4 in the PSnt field if the fax job succeeds.