HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Resending fax, when you typo the fax number?
Quoting Bob Tanner <tanner@real-time.com>:
> Is there a way resend a fax, if you typo the fax number?
>
> Since it's all on the server already, I am hoping for some sort of
> command to send to the server that can alter the phone number and
> re-submit the fax.
No single command at this time...
Try to Telnet to the server and give the following commands (after entering
your username/password):
telnet <hylafax server name> 4559
USER <your username>
PASS <your pass> (if needed)
JOB <the original job ID>
JPARM DOCUMENT
JNEW
#For each document listed in the previous JPARM DOCUMENT:
JPARM DOCUMENT docq/<docname>
###
JPARM SENDTIME NOW
# Set kill time to 3 hours from now (format: DDHHMM)
JPARM KILLTIME 000300
JSUBM
--
Patrice Fournier
pfournier@loups.net
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*