;**************************************************************************
;                    M O D E M   C O N T R O L
;**************************************************************************

;select the hardware (*SIERRA/CLASS2)
MODEM           CLASS2


;does your modem support 2-dim huffman-code? (*MHC/MRC)
FAXCODE		MHC


;(*COM1/COM2/COM3/COM4/...) serial port number for Computers
;with several com-ports
COMPORT		COM1


;(*serial.device) serial device name for Computers with several com-ports
COMDEVICE	serial.device


;by default, the modem will only start to dial the desired
;number if it detects an 'open-line'-tone after hook-off
;if you cannot get the modem to dial at all then select
;BUSY (try to detect a busy-signal after dialing)
;or just OFF (for blind dialing)
DETECT		BUSY	; (OFF/BUSY/DIAL/*DIALBUSY)


;faxmodem baudrate
;note that you should match the highest baudrate your modem offers
;if you are using a 4800-baud modem it will work with a 9600-setting
;but you will loose 1 or 2 seconds each time you make a call
;9600 is working if you use Class2-modem TKR IM-24VF+, GVC SM-9696 or
;GVC SM-9624Vbis. We cannot guarantee for other types
;If using SIERRA-modem by internal RS-232 you have to choose 4800
SPEED		9600	; (*9600/7200/4800/2400)


;speaker control
SPEAKER		ONSTART	;(OFF/*ON/ONSTART/ONAFTERDIAL)


;this is the time the program waits for a carrier after
;starting to dial. if you will make calls to outside the
;country give a little more time than the default
WAITCARRIER	50	; default 45 sec.


;		*** CHANGE TO PREVIOUS MultiFax Versions ***
;here you can enter a dialing prefix
;consult your modem handbook for details on HAYES-commands
;default is 'D'	for ATD
;alternatives are 'DP' (for ATDP=DIALPULSE)
;or 'DT' (for ATDT DIALTONE) or 'DP0,' etc...
DIAL		DP	; (up to 20 characters)


;**************************************************************************
;                    S E R V I C E   C O N T R O L
;**************************************************************************

;if the desired line is busy the modem will try calling again
;as often as you set RETRYS. In the case of retrying to call the
;same number it might help to wait a few seconds via RETRYPAUSE
RETRYS		3	; default 0
RETRYPAUSE	10	; default 30 sec.


;path to ramdisk if available
;this helps to reduce converting time
;default is the current directory
OUTPUTPATH	RAM:	; (up to 80 characters)


;to keep normal image-proportions on normal (200*100) resolution
AUTOPROP	ON	;(*ON/OFF)


;minimum length of each imageline for transmission in bytes (*12)
;after (huffman-)compression
;this is a delay that some oldfashion receiving machines
;need to be able to print the line
;we recommend a number of not less than 10 lines
;with pixels set usually have more then 10 bytes
;so that this will be needed only for empty lines
MINBYTES	20	;(*12)


;**************************************************************************
;                    T E X T   C O N T R O L
;**************************************************************************

;number of empty textlines from top of page (*0)
;this should be set up to 5-8 to leave some space for
;your background-letterhead (we recommend a value of 7)
TEXTFIRSTLINE   9	;(*2) space for background image


;number of textlines per page (0=no pagebreak)
;(we recommend a value around 56)
TEXTLINES	55	;(*66) space for foreground text/image


;length of one page in total textlines
;must be greater or equal TEXTFIRSTLINE + TEXTLINES
;71 PAGELINES (= 1136 pixlines, i.e. 1 PAGELINE is 16 pixlines)
;would make DIN-A4 on normal resolution (100 dpi vertical)
;(1136 pixlines are ~11.36 inch or ~28.85 cm)
;if = 0 then we take the sum of TEXTFIRSTLINE + TEXTLINES
PAGELINES	73	;(*73)


;this puts a identification-stamp-line on every page.
;the line STAMPLINE, starting on page STAMPFIRST, may contain
;any synonym like %TIME %DAY %MONTH %YEAR %PAGE %PAGES etc.
;it should not be in the TEXTLINES-portion of the page
;(up to 100 characters)
;define your fax-number here only when ready to receive faxes 24 hours a day
STAMP		TELEFAX from ME  %TIME  %DAY.%MONTHNAME 19%YEAR  page %PAGE (%PAGES)
STAMPLINE	70	;line number which shall contain the stamp
STAMPFIRST	1	;first page which shall contain the stamp


;image to be put on background of each page
;this is the so called letterhead
;if CBACKGROUND is defined this image will not be put on the first page
;back_x is the horizontal shift of background image (may be 0 or greater)
;back_y is the vertical shift of background image (may be positive or negative)
BACKGROUND	Letterhead.IFF
BACK_X		0
BACK_Y		-20


;image to be put on background of first page
;CBACK_X and CBACK_Y are similar to BACK_X and BACK_Y
CBACKGROUND	Letterhead.IFF
CBACK_X		0
CBACK_Y		-20


;**************************************************************************
;                    U S E R   C O N T R O L
;**************************************************************************

;default-state of this button
VERBOSE		ON	;(ON/*OFF)
PREVIEW         ON
TRANSMIT        OFF


;select the editor names including full path for several file types.
;type detection depends on the extension of the file name.
;unknown extensions defaults the 'asc'-editorname.
;max. 10 specifications (up to 60 characters)
EDITORinf	MultiFax:MEmacs
EDITORasc	MultiFax:MEmacs
EDITORtxt	MultiFax:MEmacs
EDITORdok	MultiFax:MEmacs
EDITORmak	MultiFax:MEmacs
;EDITORiff	DPaint:Dpaint


;default-filename for standard phonelist
PHONELIST	FaxTel.INF


;shall the phonebook be sorted lexically ?
PHONESORT	ON	;(ON,*OFF)


;language for monthname and dayname (*GERMAN/ENGLISH/FRENCH)
LANGUAGE	GERMAN


;This will send an ID to the faxmachine during connect-phase which will
;appear on the display and on the log of the faxmachine
;Only supported by Class-2-modems
;SENDERNUMBER	+00 000 000000
