#
# (Prelim) Config file from Olaf Huthwelker
# Using an ACEEX RC144DP-12/RC144DP-21 faxmodem
#

########################################
#                                      #
# 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 C:ed

# 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 Olaf Huthwelker

# 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.
# 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
# Function changed from version 1.23, to allow multiple strings
# AT prefix is required

#RSetup AT&C1&D3V1M1L0S0=2S7=255 AT+FCLASS=2 

# Setup for ACEEX (TKR,CSR) 1414 ROM-Version 1.13
RSetup AT&F&C1&D1S7=255+FCLASS=2+FCR=1+FAA=0+FDCC=1,5,0,2 ATS0=2 ATM2L0

#RSetup for the NetComm M7F
#RSetup ATM1H0 ATS0=2 AT+FCLASS=2;+FAA=1;+FCR=1;+FSW=1 AT+FDCC=1,3,0,2,0,0,0,0 AT+FDIS=0,3,0,0,0,0,0,0

# GVC GM-24Vbis+ FAX, ext. Modem (Also DLEmode 0)
#RSetup AT&C1&D3S7=255+FCLASS=2+FCR=1+FAA=1+FDCC=1,3,0,2 ATS0=2 ATM1L1

# 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

# Receive Rate (Initial - defaults to 2400, for Maestro & old ZyXEL ROMS)
# This is only used when faa runs standalone, not from GETTY
RRate 19200

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

# User AT command options for sending (See RSetup comments)
# Function changed from version 1.23, to allow multiple strings
# AT prefix is required
#Internal Default
#WSetup AT&C1&D3S7=255+FCLASS=2+FDCC=1,5,0,2

#WSetup for the NetComm M7F
#WSetup ATM1H0 AT+FCLASS=2;+FAA=1;+FCR=1;+FSW=1 AT+FDCC=1,3,0,2,0,0,0,0 AT+FDIS=0,3,0,0,0,0,0,0

# Maestro, ATI6 returns VERSION ID : 014_092791A
#No WSetup required (Use default)

# ZyXEL with 4.08 ROMs
WSetup AT&C1&D3S7=255+FCLASS=2+FDCC=1,5,0,2,0,0,0,5  ATM1L1

# Eigene Einstellung
#WSetup AT&C1&D3M1L0S10=255%C0S36=005S7=255 AT+FCLASS=2;+FDCC=1,3,0,2

# GVC GM-24Vbis+ FAX, ext. Modem
#WSetup AT&C1&D3S7=255+FCLASS=2+FDCC=1,3,0,2 ATM1L1

# 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 4

########################################
# afaxprt - Fax Print

# If a fax page exceeds the physical page length by less than this
# number of lines, it will be compressed vertically to fit on the page.
# If it is longer, it will be broken into multiple pages.
MinLines 1000

########################################
# 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 GVC, SupraFax, Maestro or the
# Telebit WorldBlazer modems. eg "12 34 5678"
# You must NOT quote it for the ZyXEL
#LocalID	61 52 786355
LocalID	"49 202 626064"

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

# Device Unit number (default is 0)
Unit 0
