Specifications

HYLAFAX-CONFIG(5F) HYLAFAX-CONFIG(5F)
SpeakerVolume
The volume levelthat the in-modem speaker should be adjusted to while in command mode. The
possible values are:
Value Description
Offsilent
Quiet almost inaudible
Lowtolerable in privacy
Medium loud enough to hear in the next room
High intolerable
Note that the speaker is always turned offonce carrier is established. Also beware that some
modems support fewer volume settings; see ModemSetVolumeCmd.
TagLineCoverNumString
Setting TagLineCoverNumString instructs faxsend to not include the coverpages in the normal
page numbering mechanism. The page numbers used in the tagline generation will adjusted to not
count the coverpages, and the TagLineCoverNumString value wil be used instead of a page num-
ber on the tagline of the coverpage.
TagLineFont
The filename of the font to use in imaging taglines across the top of each transmitted page. Fonts
must be stored in the Portable Compiled Font (PCF)format used by the X11 WindowSystem.
Filenames are specified relative tothe root of the spooling area; e.g. etc/lutRS18.pcf. If no font is
specified, if a null filename is specified, or if the specified font file is not readable, then tag lines
will not be generated. See also TagLineFormat.
TagLineFormat
The format string to use when imaging taglines across the top of each transmitted page. This
string may include escape codes that cause various items to be interpolated into the imaged tag
line. Anyescape code supported by strftime(3C) may be used as well as the following server-
implemented codes:
Escape Description
%%a destination subaddress
%%c destination companyname
%%C sender’scompanyname
%%d destination phone number
%%g destination geographic location
%%G sender’sgeographic location
%%i job identifier
%%I group identifier
%%j user-specified job tag
%%l LocalIdentifier or canonicalized FAXNumber
%%m sender’selectronic mail address
%%n canonicalized FAXNumber
%%p current page number of session
%%P current page number of job
%%r receiver’sname
%%s sender’sname
%%S subject
%%t total pages in session
%%T total pages in job
%%v destination voice number
%%V sender’svoice number
%%% ‘‘%’
$Date$ 19