home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d6xx / d619 / afaxdemo.lha / AFaxDemo / AFaxDemo.lha / lib.user / Config < prev    next >
Text File  |  1992-02-26  |  3KB  |  121 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. # The "AT" is added automatically, you must NOT include it.
  51. # eg on ZyXEL M0 speaker off, M1 on until carrier, M2 always on
  52. #             L0 -> L7 is speaker soft ->loud
  53. # while Maestro speaker range is only L0 -> L3
  54. # Note that if using GETTY, you must add the options to the GETTY
  55. # startup line
  56.  
  57. # User AT command options for receiving
  58. RSetup M2L7
  59.  
  60. # Receive Status Window. Line must be present for window to appear.
  61. # Optional parameters LeftEdge, TopEdge are pixel positions
  62. RStatus 10 10
  63.  
  64. # DLEmode (0,1,3) - Handling of DLE in Phase C data stream
  65. # 0 (default) treat DLE in received data as escape (Maestro 3.1, ZyXEL 3.99+)
  66. # 1           Received DLE is g3 data              (ZyXEL Vn3.90)
  67. # 3           RAW input mode - currently for testing only
  68. DLEmode 0
  69.  
  70. ########################################
  71. # afaxsend - Fax Transmitter
  72.  
  73. # User AT command options for sending (See RSetup comments)
  74. WSetup M2L7
  75.  
  76. # Preferred Dialling Method, Tone or Pulse (defaults to Pulse)
  77. DialType Pulse
  78.  
  79. # Prefix to add before number when dialling.
  80. # This is usually not necessary. It will override DialType.
  81. # I use it to get an outside line (dials 0 first)
  82. #DialPrefix ATDP0,
  83. #DialPrefix ATDP0,DT
  84.  
  85. # DoPadding - required for FaxModems that do not insert nul-padding
  86. # for minimum scan time/line (eg Maestro v2.x ROMs)
  87. #DoPadding
  88.  
  89. # Write Status Window. Line must be present for window to appear.
  90. # Optional parameters LeftEdge, TopEdge are pixel positions
  91. WStatus 10 60
  92.  
  93. ########################################
  94. # viewafax - Fax Viewer
  95.  
  96. # Default Viewer Scale, 1-8. (1 = 1:1, 3 = 1:3, fits page on 640 wide screen)
  97. ViewScale 3
  98.  
  99. ########################################
  100. # General Configuration
  101.  
  102. # Default Debug Level (0-9)
  103. Debug 0
  104.  
  105. # LogFile - if defined, debug information will be logged here
  106. LogFile FaxSpool:FaxLog
  107.  
  108. # The 20 character local ID string sent to remote modem
  109. # You must quote this for the Maestro modem. eg "12 34 5678"
  110. LocalID    61 52 786355
  111.  
  112. # Device to use (default is serial.device)
  113. Device serial.device
  114.  
  115. # Device Unit number (default is 0)
  116. Unit 0
  117.  
  118.  
  119.  
  120.  
  121.