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

  1. ; THIS IS AN EXAMPLE BGFAX.CNF FILE FOR PEOPLE WHO WANT BGFAX TO ANSWER
  2. ; THE PHONE; COMPATIBLE ONLY WITH CLASS 2.0 FAXMODEMS (USR 21.6K DS)
  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=115200
  19. rp=C:\BGFAX
  20. tc=ATHM
  21. ;--------------------- fax send mode strings --------------------
  22. id=713 555 1212
  23. si=AT+FNR=1,1,1
  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=2.0
  38. in=AT+FLI="713 893 9124"+FNR=1,1,1
  39. ;-------------------- front end mode strings --------------------
  40. ; if you never plan on using bgfax in front end mode, everything
  41. ; after this can be deleted ...
  42. ri=1
  43. an=AT+FAA=1A
  44. do=Please press the [Esc] key to load Tranquility Base.
  45. lo=Loading the bulletin board.  Please wait.
  46. ec=<echo>
  47. sl=2400
  48. ts=Calls are not accepted below 2400 bps.  Sorry.
  49. cm=CQ,30
  50. ky=P,174
  51. ky=X,0
  52. ev=07:00,50
  53. ev=14:25,55
  54. ;
  55. ; in ... initialization strings, up to 5 in= entries allowed
  56. ; ri ... number of rings to answer phone
  57. ; an ... modem answer string
  58. ; do ... string that tells user to press [Esc], if "do=<load>" it will
  59. ;        automatically begin loading the BBS
  60. ; lo ... string that is displayed after user hits [Esc]
  61. ; ec ... string passed to BBS when on error free call, if "ec=<echo>"
  62. ;        it will pass the "/xxx" in "CONNECT 14400/xxx"
  63. ; sl ... slowest DCE real data rate allowed
  64. ; ts ... string shown to users who are calling too slow
  65. ; cm ... crash mail string for GT Power sysops
  66. ; ky ... alt-key, errorlevel to exit on when waiting for calls
  67. ; ev ... events (time comma errorlevel), up to 20 ev= entries allowed
  68. ;
  69. ; don't forget frontend, /SEND and /INIT mode require an environment
  70. ; variable BGFAX pointing to DIRECTORY with this file
  71.  
  72.