########################################
#                                      #
# User preferences for AmigaFax system #
#                                      #
########################################

########################################
# afax - Fax Front-End Configuration

# Text file editor, defaults to Ed (eg dme, TxED, ced, memacs, mg)
# (I use mg)
Editor afax:c/TxED_demo

# Default template to use when creating test files
Template FAXLIB:Letter

#Editor for ILBM graphics
ILBMEditor dpaint

########################################
# mkafax - Fax Page Layout Options

# Default Font (Used by default, unless overridden) (eg times 24)
DefaultFont cmtt10 29

# Header Font  (Used for page header lines)
HeaderFont cmbx10 30

#Page Header Text - No header printed if not defined
PHeader C-Born Software Systems

# Indentation for mkafax, pixels

LeftIndent  50
RightIndent 50

########################################
# afaxspl - Fax Spooler Options

# Fax Spooler Interval (minutes)
# Period at which Queue is scanned for outgoing faxes
SpoolInterval 5

########################################
# faa - Fax Receiver Options

# User AT command options (Optional)
# These are standard AT commands, used when initializing the modem,
# allowing you to set such things as speaker use and volume.
# The "AT" is added automatically, you must NOT include it.
# eg on ZyXEL M0 speaker off, M1 on until carrier, M2 always on
#             L0 -> L7 is speaker soft ->loud
# while Maestro speaker range is only L0 -> L3
# Note that if using GETTY, you must add the options to the GETTY
# startup line

# User AT command options for receiving
RSetup M2L7

# Receive Status Window. Line must be present for window to appear.
# Optional parameters LeftEdge, TopEdge are pixel positions
RStatus 10 10

# DLEmode (0,1,3) - Handling of DLE in Phase C data stream
# 0 (default) treat DLE in received data as escape (Maestro 3.1, ZyXEL 3.99+)
# 1 	      Received DLE is g3 data              (ZyXEL Vn3.90)
# 3           RAW input mode - currently for testing only
DLEmode 0

########################################
# afaxsend - Fax Transmitter

# User AT command options for sending (See RSetup comments)
WSetup M2L7

# Preferred Dialling Method, Tone or Pulse (defaults to Pulse)
DialType Pulse

# Prefix to add before number when dialling.
# This is usually not necessary. It will override DialType.
# I use it to get an outside line (dials 0 first)
#DialPrefix ATDP0,
#DialPrefix ATDP0,DT

# DoPadding - required for FaxModems that do not insert nul-padding
# for minimum scan time/line (eg Maestro v2.x ROMs)
#DoPadding

# Write Status Window. Line must be present for window to appear.
# Optional parameters LeftEdge, TopEdge are pixel positions
WStatus 10 60

########################################
# viewafax - Fax Viewer

# Default Viewer Scale, 1-8. (1 = 1:1, 3 = 1:3, fits page on 640 wide screen)
ViewScale 3

########################################
# General Configuration

# Default Debug Level (0-9)
Debug 0

# LogFile - if defined, debug information will be logged here
LogFile FaxSpool:FaxLog

# The 20 character local ID string sent to remote modem
# You must quote this for the Maestro modem. eg "12 34 5678"
LocalID	61 52 786355

# Device to use (default is serial.device)
Device serial.device

# Device Unit number (default is 0)
Unit 0




