Technical information
LP SPOOLER (UNIX ONLY)
217
Tag Description
fco
Sender's company
fvn
Sender's voice number
sub
Coversheet subject line limited to a maximum of 63 characters
To utilize embedded commands, include them within the text data stream at the appropriate points within the pages.
See also
Refer to Tag files
and Batch files.
The power of lp spooler integration is the ability to specify which pages go to which recipients and create multiple fax
requests when necessary.
Sample Printer Interface Script:
# Set the VSI-FAX environment
. /etc/vsifax3.sh
# Store the login name of the submitter
LOGIN=$2
# Extract the file to be faxed
shift 5
FILE=$1
# Submit the fax request
vfx -U $LOGIN <$FILE 2>&1 | mailx -s <subject> $LOGIN