home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BGFAX150.ZIP / BGFAX.CNF next >
Encoding:
Text File  |  1995-08-21  |  4.2 KB  |  116 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. in=ATS0=0
  54. tc=ATHM
  55. bu=ATH1M
  56.  
  57. ; ri ... number of rings to answer phone
  58. ri=2
  59. ; uncomment the next line if you want to use rockwell caller id
  60. ;in=AT#CID=1
  61.  
  62. ;  the next two lines are for Class 2 modems (Supra, PPI, Zoom)
  63. in=AT+FCR=1;+FLID="713 555 1212";+FDCC=1,3,0,2,0,0,0,0
  64. an=AT+FAA=1;A
  65.  
  66. ;  uncomment the next three lines for a Class 1 modem (Hayes 288, Supra LC)
  67. ;in=AT+FCLASS=1
  68. ;in=AT+FAE=1
  69. ;an=ATA
  70.  
  71. ;  uncomment the next three lines for a Class 2.0 modem (USR v.32terbo/VFC)
  72. ;in=AT+FCLASS=2.0
  73. ;in=AT+FLI="713 555 1212"+FNR=1,1,1,1
  74. ;an=AT+FAA=1;A
  75.  
  76. ;  uncomment the next three lines if you are using a ZyXEL modem
  77. ;in=AT#B1+FCLASS=6
  78. ;in=AT#P713 555 1212
  79. ;an=ATA
  80.  
  81. ;--------------- specialized settings for /HOST mode ---------------
  82. ;
  83. do=Please press the [Esc] key to load the bulletin board.
  84. ;do=c:\bgfax\banner.asc
  85. ;do=<load>
  86. lo=Loading the bulletin board.  Please wait.
  87. ;lo=c:\bgfax\pressesc.asc
  88. ec=<echo>
  89. ;  if you are running wildcat!, uncomment the ec=MNP line
  90. ;ec=MNP
  91. sl=2400
  92. ts=Calls are not accepted below 2400 bps.  Sorry.
  93. ;cm=CQ,30
  94. ;ky=P,174
  95. ;ky=X,0
  96. ;pi=5
  97. nd=Human callers are not being accepted at this time.
  98. ev=07:00,120
  99. vm=CONNECT VOICE
  100. ;
  101. ; in ... initialization strings, up to 5 in= entries allowed
  102. ; an ... modem answer string
  103. ; do ... string that tells user to press [Esc], if "do=<load>" it will
  104. ;        automatically begin loading the BBS, do= can also be a filename
  105. ; lo ... string that is displayed after user hits [Esc], can be a filename
  106. ; ec ... string passed to BBS when on error free call, if "ec=<echo>"
  107. ;        it will pass the "/xxx" in "CONNECT 14400/xxx"
  108. ; sl ... slowest DCE real data rate allowed
  109. ; ts ... string shown to users who are calling too slow
  110. ; cm ... crash mail string for GT Power sysops
  111. ; ky ... alt-key, errorlevel to exit on when waiting for calls
  112. ; pi ... pid number, if your are running a multi-node bbs, this is node num
  113. ; nd ... If /HOST is in /ND mode (no data calls), show this to data callers
  114. ; ev ... events (time comma errorlevel), up to 20 ev= entries allowed
  115. ; vm ... voicemail connect string, if encountered, exit errorlevel 8
  116.