home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / AFAX1431.LHA / AmigaFax / lib / Config_PMD < prev    next >
Encoding:
Text File  |  1995-11-14  |  4.1 KB  |  144 lines

  1. ########################################
  2. #                                      #
  3. # User preferences for AmigaFax system #
  4. #                                      #
  5. ########################################
  6.  
  7. ########################################
  8. # afax - Fax Front-End Configuration
  9.  
  10. # Text file editor, defaults to Ed (eg dme, TxED, ced, memacs, mg)
  11. # (I use mg)
  12. Editor afax:c/TxED_demo
  13.  
  14. # Default template to use when creating test files
  15. Template FAXLIB:Letter
  16.  
  17. #Editor for ILBM graphics
  18. ILBMEditor dpaint
  19.  
  20. ########################################
  21. # mkafax - Fax Page Layout Options
  22.  
  23. # Default Font (Used by default, unless overridden) (eg times 24)
  24. DefaultFont cmtt10 29
  25.  
  26. # Header Font  (Used for page header lines)
  27. HeaderFont cmbx10 30
  28.  
  29. #Page Header Text - No header printed if not defined
  30. PHeader C-Born Software Systems
  31.  
  32. # Indentation for mkafax, pixels
  33.  
  34. LeftIndent  50
  35. RightIndent 50
  36.  
  37. ########################################
  38. # afaxspl - Fax Spooler Options
  39.  
  40. # Fax Spooler Interval (minutes)
  41. # Period at which Queue is scanned for outgoing faxes
  42. SpoolInterval 1
  43.  
  44. ########################################
  45. # faa - Fax Receiver Options
  46.  
  47. # User AT command options (Optional)
  48. # These are standard AT commands, used when initializing the modem,
  49. # allowing you to set such things as speaker use and volume.
  50. # eg on ZyXEL M0 speaker off, M1 on until carrier, M2 always on
  51. #             L0 -> L7 is speaker soft ->loud
  52. # while Maestro speaker range is only L0 -> L3
  53. # Note that if using GETTY, you must add the options to the GETTY
  54. # startup line
  55.  
  56. # User AT command options for receiving
  57. # Function changed from version 1.23, to allow multiple strings
  58. # AT prefix is required
  59.  
  60. RSetup AT&C1&D3S7=255+FCLASS=2+FCR=1+FAA=1+FDCC=1,5,0,2 ATS0=2 ATM2L7 ATX3
  61.  
  62. # Receive Status Window. Line must be present for window to appear.
  63. # Optional parameters LeftEdge, TopEdge are pixel positions
  64. RStatus 10 10
  65.  
  66. # DLEmode (0,1,3) - Handling of DLE in Phase C data stream
  67. # 0 (default) treat DLE in received data as escape (Maestro 3.1, ZyXEL 3.99+)
  68. # 1           Received DLE is g3 data              (ZyXEL Vn3.90)
  69. # 3           RAW input mode - currently for testing only
  70. DLEmode 0
  71.  
  72. # Receive Rate (Initial - defaults to 2400, for Maestro & old ZyXEL ROMS)
  73. # This is only used when faa runs standalone, not from GETTY
  74. RRate 19200
  75.  
  76. ########################################
  77. # afaxsend - Fax Transmitter
  78.  
  79. # User AT command options for sending (See RSetup comments)
  80. # Function changed from version 1.23, to allow multiple strings
  81. # AT prefix is required
  82. #Internal Default
  83. #WSetup AT&C1&D3S7=255+FCLASS=2+FDCC=1,5,0,2
  84.  
  85. # Maestro, ATI6 returns VERSION ID : 014_092791A
  86. #No WSetup required (Use default)
  87.  
  88. # ZyXEL with 4.08 ROMs
  89. WSetup AT&C1&D3&N32S7=255+FCLASS=2+FDCC=1,5,0,2  ATM2L7 ATX3
  90.  
  91. # Preferred Dialling Method, Tone or Pulse (defaults to Pulse)
  92. DialType Pulse
  93.  
  94. # Prefix to add before number when dialling.
  95. # This is usually not necessary. It will override DialType.
  96. # I use it to get an outside line (dials 0 first)
  97. #DialPrefix ATDP0,
  98. #DialPrefix ATDP0,DT
  99.  
  100. # DoPadding - required for FaxModems that do not insert nul-padding
  101. # for minimum scan time/line (eg Maestro v2.x ROMs)
  102. #DoPadding
  103.  
  104. # Write Status Window. Line must be present for window to appear.
  105. # Optional parameters LeftEdge, TopEdge are pixel positions
  106. WStatus 10 60
  107.  
  108. ########################################
  109. # viewafax - Fax Viewer
  110.  
  111. # Default Viewer Scale, 1-8. (1 = 1:1, 3 = 1:3, fits page on 640 wide screen)
  112. ViewScale 3
  113.  
  114. ########################################
  115. # afaxprt - Fax Print
  116.  
  117. # Minimum Lines on a page before we print it out (default 0)
  118. # This only applies to cut-sheet feeders (Laser Printers), where the
  119. # fax may be just a little longer than one page.
  120. MinLines 1000
  121.  
  122. ########################################
  123. # General Configuration
  124.  
  125. # Default Debug Level (0-9)
  126. Debug 0
  127.  
  128. # LogFile - if defined, debug information will be logged here
  129. LogFile FaxSpool:FaxLog
  130.  
  131. # The 20 character local ID string sent to remote modem
  132. # You must quote this for the Maestro modem. eg "12 34 5678"
  133. LocalID    61 52 615231
  134.  
  135. # Device to use (default is serial.device)
  136. Device serial.device
  137.  
  138. # Device Unit number (default is 0)
  139. Unit 0
  140.  
  141.  
  142.  
  143.  
  144.