home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / misc / afax125.lzh / AfaxDemo / lib.user / Config < prev    next >
Encoding:
Text File  |  1992-03-25  |  3.7 KB  |  133 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 5
  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
  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. ########################################
  73. # afaxsend - Fax Transmitter
  74.  
  75. # User AT command options for sending (See RSetup comments)
  76. # Function changed from version 1.23, to allow multiple strings
  77. # AT prefix is required
  78. WSetup AT&C1&D3S7=255+FCLASS=2+FDCC=1,5,0,2  ATM2L7
  79.  
  80. # Preferred Dialling Method, Tone or Pulse (defaults to Pulse)
  81. DialType Pulse
  82.  
  83. # Prefix to add before number when dialling.
  84. # This is usually not necessary. It will override DialType.
  85. # I use it to get an outside line (dials 0 first)
  86. #DialPrefix ATDP0,
  87. #DialPrefix ATDP0,DT
  88.  
  89. # DoPadding - required for FaxModems that do not insert nul-padding
  90. # for minimum scan time/line (eg Maestro v2.x ROMs)
  91. #DoPadding
  92.  
  93. # Write Status Window. Line must be present for window to appear.
  94. # Optional parameters LeftEdge, TopEdge are pixel positions
  95. WStatus 10 60
  96.  
  97. ########################################
  98. # viewafax - Fax Viewer
  99.  
  100. # Default Viewer Scale, 1-8. (1 = 1:1, 3 = 1:3, fits page on 640 wide screen)
  101. ViewScale 3
  102.  
  103. ########################################
  104. # afaxprt - Fax Print
  105.  
  106. # Minimum Lines on a page before we print it out (default 0)
  107. # This only applies to cut-sheet feeders (Laser Printers), where the
  108. # fax may be just a little longer than one page.
  109. MinLines 100
  110.  
  111. ########################################
  112. # General Configuration
  113.  
  114. # Default Debug Level (0-9)
  115. Debug 0
  116.  
  117. # LogFile - if defined, debug information will be logged here
  118. LogFile FaxSpool:FaxLog
  119.  
  120. # The 20 character local ID string sent to remote modem
  121. # You must quote this for the Maestro modem. eg "12 34 5678"
  122. LocalID    61 52 786355
  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.  
  131.  
  132.  
  133.