home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BGFAX121.ZIP / HELPME.ZIP / BGFAX.HAY < prev    next >
Text File  |  1994-03-24  |  3KB  |  71 lines

  1. ; THIS IS AN EXAMPLE BGFAX.CNF FILE FOR PEOPLE WHO WANT BGFAX TO ANSWER
  2. ; THE PHONE; COMPATIBLE ONLY WITH CLASS 1 FAXMODEMS (HAYES OPTIMA 288)
  3. ;
  4. ; this file is ONLY required for people using /host, /send and /init mode.
  5. ; people using rear end mode call bgfax as BGFAX /Fxxx and do not need this
  6. ;
  7. ; po ... port, number 1 through 4 or hex base address and IRQ in the
  8. ;        format po=3f8x12 for non-standard port configurations, also,
  9. ;        if a ! follows the port, po=2!, means don't shift to 19200
  10. ; ft ... fax type (Z for ZFAX, Q for Quick Link II format)
  11. ; sp ... DTE locked port speed
  12. ; rp ... receive path where incoming faxes are put
  13. ; tc ... string bgfax sends to modem to terminate communications
  14. ;
  15. ;------------------------- generic setup ------------------------
  16. po=1
  17. ft=z
  18. sp=57600
  19. rp=C:\BGFAX
  20. tc=ATHM
  21. ;--------------------- fax send mode strings --------------------
  22. id=713 555 1212
  23. si=AT
  24. ds=ATDT
  25. dt=60
  26. mb=3
  27. sw=10
  28. ;
  29. ; id ... your id string to be presented to the receiving fax machine
  30. ; si ... initialization strings for send fax mode, up to 5 entries
  31. ; ds ... dial string (bgfax will append telephone number)
  32. ; dt ... maximum number of seconds for timeout on dialing
  33. ; mb ... maximum of busy signals before abort
  34. ; sw ... seconds to wait before redialing
  35. ;
  36. ;------------------ front end and /INIT strings -----------------
  37. in=AT+FCLASS=1
  38. ;-------------------- front end mode strings --------------------
  39. ; if you never plan on using bgfax in front end mode, everything
  40. ; after this can be deleted ...
  41. ri=1
  42. an=AT+FAE=1;A
  43. do=Please press the [Esc] key to load Tranquility Base.
  44. lo=Loading the bulletin board.  Please wait.
  45. ec=<echo>
  46. sl=2400
  47. ts=Calls are not accepted below 2400 bps.  Sorry.
  48. cm=CQ,30
  49. ky=P,174
  50. ky=X,0
  51. ev=07:00,50
  52. ev=14:25,55
  53. ;
  54. ; in ... initialization strings, up to 5 in= entries allowed
  55. ; ri ... number of rings to answer phone
  56. ; an ... modem answer string
  57. ; do ... string that tells user to press [Esc], if "do=<load>" it will
  58. ;        automatically begin loading the BBS
  59. ; lo ... string that is displayed after user hits [Esc]
  60. ; ec ... string passed to BBS when on error free call, if "ec=<echo>"
  61. ;        it will pass the "/xxx" in "CONNECT 14400/xxx"
  62. ; sl ... slowest DCE real data rate allowed
  63. ; ts ... string shown to users who are calling too slow
  64. ; cm ... crash mail string for GT Power sysops
  65. ; ky ... alt-key, errorlevel to exit on when waiting for calls
  66. ; ev ... events (time comma errorlevel), up to 20 ev= entries allowed
  67. ;
  68. ; don't forget frontend, /SEND and /INIT mode require an environment
  69. ; variable BGFAX pointing to DIRECTORY with this file
  70.  
  71.