home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / fax067.zip / frec.cfg < prev    next >
Text File  |  1997-04-07  |  3KB  |  141 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ;     FREC.CFG
  4. ;
  5. ; Configuration for FREC.EXE
  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. ; Configuration can be done for all FREC tasks in one CFG by using
  13. ; the SEPARATOR [Task <n>], where <n> is an unsigned short integer
  14. ; in the range 0 to 2^16.
  15. ; If no task is selected, [Task 0] is assumed and used. To enable
  16. ; parameters for all tasks, use [Common] which means [Task ALL].
  17. ;
  18. ; All filenames may contain a %TASK% part, which is replaced by the
  19. ; selected task number. If no '-Task<n>' is defined in commandline, FREC
  20. ; uses the default Task 0 and replaces %TASK% by '0'.
  21. ; If FSEND (EXE or DLL) is called from FREC, the current task number
  22. ; is also passed to FSEND.
  23. ;
  24. ; By default [Common] is presetted
  25.  
  26. LocalID +43 1 701 99 3414
  27.  
  28. ; Task 1 is selected for fax class 1 on COM2
  29. [Task 1]
  30. ComPort COM2
  31. DataBaudrate 19200
  32. FaxBaudrate 19200
  33. FaxClass 1
  34. ; enable 2-D Read compression and ECM 256
  35. Capabilities 1,3,0,2,1,2,0,0
  36.  
  37. ; Task 2 is selected for fax class 2 on COM3
  38. [Task 2]
  39. ComPort COM3
  40. DataBaudrate 38400
  41. FaxBaudrate 19200
  42. ChangeBaud
  43. FaxClass 2
  44. ; use 9600 bps, 1-D Huffman and no ECM
  45. Capabilities 1,3,0,2,0,0,0,0
  46.  
  47. ;Task 3 is selected for fax class 2.0 on COM2
  48. [Task 3]
  49. ComPort COM2
  50. DataBaudrate 38400
  51. FaxBaudrate 38400
  52. FaxClass 2.0
  53. ; use 14400 bps, 2-D Read and no ECM
  54. Capabilities 1,5,0,2,1,0,0,0
  55.  
  56. ; next entries are for all tasks
  57. [Common]
  58. DebugIdlePriority 30
  59. SaveIdlePriority 31
  60.  
  61. RingCnt 1
  62.  
  63. FaxLog fax.log
  64. FaxIdx fax.idx
  65. FaxPath e:\faxworks\
  66.  
  67. TifExt .fax
  68.  
  69. FaxDebug +d:\point\log\frec%TASK%.log
  70.  
  71.  
  72. LineBad Ignore
  73. ;LineBad Delete
  74. ;LineBad Previous
  75. ;LineBad Blank
  76.  
  77. Reset ATZ
  78.  
  79. Init ATE0
  80.  
  81. ; for task 3 use special settings
  82. [Task 3]
  83. Init AT+FLO=2
  84. Init AT+FNR=1,1,1,1
  85. Init AT+FBO=0
  86.  
  87. ; for task 2 use this settings
  88. [Task 2]
  89. Init AT+FBOR=0
  90.  
  91. ; only task 3 can satisfy polls
  92. [Task 3]
  93. PollFile d:\tif\myself.tif
  94. ; PollFile @c:\mypath\myfiles.txt
  95. FSENDCFG d:\point\fax\fsend.cfg
  96.  
  97. ; next is for all tasks
  98.  
  99. [Common]
  100. CleanUp ATZ
  101.  
  102. Dial ATDT
  103.  
  104. ; task 2 uses two pass mode, so define
  105. [Task 2]
  106. BinkLog d:\point\log\bink%TASK%.log
  107. ;OutFillOrder 1
  108. Forceretrain
  109.  
  110. ; next for all tasks
  111. [Common]
  112. Inbound D:\POINT\INBOUND
  113.  
  114. DestName Harald Pollack
  115. DestAddr 2:313/9.59
  116.  
  117. SrcName Faxmachine
  118. SubjectRecFax Incoming Fax
  119. SrcAddr 2:313/9.59
  120.  
  121. ; Task 2 reports to an other address (overwrites the previous)
  122. [Task 2]
  123. DestAddr 199:1/1
  124. SrcAddr 199:1/1
  125.  
  126. ; next is for all tasks
  127. [Common]
  128. CheckCopyQuality Yes
  129. ConsecutiveBadMax 255
  130. PercentageGood 95
  131.  
  132. ; Task 3 uses Cantaloup
  133. [Task 3]
  134. CLPageOK -10
  135. ;CLMinimizedNoViewer
  136.  
  137. [Common]
  138. ConfigEnd
  139.  
  140.  
  141.