Ok I am in Hardware dept of a software development company...
one of our customers is having problems faxing from Unix OpenServer 5.0.5 from within our software...
From UNIX comand line i can do
vfx -n 01772123456 /etc/hosts
and i will get a copy of the hosts file faxed to me.
from within our software the customer has added some extra lines...
cat $UNIQUE_TEXT_FILE | /usr/vsifax3/bin/vfx -t ovs=jsheet2.tif -tnot=nty-fail -M$EMAILNAME
so the Unique file has come from our software and is what needs to Fax
the vfx is running the fax software
the -t gives it a tag line (dont know what this is)
the ovs gives it an overlay
the -tnot=nty-fail (i dont know but have been told will email if it fails to send fax)
the $EMAILNAME is got from the layout our software will use...
im not good with this but surely its missing the -n or -N to get the phone number that it wants to fax to right?
even if its not then it doesnt hit the fax queue...
any ideas please...
one of our customers is having problems faxing from Unix OpenServer 5.0.5 from within our software...
From UNIX comand line i can do
vfx -n 01772123456 /etc/hosts
and i will get a copy of the hosts file faxed to me.
from within our software the customer has added some extra lines...
cat $UNIQUE_TEXT_FILE | /usr/vsifax3/bin/vfx -t ovs=jsheet2.tif -tnot=nty-fail -M$EMAILNAME
so the Unique file has come from our software and is what needs to Fax
the vfx is running the fax software
the -t gives it a tag line (dont know what this is)
the ovs gives it an overlay
the -tnot=nty-fail (i dont know but have been told will email if it fails to send fax)
the $EMAILNAME is got from the layout our software will use...
im not good with this but surely its missing the -n or -N to get the phone number that it wants to fax to right?
even if its not then it doesnt hit the fax queue...
any ideas please...