attach
driver
detach driver
These commands are used to attach or detach
selected modem drivers. The modem drivers are identified
by a name in the "Fax Modem" data base which is
accessible through the menu interface.
|
cancel
request_no
This command will cancel the specified request number
and remove it from the current queue. e.g.;
faxcmd> cancel
827
Faxcmd: Request 'cancel' sent Wed Dec 1 14:19:36 1993
Server: Command CMD_CANCEL rcv'd from menno@ID486
Request 0827 has been cancelled
|
|
history request_no
This command will provide a history listing for
the specified request number. e.g.;
faxcmd> history
827
+------------------------------------------------------------+
|
History of facsimile request 0827
|
+------------------------------------------------------------+
Req Seq Date
Time Operation
Result
0827 0000 01/12/93 14:08 Prepare file
Success
0827 0001 01/12/93 14:08 Paginate file
Success
0827 0002 01/12/93 23:00 Send fax
Waiting
|
|
kick
request_no
This command will kick the specified request number, this
will result in that request being moved to the top of the queue, or if another
fax is currently being transmitted it will try immediately following completion
of the current transmission. e.g.;
faxcmd> kick
827
Faxcmd: Request 'kick' sent Wed Dec 1 14:18:33 1993
Server: Command CMD_KICK rcv'd from menno@ID486
Request 0827 has been kicked
|
|
menu
This command will invoke the full menu-driven user interface.
|
send
file recipient [ ... recipient ] [ options ]
This command is used to submit a fax transmission request
to the spooler. In it's most basic form, only the file and recipient need
to be supplied as arguments. After entering the command, a "Fax Transmission
Summary" will be displayed summarising all the transmission parameters and
you will be prompted to confirm. e.g.;
faxcmd> send
Utools/fax/demo/demo.vi 8242108
+------------------------------------------------------------+
|
Facsimile Transmission Request Summary
|
+------------------------------------------------------------+
File name : test.fax (/users/menno/test.fax)
File type : ASCII - Unix text file
Attachments : None
Dial Mode : Manual
Recipient 1 : 819-0533
Number only)
Send when : Off peak - if applicable
Retry Scheme : default
Resolution : Fine - 200dpi vertical
Ready to send [y/n]?
|
Detailed descriptions of the send command and it's options are provided
elsewhere.
|
startup
shutdown
restart
These commands will start, stop and restart the spooler,
respectively. Restart performs the same function as the
two other commands, shutdown and startup combined.
|
status
request_no
This command will display the current status of a request.
The details displayed may differ, depending whether it is a received or
transmitted fax, and whether it is complete or active. e.g.;
faxcmd> status
827
+-----------------------------------------------------------+
| Status of queued
facsimile request 0827
|
+-----------------------------------------------------------+
Final Status : Complete
Last operation : Send fax
Last result : Success
Parent request : 0827
No. Pages : 1
Retries : 0
Submitted : 01/12/93 14:08
Next Due : 01/12/93 23:00
User
: menno@ID486
Alias :
Halliday
Fax No : +1-233-312-2323
|
Without any arguments, this command will display the current
status of the spooler and each of the attached modem drivers. e.g.;
faxcmd> status
Faxcmd: Request 'status' sent Wed Dec 1 14:15:11 1993
Server: Command CMD_STATUS rcv'd from menno@486
Server status: 1 modem(s) attached, 0 active task(s)
Modem Mode
Status
modem1 Send and
Receive Waiting
|
|
summary
request_no
This command will provide a summary for the specified
request number. e.g.;
faxcmd> summary
827
+------------------------------------------------------------+
|
Facsimile Transmission Request Summary
|
+------------------------------------------------------------+
File name : test.fax (/users/menno/test.fax)
File type : ASCII - Unix text file
Attachments : None
Dial Mode : Manual
Recipient 1 : 819-0533
Number only)
Send when : Off peak - if applicable
Retry Scheme : default
Resolution : Fine - 200dpi vertical
|
|
config
Invoke the "Minimum Configuration" screen. This
screen allows you to configure the minimum data necessary to
run the fax server. This command is ordinarily used during
installations and upgrades.
|
confirm
request_no
Received faxes appear in the received queue
with "RxUnread" status until they are acknowledged by the recipient
(owner). Received faxes are acknowledged with this command. This
will change the status of the request to "Complete".
This command is equivalent to the receive queue menu
option Request/Acknowledge. See also, copy and forward.
|
copy
request_no user
A received faxes may be copied to another
user with this command. This will change
the status of this request to "Complete", but
it will create a duplicate request for the named user,
and this new request willl appear in the received queue with the status "RxUnread".
This command is equivalent to the receive queue menu
option Request/Copy. See also, confirm and forward.
|
create
[type] [method] [-send]
The type argument names the document outline to
be used when creating the fax. The default
outlines shipped with the software are "Fax", "Letter",
"Memo" and "Blank".
The method argument names the the "dialing" method. If
this argument is not provided, the default method "Individual" will be
used.
The "-send" option will allow the newly created document to be sent
immediately using UxFax. After document creation, you will
be asked to confirm the file name of the newly created document,
and then the facsimile control panel
will be displayed so the document may be sent.
|
echo
This command is used to quickly determine if the fax server
is running. If the server is running, it will respond
with a message, or else the client will report an error.
|
exec
glossary
Execute a shell script embedded within a glossary entry
of an opened glossary file. The glossary entry is named in the command argument.
The glossary file must be pre-opened by the program, e.g. UxFax2.local,
or it may be within a glossary file manually opened with the gopen command.
|
exit
quit
Exit the client command line interpreter.
|
forward
request_no user
A received faxes may be forwarded to another
user with this command. This will retain the
status of this request as "RxUnread", but
the owner of the request will be changed to that named in the command.
This command is equivalent to the receive queue menu
option Request/Forward. See also, confirm and copy
|
gopen
file
gclose file
Open or close the named glossary file. Any glossary entries
within opend files are then accessible by the other commands, exec or run.
|
licence
license
Invoke the software license screen. (The two spellings
of the same command are allowed).
|
resubmit request_no recipient
[ ... recipient ] [ options ]
Cancel and resubmit a queued request. The request is nominated
by the first argument. All other arguments are identical
to the "send" command arguments and option.
|
run
report [arguments ...] [-print printer]
Execute the named report. The report is the
name of a file containing a "PI" report definition. If
the filename does not include a pathname, it will be the
name of a file in the standard directory, $Utools/fax/reports.
Otherwise it should be an absolute or relative
pathname to a "PI" report definition.
Any other arguments will be passed to the report as arguments. All
reports definitions include a "main()" program
entry function. The additional command line arguments will be passed as
arguments to this function.
|
pi
Invoke the program interpreter in interactive mode.
e.g.;
faxcmd> pi
pi> a=3; b=5; c=a*b;
pi> ?c;
15
pi> return;
faxcmd>
|
|