home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / amigafax / lib / config_2.0_zap next >
Encoding:
Text File  |  1995-08-18  |  3.7 KB  |  133 lines

  1. #From: Jonas Petersson <zap@indic.se>
  2. #USRobotics Courier V.32bis Dual Standard Terbo Fax
  3. #
  4. # DAV 18AUG95 - Stripped some comment lines...
  5. #
  6. ########################################
  7. #                                      #
  8. # User preferences for AmigaFax system #
  9. #                                      #
  10. ########################################
  11.  
  12. FCLASS 2.0
  13. SyncEOL
  14. XonXoff 10
  15. ########################################
  16. # afax - Fax Front-End Configuration
  17.  
  18. # Text file editor, defaults to Ed (eg dme, TxED, ced, memacs, mg)
  19. # (I use mg)
  20. #Editor afax:c/TxED_demo
  21. Editor em
  22.  
  23. # Default template to use when creating test files
  24. Template FAXLIB:Letter
  25.  
  26. #Editor for ILBM graphics
  27. ILBMEditor util:pic/dp3
  28.  
  29. ########################################
  30. # mkafax - Fax Page Layout Options
  31.  
  32. # Default Font (Used by default, unless overridden) (eg times 24)
  33. DefaultFont courier 32
  34.  
  35. # Header Font  (Used for page header lines)
  36. HeaderFont courier 16
  37.  
  38. #Page Header Text - No header printed if not defined
  39. PHeader Absolute Software
  40.  
  41. # Indentation for mkafax, pixels
  42.  
  43. LeftIndent  50
  44. RightIndent 50
  45.  
  46. ########################################
  47. # afaxspl - Fax Spooler Options
  48.  
  49. # Fax Spooler Interval (minutes)
  50. # Period at which Queue is scanned for outgoing faxes
  51. SpoolInterval 5
  52.  
  53. ########################################
  54. # faa - Fax Receiver Options
  55.  
  56. # User AT command options (Optional)
  57. # These are standard AT commands, used when initializing the modem,
  58. # allowing you to set such things as speaker use and volume.
  59. # eg on ZyXEL M0 speaker off, M1 on until carrier, M2 always on
  60. #             L0 -> L7 is speaker soft ->loud
  61. # while Maestro speaker range is only L0 -> L3
  62. # Note that if using GETTY, you must add the options to the GETTY
  63. # startup line
  64.  
  65. # User AT command options for receiving
  66.  
  67. RSetup AT&C1&D3S7=255+FCLASS=2.0+FCR=1+FAA=1+FCC=1,5,0,2 ATS0=2 ATM2L7
  68.  
  69. # Receive Status Window. Line must be present for window to appear.
  70. # Optional parameters LeftEdge, TopEdge are pixel positions
  71. RStatus 10 10
  72.  
  73. # DLEmode (0,1,3) - Handling of DLE in Phase C data stream
  74. # 0 (default) treat DLE in received data as escape (Maestro 3.1, ZyXEL 3.99+)
  75. # 1           Received DLE is g3 data              (ZyXEL Vn3.90)
  76. # 3           RAW input mode - currently for testing only
  77. DLEmode 0
  78.  
  79. # Receive Rate (Initial - defaults to 2400, for Maestro & old ZyXEL ROMS)
  80. # This is only used when faa runs standalone, not from GETTY
  81. RRate 19200
  82.  
  83. ########################################
  84. # afaxsend - Fax Transmitter
  85.  
  86. # User AT command options for sending (See RSetup comments)
  87. WSetup ATZ ATM2X4&C1&D3S7=255 AT+FCLASS=2.0 AT+FNR=1,1,1,0 AT+FCC=1,5,0,2
  88.  
  89. # Preferred Dialling Method, Tone or Pulse (defaults to Pulse)
  90. DialType Tone
  91.  
  92. # Write Status Window. Line must be present for window to appear.
  93. # Optional parameters LeftEdge, TopEdge are pixel positions
  94. WStatus 10 60
  95.  
  96. ########################################
  97. # viewafax - Fax Viewer
  98.  
  99. # Default Viewer Scale, 1-8. (1 = 1:1, 3 = 1:3, fits page on 640 wide screen)
  100. ViewScale 3
  101.  
  102. ########################################
  103. # afaxprt - Fax Print
  104.  
  105. # If a fax page exceeds the physical page length by less than this
  106. # number of lines, it will be compressed vertically to fit on the page.
  107. # If it is longer, it will be broken into multiple pages.
  108. MinLines 1000
  109.  
  110. ClipPage 1
  111.  
  112. ########################################
  113. # General Configuration
  114.  
  115. # Default Debug Level (0-9)
  116. Debug 9
  117.  
  118. # LogFile - if defined, debug information will be logged here
  119. LogFile FaxSpool:FaxLog
  120.  
  121. # The 20 character local ID string sent to remote modem
  122. LocalID    "+46 11 171717"
  123.  
  124. # Device to use (default is serial.device)
  125. Device serial.device
  126.  
  127. # Device Unit number (default is 0)
  128. Unit 0
  129.  
  130. ###   &A3  &B1  &G0  &H1  &I0  &K1  &L0  &M4  &N0
  131. ###   &P0  &R2  &S0  &T5  &X0  &Y1  %N6
  132.  
  133.