home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FDTN_003.ZIP / FAX.002 < prev    next >
Encoding:
Text File  |  1995-02-12  |  6.8 KB  |  165 lines

  1. -------------------------------------------------------------------------
  2.  
  3. Filename....: FDTN-003; FrontDoor Technical Note #003
  4. Rev.........: 002
  5. Dated.......: 08-Jan-1995
  6.  
  7. Subject.....: Use of FrontDoor 2.12, FrontDoor 2.20c.mL and above
  8.               with USRobotics Courier and Sportster modems
  9.  
  10. Author......: Edward Hobson
  11.               2:443/59.24@fidonet
  12.  
  13. -------------------------------------------------------------------------
  14.  
  15. Class 2.0 Fax capable Courier and Sportsters feature Call Selection,
  16. allowing them to distinguish between Modem and Fax calls on-the-fly and
  17. switch to data or Fax mode as appropriate. If a call comes in from a
  18. Fax, the modem will report '+FCO'. On receiving this string, FrontDoor
  19. can be configured to exit and call up an external fax receiver.
  20.  
  21. In order to allow your modem to receive fax calls in this manner, you
  22. must ammend several strings in your existing FrontDoor setup:
  23.  
  24. FDSETUP, Modem menu:
  25.  
  26.   +----------------------------------------- Command strings +
  27.   |                                                          |
  28.   | Dial           AT                                        |
  29.   | \-Prefix       M1+FCLASS=0DT                             | * Note!
  30.   | \-Suffix       |                                         |
  31.  
  32.   | Init-1         AT&F1&K2E0H0S15=8S19=4S28=20|             |
  33.   | Init-2         ATS34=8+FCLASS=2.0|                       |
  34.   | Init-3         AT+FLI="1234-567890"|                     | ** Note!
  35.   |                                                          |
  36.   +----------------------------------------------------------+
  37.  
  38.   * If your telephone exchange cannot support MFT tone dialling, change
  39.     the 'Prefix' string to read 'M1+FCLASS=0DP' (do not include
  40.     quotation marks).
  41.  
  42.     I find that with some ROM revisions, the Sportster 28800 will not
  43.     accept this command. If you find this to be the case, too, replace
  44.     it with the following: '+FCLASS=0|`ATDT'. Exclude the quotation
  45.     marks, but do not omit the backward-apostrophe in the middle,
  46.     signifying a half-second pause.
  47.  
  48.  ** Change '1234-56789' to the telephone number from which your fax is
  49.     making the call. This is your Fax ID.
  50.  
  51.   +----------------------------------------- Answer control +
  52.   |                                                         |
  53.   | Force answer  ATB0M1+FCLASS=2.0|~AT+FAA=1+FNR=1,1,1;A|  |
  54.   |                                                         |
  55.   +---------------------------------------------------------+
  56.  
  57.   +--------- Fax +
  58.   |              |
  59.   | Internal No  | (This is a commercial-only feature)
  60.   |              |
  61.   +--------------+
  62.  
  63. To ensure that the modem is placed back in data mode when you use the
  64. terminal part of FrontDoor, change your terminal initialisation string
  65. as follows:
  66.  
  67. FDSETUP, Terminal menu:
  68.  
  69.   +---------------------------------------------- Miscellaneous +
  70.   | Init            AT+FCLASS=0E1|                              |
  71.   | Download                                                    |
  72.   | Upload
  73.  
  74. If you use the commercial version of FrontDoor, received faxes may be
  75. viewed automatically when using FrontDoor's own editor. The VIEW utility
  76. supplied with BGFAX is useful for this. To allow this, configure the
  77. following:
  78.  
  79. FDSETUP, Editor menu:
  80.  
  81.   +------------------------------------------------------ Fax +
  82.   |                                                           |
  83.   | Viewer     K:\FD\FAX\BGFAX\VIEW =F                        | * Note!
  84.   | Automatic  Yes                                            |
  85.   | Remove     No                                             |
  86.   |                                                           |
  87.   +-----------------------------------------------------------+
  88.  
  89.   * Replace 'K:\FD\FAX\BGFAX\VIEW' with the correct path to and name of
  90.     your Fax file viewing software.
  91.  
  92. FDSETUP, Mailer menu:
  93.  
  94.   +--------- Errorlevels +
  95.   |                      |
  96.   | {Errorlevel ...      |
  97.   |  .. definitions etc} |
  98.   |                      |
  99.   | Fax             255  | * Note!
  100.   |                      |
  101.   | Create BAT.file Yes  |
  102.   +----------------------+
  103.  
  104.   * The errorlevel should be configured to as high a value as possible,
  105.     preferably 255, as above. This is to reduce the time between
  106.     FrontDoor exiting and the fax software being called up from the
  107.     batch file. This timing is critical.
  108.  
  109. A respective entry must be added to your batch file under the line which
  110. calls up FrontDoor. This must call up your fax receiver routine:
  111.  
  112.         IF ERRORLEVEL 255 GOTO FAX
  113.  
  114. The following batch file section could be used to call up BGFAX with
  115. sound effects disabled, to receive a fax on COM1 and store it in ZyXEL fax
  116. format in the directory 'K:\FD\FAX\FILES'.
  117.  
  118.         :FAX
  119.         BGFAX.EXE /FCO K:\FD\FAX\FILES 1 Z /NS
  120.  
  121. For information about your fax receiver's command-line parameters,
  122. consult the supplied documentation. If you find that the transition from
  123. FrontDoor to the fax software takes a longer period of time than
  124. expected, and that faxes cannot be received, try replacing the '/FCO'
  125. parameter with '/FCOS'.
  126.  
  127. To post fax-attach messages for use with FrontDoor Commercial
  128. =============================================================
  129.  
  130. BGFAX creates a file called DOPRINT.BAT, which contains an entry for
  131. each fax received. It is possible to use this file to automatically
  132. print received faxes, or (as is useful with the commercial version of
  133. FrontDoor) post fax-attach netmail messages which can be viewed from
  134. within FrontDoor's editor. If you wish to do this, you must use the
  135. XRobot utility (downloadable from FrontDoor support sites) and add the
  136. following to the above batch-file section (replacing K:\FD\FAX\FILES
  137. with the path in which BGFAX receives its faxes into):
  138.  
  139.         CALL K:\FD\FAX\FILES\DOPRINT.BAT
  140.         DEL K:\FD\FAX\FILES\DOPRINT.BAT
  141.  
  142. Create a file called EXEPRINT.BAT in the received fax directory:
  143.  
  144.         XR SEND /F%1 /R2:443/59.24 /N1 /MB+
  145.  
  146. Replace '2:443/59.24' with your node number, and the number 1 with the
  147. number of the user in FDSETUP (1 to 10) which the message should be
  148. originated 'By'. Your own name will be in position 1. XR is the name of
  149. the XRobot executable file.
  150.  
  151. Additional note for Courier V.32Terbo owners
  152. ============================================
  153.  
  154. The original V.32terbo units did experience difficulties resetting after
  155. a Fax connection, or failed Fax answer sequence. The result of this is
  156. that FrontDoor would continue to report 'Carrier Detected' and would not
  157. be able to reinitialise the modem. In order to rectify the problem,
  158. configure FrontDoor's "Lower DTR to terminate call" to 'No'. Change the
  159. "On-hook" initialisation string to 'ATZ|' (one of the fiew instances
  160. when an NV-RAM reset really is necessary) and add 'S13=1' to your
  161. initialisation string(s) so that the modem will reset on DTR toggle.
  162.  
  163. End of document
  164. ===============
  165.