home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / fax010.lzh / FREC1.CFG < prev    next >
Text File  |  1994-11-17  |  4KB  |  133 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ;     FREC.CFG
  4. ;
  5. ; Configuration for FREC.EXE Class 1
  6. ; Each entry has to start on the first position of a line
  7. ; Each line may have up to 128 characters
  8. ; String entries are limited to 40 character
  9. ; Comments only with ';' in first position of line
  10. ; Leading blank will be discarded, trailing blanks NOT
  11. ;
  12.  
  13. ; Alternately, you can start FREC with the -p and a PortHandle eg from Binkley
  14. ComPort COM1
  15. ; FaxBaudrate normally has to be 19200 !!!
  16. FaxBaudrate 19200
  17. DataBaudrate 19200
  18. ; If FREC ist call as a faxreceiver
  19. RingCnt 1
  20.  
  21. ; The following statements are used to protocoll your faxes:
  22. ; Use all thre keywords (FaxLog, FaxIdx and FaxPath) or none!
  23. ;FaxLog e:\faxworks\fax.log
  24. ;FaxIdx e:\faxworks\fax.idx
  25. ;FaxPath e:\faxworks\
  26. ; Without the above three keyword, FREC stores faxes in FRECxxxx.TIF
  27. ; You can chose the extention:
  28. ;TifExt .fax
  29. ; Normally, FREC traces all activities in a file named FREC.DEB. This
  30. ; debugfile can be renamed or even suppressed (use ?) by
  31. FaxDebug frec.log
  32. ;FaxDebug ?
  33.  
  34. LocalID +43 1 701 99 3102
  35.  
  36.  
  37. ; What shall we do with bad scanlines ?
  38. ; leave them as they are
  39. ;LineBad Ignore
  40. ; remove them
  41. ;LineBad Delete
  42. ; replace the bad line with the previous line
  43. LineBad Previous
  44. ; blank out the line
  45. ;LineBad Blank
  46.  
  47. ; ATZ is the proper way to initialize your modem, DO NOT use AT&F, because
  48. ; unpredictable results can happen. Allways make shure, ATE1 is set!
  49. Reset ATZ
  50. ; disable command echo
  51. Init ate0
  52. ; self explanatory
  53. FaxClass 1
  54.  
  55. ; With CAPABILITIES you can influence the
  56. ; comunications parameter vr,br,wd,ln,df,ec,bf,st
  57. ; vr   0 ... normal 204x98 dpi, 1 ... high 204x196
  58. ; br   0 .. 2400, 1 .. 4800, 2 .. 7200, 3 .. 9600, 4 .. 12000, 5 .. 14400 bps
  59. ; wd   has to be 0
  60. ; ln   has to be 2
  61. ; df   0 ... 1-D Huffman, 1 .. 2-D Read, both values are supported !
  62. ; ec   has to be 0
  63. ; bf   has to be 0
  64. ; st   0 - 7, time between two scanlines, 7 is 40ms.
  65. ;from version 3.03b on you MUST use the CAPABILTIES parameter:
  66.  
  67. Capabilities 1,3,0,2,1,0,0,0
  68.  
  69.  
  70. ; Some modems need a 'clean up' after working in FAX-mode
  71. CleanUp ATZ
  72.  
  73. ; The 'dialprefix' ATD and 'P' for pulse or 'T' for tone dial
  74. Dial ATDT
  75. ; this has to be 'OK' and nothing other !!!
  76.  
  77. ;BinkLog d:\point\log\binkley.log
  78. ;
  79. ; FillOrder for target TIF, normaly 1 for MSB first, can be set to 2 for
  80. ; LSB first.
  81. OutFillOrder 1
  82.  
  83. ; The following three Keywords must be defined if the generation of a
  84. ; NetMail announcing the fax is wished.
  85. Inbound D:\POINT\INBOUND
  86.  
  87. ;ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION
  88.  
  89. ; Change NAME and ADDRESS to your own name and address !!!!!!!
  90.  
  91. ;DestName Harald Pollack
  92. ;DestAddr 2:313/9.59
  93. ;
  94. ;ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION
  95. ; Change NAME and ADDRESS to your own name and address !!!!!!!
  96.  
  97. ;SrcName Faxmachine
  98. ;SrcAddr 2:313/9.59
  99. ;Subject Incoming Fax
  100.  
  101. ;ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION
  102.  
  103. ; New feature CheckCopyQuality No/Yes/Modem, only useful if the '-x' switch
  104. ; is NOT activ!
  105. ; setting 'CheckCopyQuality' to 'Yes' results in checking the received
  106. ; page data bei FREC itself. Depending on 'ConsecutiveBadMax' and
  107. ; 'PercentageGood' a Message ConFirmation, ReTrain Positiv or
  108. ; ReTrain Negativ (MCF, RTP or RTN) response is made to the post page
  109. ; message of the sender.
  110. ; If 'ConsecutiveBadMax' is below the detected value, a RTP is send.
  111. ; If 'PercentageGood' is 100 and bad lines are detected, a RTP is send.
  112. ; If 'PercentageGood' is less than 100, FREC sends:
  113. ; No badlines detected: MCF
  114. ; Percent badlines less than 100 but above 'PercentageGood': RTP
  115. ; Percent badlines less than 'PercentageGood': RTN
  116. ;
  117. ; Caution: faxmachines normaly disconnect line when receiving RTN!
  118.  
  119. CheckCopyQuality Yes
  120.  
  121. ConsecutiveBadMax 255
  122. PercentageGood 100
  123.  
  124. ; If you normally use the '-x' switch for two pass operation and your
  125. ; receiving conditions are weak, use 'ForceRetrain'. FREC will generate always
  126. ; a 'RTP' instead of 'MCF', forcing sending faxequipment to do training after
  127. ; each page. In this case, YOUR faxmodem has good chance to initiate a
  128. ; fallback if linequality becomes bad.
  129.  
  130. ; Forceretrain
  131.  
  132.  
  133.