home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / fax130m.zip / BGFAX.CNF next >
Text File  |  1994-07-27  |  4KB  |  101 lines

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