HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
FW: Turn off cover page
> -----Original Message-----
> From: McNitt, Jennifer
> Sent: Friday, November 21, 1997 9:43 AM
> To: 'Julio C Spinelli'
> Cc: 'felxfax@sgi.com'
> Subject: RE: flexfax: Turn off cover page
>
> I consulted OM's support group about your reply and they do not have a
> call to sendpage in their source but they do have a call to a program
> called sendfax. My support person was wondering if sendfax calls
> sendpage. Here is a snipet of the code that they sent me:
>
> proc accept_fax_cgi {} {
>
> set current_dir [pwd]
> set fax_dir /opt/tms/tms-fax-s
> set env(PATH) \
> $env(PATH):$fax_dir/hylafax/local/bin:$fax_dir/hylafax/lib/fax
>
> if [catch {exec $fax_dir/hylafax/local/bin/sendfax \
> -h localhost \
> -d $fields(recipient)@$fields(phonenum) \
> -f $fields(sender) \
> -r \"$fields(regarding)\" \
> $fileName} err] {
> puts "Failed.
> Encountered error $err while trying to send fax to
> $fields(recipient). Phone number $fields(phonenum).
> Message is stored in file $fileName"
> syslog_log "Encountered error $err while trying to send fax to
> $fields(recipient). Phone number $fields(phonenum).
> Message is stored in file $fileName"
> } else {
> puts "Success.
> Your request has been queued for transmission.
> The transmission results are: $err"
> syslog_log "Submitted fax for transmission to
> $fields(recipient). Phone number $fields(phonenum).
> The transmission results are: $err"
> ...
> }
>
> Do you know if I will be able to turn of the cover page with the call
> to sendfax hardcoded?
>
> Thanks,
>
> Jen
>
> -----Original Message-----
> From: Julio C Spinelli [SMTP:spine001@gold.tc.umn.edu]
> Sent: Thursday, November 20, 1997 2:43 AM
> To: McNitt, Jennifer
> Subject: Re: flexfax: Turn off cover page
>
> Just do sendpage -n -dxxxxxxx, make sure the -n is before the -d, it
> won't send your cover page.
>
> Julio
> > I'm using Hylafax with Open Market's Transact product. I would like
> to
> > modify the setup so that it does not create a cover sheet for each
> fax.
> > Is there a config file change that I can make do to this?
> >
> > Thanks,
> >
> > Jen
> >
> > ____
> > Jennifer McNitt
> > West Group
> > 612-687-5273
> > jennifer.mcnitt@westgroup.com
> >
> >