
Xprint F.A.Q. Document revision 10 (16.09.2008)
Page 33/89
Put the XpcomFAX.sh script in the backends directory ( $XPRINT_HOME/backends )
with next access rights ( 0550 bin bin ).
3.
Send a job. The phone number is specified in the job comment flag –jc.
xpadd -de <fax printer name > -dr ….. -jc 003281554320
The file /tmp/comFAX.log is updated when a job fax is send.
Care : The job fax disappear of the Xprint BD after the submission to comFax.
No follow up by Xprint command will be possible !!
Note : The comFAX command comfaxpr emulate a ASCII printer (lp spooler) and sent the data to the Fax
after calling a given phone number.
Xpterm :
#/* @(#) xpterm.src 1.21 94/04/07 16:41:45 @(#) */
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# do not remove this line - keep aligned with source file
# do not remove this line - keep aligned with source file
# do not remove this line - keep aligned with source file
# do not remove this line - keep aligned with source file
# do not remove this line - keep aligned with source file
# do not remove this line - keep aligned with source file
# do not remove this line - keep aligned with source file
# do not remove this line - keep aligned with source file
# do not remove this line - keep aligned with source file
# do not remove this line - keep aligned with source file
#
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ###########
# # comFAX #
# ###########
#
comFAX,
itfpr=xpcomFAX.sh,
itfpo="DEBUG *=*"
"JOB_ID *=*"
"COMMENT *=*"
"FIL_REF *=*",
XpcomFAX.sh :
#!/sbin/ksh
#
# backend use to send fax
# input :
# $1 = debug
# $2 = job id
# $3 = comment
# $4 = file to be fax
#
# Author : A.Flagothier EPSC-1 Namur
# Phone : 081/554320
#
DBGFILE=/tmp/comFAX.log
FAXPATH=/comfax/bin
Comentarios a estos manuales