intel-400e
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:4k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: intel-400e,v 1.2 2007/10/02 16:52:13 faxguy Exp $
  2. #
  3. # HylaFAX Facsimile Software
  4. #
  5. # Copyright (c) 1990-1996 Sam Leffler
  6. # Copyright (c) 1991-1996 Silicon Graphics, Inc.
  7. # HylaFAX is a trademark of Silicon Graphics, Inc.
  8. # Permission to use, copy, modify, distribute, and sell this software and 
  9. # its documentation for any purpose is hereby granted without fee, provided
  10. # that (i) the above copyright notices and this permission notice appear in
  11. # all copies of the software and related documentation, and (ii) the names of
  12. # Sam Leffler and Silicon Graphics may not be used in any advertising or
  13. # publicity relating to the software without the specific, prior written
  14. # permission of Sam Leffler and Silicon Graphics.
  15. # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  16. # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  17. # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  18. # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  19. # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  20. # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  21. # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  22. # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  23. # OF THIS SOFTWARE.
  24. #
  25. #
  26. # Configuration for using the Class 1 command interface with an
  27. # Intel SatisFAXtion 400e modem.  Modems with firmware revision
  28. # U10,U20-28F001BX-5.00 are known to work.
  29. #
  30. # RTS/CTS flow control is used.  The following profile was used:
  31. #
  32. # ACTIVE PROFILE:
  33. # B0 E1 L2 M0 T Q0 V1 X4 Y0 &C1 &D3 &G0 &L0 &P0 &Q0 &R0 &S0 &X0 &Y0
  34. # A3 %A013 C0 %C1 %E1 G0 J0 K5 N3 Q3 T00 V2 X0 -J1 "H3 "S0 "O250
  35. # S00:000 S01:000 S02:043 S03:013 S04:010 S05:008 S06:002 S07:030
  36. # S08:002 S09:006 S10:014 S11:070 S12:050 S18:000 S25:005 S26:001 S31:000
  37. #
  38. # CONFIG:CLASS1:149:.*:RTSCTS: Manufacturer=Intel Model=400e
  39. # CONFIG:CLASS1:149:.*:DEFAULT: Manufacturer=Intel Model=400e
  40. #
  41. # BEGIN-SERVER
  42. # END-SERVER
  43. #
  44. # Modem-related stuff: should reflect modem command interface
  45. # and hardware connection/cabling (e.g. flow control).
  46. #
  47. ModemType: Class1 # use this to supply a hint
  48. ModemRate: 19200 # rate for DCE-DTE communication
  49. ModemFlowControl: rtscts # default
  50. #
  51. ModemHardFlowCmd: ATQ3 # set desired flow control method
  52. ModemSetupDTRCmd: AT&D2 # setup so DTR drop resets modem
  53. ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not)
  54. ModemSetupAACmd: AT+FCLASS=0 # leave modem idling in Class 0
  55. #
  56. ModemMfrQueryCmd: !Intel
  57. ModemModelQueryCmd: !SatisFAXtion 400e
  58. ModemRevQueryCmd: ATI3
  59. #
  60. # A shorter than normal timer is required for incoming calls to
  61. # avoid timing out most data callers when using adaptive answer.
  62. #
  63. Class1RecvIdentTimer: 15000 # shorter timer for incoming ID
  64. AdaptiveAnswer: yes # alternate fax/data answer on error
  65. AnswerRotary: "fax data" # try fax first, then data
  66. ModemAnswerCmd: AT+FCLASS=1A # "generic" answer (counter 0 idle)
  67. #
  68. # HACK:  Make sure the phone is on on-hook before answering in data mode.
  69. # This allows a crude adaptive answer capability by taking advantage of
  70. # the fact that, in the US at least, the phone company won't drop the
  71. # caller for ten seconds.
  72. #
  73. ModemAnswerDataCmd: ATH+FCLASS=0A # data answer
  74. ModemAnswerFaxCmd: AT+FCLASS=1A # fax answer
  75. #
  76. #GettyArgs: "-h %l dx_%s" # NB: enable this for dialins (SGI)
  77. #GettyArgs: "std.%s -" # NB: enable this for dialins (SunOS)
  78. #GettyArgs: "-g -h -t 60 -l ff_%s" # NB: enable this for dialins (SVR4.2)
  79. Class1PPMWaitCmd:       "<delay727>"  # 72 == :  to avoid awk problem
  80. Class1TCFWaitCmd:       "<delay727>"
  81. Class1EOPWaitCmd:       "<delay729>"
  82. Class1SwitchingCmd:     "<delay727>"