home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / bgfax147.zip / BGFAX.CNF next >
Text File  |  1995-05-02  |  4KB  |  113 lines

  1. ; this file is ONLY required for people using /host, /send, /init or /ring
  2. ; people using rear end mode call bgfax as BGFAX /Fxxx and do not need this
  3. ;
  4. ; remember to set an environment variable BGFAX equal to the directory
  5. ; e.g., in your AUTOEXEC.BAT...  SET BGFAX=C:\BGFAX
  6. ;
  7. ; if you plan to let BGFAX answer the phone, see the FBBS.BAT sample /HOST
  8. ; mode example included in HELPME.ARJ
  9. ;
  10. ; po ... port, number 1 through 4 or hex base address and IRQ in the
  11. ;        format po=3f8x12 for non-standard port configurations, also,
  12. ;        if a ! follows the port, po=2!, means don't shift to 19200
  13. ; p2 ... port number when running under OS/2
  14. ; ft ... fax type (Z for ZFAX, Q for Quick Link II format)
  15. ; sp ... DTE locked port speed
  16. ; rp ... receive path where incoming faxes are put (optional)
  17. ;
  18. ;------------------------- generic setup ------------------------
  19. po=1
  20. ;po=2e8x5
  21. ;p2=4
  22. ft=z
  23. sp=57600
  24. ;  make sure your BBS software or FOSSIL is set at the same DTE rate as SP=
  25. ;rp=C:\BGFAX
  26. ;---------------------- fax send mode setup ---------------------
  27. id=713 555 1212
  28. ds=ATM2DT
  29. ;  some people are unable to correctly send faxes without adding the
  30. ;  &K4 in their dial string (this forces XON/XOFF flow control)
  31. ;ds=ATM2&K4DT
  32. dt=60
  33. mb=3
  34. sw=10
  35. fh=To: %to21% From: %fr42% %mo2%/%dy2%/%yr2%  %hr2%:%mi2%  Pg %pg2%/%mp2%
  36. fr=Name or Company Name (713-555-1212)
  37. ;
  38. ; id ... your id string to be presented to the receiving fax machine
  39. ; ss ... special send strings, if you need to use them
  40. ; ds ... dial string (bgfax will append telephone number)
  41. ; dt ... maximum number of seconds for timeout on dialing
  42. ; mb ... maximum of busy signals before abort
  43. ; sw ... seconds to wait before redialing
  44. ; fh ... fax top of page header template, see documentation for details
  45. ; fr ... company name put into %frNN% field if no command line override
  46. ;
  47. ;------------------ initialization strings ---------------------
  48.  
  49. ; tc ... string bgfax sends to modem when finished (all /modes)
  50. ; bu ... string to busy out modem for events/local logon (/HOST only)
  51. ; in ... initialization string (up to five allowed) (/HOST /SEND /INIT)
  52. in=ATHZ
  53. tc=ATHM
  54. bu=ATH1M
  55.  
  56. ; ri ... number of rings to answer phone
  57. ri=2
  58. ; uncomment the next line if you want to use rockwell caller id
  59. ;in=AT#CID=1
  60.  
  61. ;  the next two lines are for Class 2 modems (Supra, PPI, Zoom)
  62. in=AT+FCR=1;+FLID="713 555 1212";+FDCC=1,3,0,2,0,0,0,0
  63. an=AT+FAA=1;A
  64.  
  65. ;  uncomment the next three lines for a Class 1 modem (Hayes 288, Supra LC)
  66. ;in=AT+FCLASS=1
  67. ;in=AT+FAE=1
  68. ;an=ATA
  69.  
  70. ;  uncomment the next three lines for a Class 2.0 modem (USR v.32terbo/VFC)
  71. ;in=AT+FCLASS=2.0
  72. ;in=AT+FLI="713 555 1212"+FNR=1,1,1
  73. ;an=AT+FAA=1;A
  74.  
  75. ;  uncomment the next three lines if you are using a ZyXEL modem
  76. ;in=AT#B1+FCLASS=6
  77. ;in=AT#P713 555 1212
  78. ;an=ATA
  79.  
  80. ;--------------- specialized settings for /HOST mode ---------------
  81. ;
  82. do=Please press the [Esc] key to load the bulletin board.
  83. ;do=c:\bgfax\banner.asc
  84. ;do=<load>
  85. lo=Loading the bulletin board.  Please wait.
  86. ;lo=c:\bgfax\pressesc.asc
  87. ec=<echo>
  88. ;  if you are running wildcat!, uncomment the ec=MNP line
  89. ;ec=MNP
  90. sl=2400
  91. ts=Calls are not accepted below 2400 bps.  Sorry.
  92. ;cm=CQ,30
  93. ;ky=P,174
  94. ;ky=X,0
  95. ;pi=5
  96. nd=Human callers are not being accepted at this time.
  97. ev=07:00,120
  98. ;
  99. ; in ... initialization strings, up to 5 in= entries allowed
  100. ; an ... modem answer string
  101. ; do ... string that tells user to press [Esc], if "do=<load>" it will
  102. ;        automatically begin loading the BBS, do= can also be a filename
  103. ; lo ... string that is displayed after user hits [Esc], can be a filename
  104. ; ec ... string passed to BBS when on error free call, if "ec=<echo>"
  105. ;        it will pass the "/xxx" in "CONNECT 14400/xxx"
  106. ; sl ... slowest DCE real data rate allowed
  107. ; ts ... string shown to users who are calling too slow
  108. ; cm ... crash mail string for GT Power sysops
  109. ; ky ... alt-key, errorlevel to exit on when waiting for calls
  110. ; pi ... pid number, if your are running a multi-node bbs, this is node num
  111. ; nd ... If /HOST is in /ND mode (no data calls), show this to data callers
  112. ; ev ... events (time comma errorlevel), up to 20 ev= entries allowed
  113.