home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / BGFAXB05.ZIP / BGFAX.CNF next >
Text File  |  1993-08-25  |  2KB  |  64 lines

  1. ; this file is only required for people using frontend mode, people using
  2. ; rear end mode call bgfax as BGFAX /xxx C:\BGFAX port faxtype where "xxx"
  3. ; is /fax, /fcon OR /fast, port is same as po= in config file, and faxtype
  4. ; is a single letter Z or Q
  5. ;
  6. ; po ... port, number 1 through 4 or hex base address and IRQ in the
  7. ;        format po=3f8x5 for non-standard port configurations, also,
  8. ;        if a ! follows the port, po=2!, means don't shift to 19200
  9. ; ft ... fax type (Z for ZFAX, Q for Quick Link II format)
  10. ; sp ... DTE locked port speed
  11. ; rp ... receive path where incoming faxes are put
  12. ;
  13. ;------------------------- generic setup ------------------------
  14. po=1
  15. ft=z
  16. sp=38400
  17. rp=C:\BGFAX
  18. ;--------------------- fax send mode strings --------------------
  19. si=ATZ
  20. si=AT+FLID="713 893 9124"
  21. ds=AT+FCLASS=2;DT
  22. mb=3
  23. mf=3
  24. ;
  25. ; si ... initialization strings for send fax mode, up to 5 entries
  26. ; ds ... dial string (bgfax will append telephone number)
  27. ; mb ... maximum of busy signals before abort
  28. ; mf ... maximum number of connect failures
  29. ;
  30. ;------------------ front end and /INIT strings -----------------
  31. in=ATZ
  32. in=ATL0M1+FCR=1;+FLID="713 893 9124";+FDCC=1,5,0,2,0,0,0,0
  33. ;-------------------- front end mode strings --------------------
  34. ; if you never plan on using bgfax in front end mode, everything
  35. ; after this can be deleted ...
  36. ri=1
  37. an=AT+FAA=1;A
  38. do=Please press the [Esc] key to load Tranquility Base.
  39. lo=Loading the bulletin board.  Please wait.
  40. ec=<echo>
  41. sl=2400
  42. ts=Calls are not accepted below 2400 bps.  Sorry.
  43. cm=CQ,30
  44. ev=07:00,50
  45. ev=14:24,12
  46. ev=02:55,55
  47. ;
  48. ; in ... initialization strings, up to 5 in= entries allowed
  49. ; ri ... number of rings to answer phone
  50. ; an ... modem answer string
  51. ; do ... string that tells user to press [Esc], if do=<load> it will
  52. ;        automatically begin loading the BBS
  53. ; lo ... string that is displayed after user hits [Esc]
  54. ; ec ... string passed to BBS when on error free call, if ec=<echo>
  55. ;        it will pass the "/xxx" in "CONNECT 14400/xxx"
  56. ; sl ... slowest DCE real data rate allowed
  57. ; ts ... string shown to users who are calling too slow
  58. ; cm ... crash mail string for GT Power sysops
  59. ; ev ... events (time comma errorlevel), up to 20 ev= entries allowed
  60. ;
  61. ; don't forget frontend, /SEND and /INIT mode require an environment
  62. ; variable BGFAX pointing to DIRECTORY with this file
  63.  
  64.