Information about Beacon, authors ofFfax2Send Information for large companies and multi-nationals How to install and configure Fax2Send server and clients Latest News about Fax2Send Fax2Send license Price List Information for Resellers and Channel Partners
Deutsch Italiano    
Download Fax2Send Products Fax2Send Product information Purchase Fax2Send  products Fax2Send support information
 

Search Fax2Send

Advanced
Shell API Menu
Status

Fax2Send Shell API - Status

/usr/bin/fax2stat - Report the status of the Fax2Send System
NAME

fax2stat - Output Fax2Send status information.

SYNOPSIS

fax2stat [-abdqrsuvzADFMRSZ] [-nn] [request_id]

DESCRIPTION

Fax2stat ouputs information about the current status Fax2Send system.

If a request id is specified then details for that request are printed.

-a Ouput general report covering setup, device status and send and receive queues.

-A Output the old queue.

-d Output the device status.

-D Output the scheduler status.

-e Output 1 if system is busy and 0 if idle.

-f Output send and receive queues in field separated format.

-F Output requests with number of pages sent so far out of total.

-j Reverse the listing order for received messages.

-L List InTrays for the user.

-M Output the details of Mailshot requests.

-n n Output the n most recent requests.

-q Output the queue.

-r Output the list of received fax messages.

-R Output the audit trail in reverse order (i.e most recent first).

-s Output system setup information.

-S Output requests with no file details.

-t InTray Output received messages in InTray

-u Output only the users requests.

-v Output the version of the Fax2Send system.

Field Separated Format

The fields are separated by the characters || and the records are separated by a new line character.

For the send queue....

  1. Request ID
  2. Status as Text (e.g Transmitting, Cancelled etc)
  3. Type of Request (always F)
  4. Fax Number
  5. User Name
  6. Working Directory from where fax was queued
  7. Alias Name
  8. Time Request Queued
  9. Time of transmission or next retry
  10. Numeric ID of fax unit last used for transmission
  11. Number of transmission failures
  12. Name of header file (-H flag with fax2 command)
  13. Name of Printer (-P flag with fax2 command)
  14. Tag String (-T flag with fax2 command)
  15. Host name from which request was queued
  16. CSI of remote fax machine
  17. Name of requested fax unit (-d flag with fax2 command)
  18. CSI string to check when sending the request (-A flag with fax2 command)
  19. Name of Mailshot file
  20. Current mailshot record
  21. Total number of records in mailshot
  22. Number of records in mailshot sent OK
  23. Number of pages in request sent so far
  24. Total number of pages in request or ? if not yet formatted
  25. Remove files after transmission (1 or 0)
  26. Files copied when request added to queue (1 or 0)
  27. Mail message level (-m flag with fax2 command)
  28. Fine (1) or Coarse (0) quality transmission.
  29. Number of files in request
  30. The last field in the record gives details of each file in the request. All the sub-fields are separated by ~~ characters, including the separator between different files:
    1. Name of file
    2. Reserved
    3. Format script
    4. Reserved
EXAMPLES

Output the current queue:

fax2stat -q

Output the old queue in field separated format:

fax2stat -Af

List contents of Public In Tray in reverse order

fax2stat -rj -t Public

Output details of request 34

fax2stat 34

Output 20 most recent requests

fax2stat -n 20