
Note by BGFAX author...

   BinkleyTerm does not work like one might think it does with FD.  Binkley
   must not answer the phone itself because it only understands the
   "CONNECT FAX" result code the ZyXEL modem returns with.

   **** NOTE: Binkley 2.58 has a bug that prevents it from working with
              BGFAX.  Binkley 2.59 should be available shortly.  These
              instructions are for Binkley 2.56 ...

   I also changed the following line in the original text from
        in=AT+FAA=1;+FCR=1;+FLID="UNIWARE"
   to
        in=AT+FCR=1;+FLID="713 893 9124";+FDCC=1,5,0,2,0,0,0

   Thee latter line is more up to date.  See BGFAX.CNF as included in
   the main ARJ file.  Of course, you need to change the fax ID.

   Also, note that some modems do not offer 14400 fax.  For them, you need
   to say:

        in=AT+FCR=1;+FLID="713 893 9124";+FDCC=1,3,0,2,0,0,0

Original text by Art Geary follows:

-----------------------------------------------------------------------------

                             BinkleyTerm and PPI 14400FXSA Fax

   I have run Binkley for a number of years, and act as the mail hub for my
   Net. I did not want to change to some other mailer. I also bought a
   Practical Peripherals 14400FXSA modem, and wanted to be able to continue to
   do my mail and recieve fax's on the same line.

   There seemed to be no way to do it. Then along came BGFax. This program can
   either Front-end or Rear-end a BBS. Thank you B.J. Guillot.

   Here is my cludge....

           1.      Set up BGFax to Front end. See BGFAX.CNF.
                   Event times are set 1 minute before my Binkley.evt file
                   times.
           2.      Add 'Server' verb to Binkley.cfg.
           3.      Tweak Binkley batch file. See BINK.BAT.

   Works fine here on 16MHz 386SX.

   Only bad thing is that the %'s on transfer rate will be wrong if BGFAX
   answers phone.

   BGFAX.CNF

   po=1
   ft=q
   sp=19200
   in=ATZ
   in=AT+FCR=1;+FLID="713 893 9124";+FDCC=1,5,0,2,0,0,0
   in=ATM0
   ri=1
   an=AT+FAA=1;A
   do=<load>
   lo=
   ec=/ARQ
   sl=300
   ts=Calls are not accepted below 1200 bps.  Sorry.
   cm=CQ,104
   ev=23:59,124
   ev=00:29,123
   ev=01:59,122
   ev=03:59,121
   ev=04:59,120
   ev=05:49,119
   ev=06:29,118
   ev=06:59,117
   ev=21:58,115
   ev=22:58,116

   BINK.BAT

   c:
   cd \max
   cls
   vfos_ibm
   echo off
   :start
   :chkcra
   REM IF CRASH MAIL WAITING TO GO OUT, BYPASS BGFax
   if exist \max\outbound\*.cl* goto loop
   :bfax
   bgfax
   if errorlevel 124 goto loop
   if errorlevel 123 goto loop
   if errorlevel 122 goto loop
   if errorlevel 121 goto loop
   if errorlevel 120 goto loop
   if errorlevel 119 goto loop
   if errorlevel 118 goto loop
   if errorlevel 117 goto loop
   if errorlevel 116 goto loop
   if errorlevel 115 goto loop
   if errorlevel 4 goto start
   if errorlevel 3 goto loop
   if errorlevel 2 goto loop
   if errorlevel 1 goto start
   if errorlevel 0 goto end
   goto chkcra
   :loop
   erase lastuse1.bbs
   btbig unattended share
   if errorlevel 192 goto max192
   ETC...

   All routines in the batch file end with goto start.
   Errorlevels 124 - 115 corespond the errorlevels set in BGFAX.CNF.
   I also made my F1 key in Binkley (errorlevel 10) goto bfax to enable a fax
   recieve manually.

   Any questions or suggestions to...

   Art Geary
   1:393/101@fidonet
   (817) 321-3213  Fax 07:00 - 22:00 CDT  Data 24 hrs.
   (817) 321-3903  Voice

