home *** CD-ROM | disk | FTP | other *** search
/ Software Recommendations - 1998 Season 1 / DNBCD4.iso / share / modem / BGFAX170 / DOCS / TAG.TXT < prev    next >
Encoding:
Text File  |  1997-03-01  |  2.1 KB  |  53 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with TAG                              06-29-96
  3. B.J. Guillot                                              bgfax@blkbox.com
  4. FidoNet 1:106/400                            http://www.blkbox.com/~bgfax/
  5. --------------------------------------------------------------------------
  6.  
  7. Because TAG does not offer the ability to exit when it detects a fax
  8. response code from the modem, you must run BGFAX in /HOST mode.  Thus,
  9. BGFAX will answer the phone rather than TAG.
  10.  
  11. 1. From now on, to get your system ready to answer calls, start up your
  12.    BBS by using the FBBS.BAT file included with BGFAX
  13. 2. Be sure all the BGFAX files are copied into the directory as specified
  14.    by the BGFAX environment variable (A "SET BGFAX=C:\BGFAX" line must
  15.    exist in either your AUTOEXEC.BAT or FBBS.BAT file).
  16. 3. Make sure your BGFAX.CNF file is configured to use the proper fax class
  17.    that your modem supports (you may need to comment and uncomment some
  18.    lines in the BGFAX.CNF file).
  19. 4. There is a specific line in BGFAX.CNF that must be uncommented for
  20.    TAG compatibility mode (ec=MNP).
  21.  
  22. You need to make a file called EXEBBS.BAT in the BGFAX directory.
  23.  
  24. EXEBBS.BAT
  25. ~~~~~~~~~~
  26. @echo off
  27. cd\bbs
  28. if %1==LOCAL goto local
  29. if %1==MNP goto mnp
  30. tag connectrate=%1 com=%2 afterusererrlvl=255
  31. goto end
  32. :mnp
  33. tag connectrate=%1 com=%2 errorcorrecting afterusererrlvl=255
  34. goto end
  35. :local
  36. tag local logon afterusererrlvl=255
  37. goto end
  38. :end
  39. %bgfax%\fbbs
  40.  
  41. The most frequent problem people have with this setup... Once people get
  42. every thing configured, a data call comes into BGFAX, it transfers control
  43. to TAG, but the user that called in sees only garbage characters on
  44. their screen.  The problem is that you have BGFAX's DTE speed set to a
  45. speed different than that of what TAG is using.  The port speeds in
  46. BGFAX and TAG **MUST BE LOCKED AT THE SAME SPEED**  (BGFAX.CNF defaults
  47. to sp=57600, while TAG may default to a locked speed of 38400.  You
  48. must change the speed in either BGFAX or TAG so that they are the same!)
  49.  
  50. Regards,
  51. bgfax author
  52.  
  53.