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

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: zyxel-1496e,v 1.1.1.1 2005/11/11 21:32:01 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 a ZyXEL U1496.  Firmware revisions from
  27. # 5.02 on should work, though rev 6.01 works much better. 
  28. # Actually, the preferred use is to get firwmare rev 6.13 or
  29. # 6.14 and configure the modem to use Class 2.0; this file
  30. # is kept around for folks with old firmware.
  31. #
  32. # This configuration file sets up the ZyXEL to run at 38.4 for
  33. # both sending and receiving.  RTS/CTS flow control is used on
  34. # the tty port--you probably shouldn't use XON/XOFF.  Note that
  35. # on an SGI system the getty speed is the following non-standard
  36. # gettydefs entry:
  37. #
  38. # dx_38400# B38400 # B38400 SANE TAB3 HUPCL #rnn$HOSTNAME login: #dx_38400
  39. #
  40. # CONFIG: CLASS2: ZyXEL*1496*-*
  41. # CONFIG: CLASS2: ZyXEL*U90E*-*
  42. #
  43. # BEGIN-SERVER
  44. # END-SERVER
  45. #
  46. # Modem-related stuff: should reflect modem command interface
  47. # and hardware connection/cabling (e.g. flow control).
  48. #
  49. ModemType: Class2 # use class 2 interface
  50. ModemRate: 19200
  51. ModemFlowControl: rtscts # default
  52. #
  53. ModemNoFlowCmd: AT&H0 # disable flow control
  54. ModemHardFlowCmd: AT&H3 # hardware flow control
  55. ModemSoftFlowCmd: AT&H4 # software flow control
  56. ModemSetupDTRCmd: AT&D2 # DTR off causes modem to hang up
  57. ModemSetupDCDCmd: AT&C1 # DCD tracks carrier
  58. ModemSetupAACmd: AT+FAA=1 # enable in current class
  59. #
  60. ModemSendFillOrder: LSB2MSB # as expected
  61. ModemRecvFillOrder: MSB2LSB # opposite of what makes sense
  62. Class2RecvDataTrigger: "22" # a la 2388-B
  63. #
  64. # Additional reset commands:
  65. #
  66. # &B1   DTE-DCE rate is fixed at DTE setting
  67. # &N0   Auto-negotiate highest possible DCE-DCE link rate
  68. # &S0   DSR always on
  69. # *F0   Deny remote configuration
  70. # S18=2   Receive at 38400 (removed from default)
  71. # S38.3=1 DCD on/off sequence follows UNIX standard; also
  72. #   fix receiving baud rate at S18 value
  73. # S39=0   (avoid Class 2 compatibility hacks)
  74. ModemResetCmds: AT&B1&N0&S0*F0S38.3=1S39=0
  75. #
  76. # We normally append the "@" symbol to the dial string so that
  77. # the modem will wait 5 seconds before attempting to connect
  78. # and return result codes that distinguish between no carrier
  79. # and no answer.  This makes it possible to avoid problems with
  80. # repeatedly dialing a number that doesn't have a fax machine
  81. # (kudos to Stuart Lynne for this trick.)
  82. #
  83. # Unfortunately, ZyXEL's don't seem to detect a busy signal when
  84. # the @ symbol is used to terminate the dialing string.  Instead
  85. # calls to a busy line come back with a NO CARRIER status which
  86. # causes us to toss the job.  Consequently we fall back to the
  87. # normal method and raise the number of retries on a no carrier
  88. # status.  ZyXEL claims that this behaviour is not a bug, but 
  89. # rather that we are requesting ``an enhancement'' (never mind
  90. # that their manual says that it should work).
  91. #
  92. ModemDialCmd: ATDT%s # no '@' 'cuz then busy not recognized
  93. NoCarrierRetrys: 3 # retry 3 times on no carrier
  94. #
  95. ModemSetVolumeCmd: "ATM0 ATM1L1 ATM1L3 ATM1L5 ATM1L7"
  96. #
  97. # Caller ID configuration setup.
  98. #
  99. #CallIDPattern: "CALLER NUMBER: " # pattern string for phone number info
  100. #CallIDPattern: "CALLER NAME: " # pattern string for identity info
  101. #
  102. PagerSetupCmds: AT&K0&N15 # use V.22 at 1200 bps (PageNet)
  103. #
  104. # Rev 6.1x firmware have a bug in the ECM support so
  105. # explicitly disable it's use.  To re-enable its use just
  106. # comment out the following line.
  107. #
  108. Class2DCCQueryCmd: "!(0,1),(0-5),(0-4),(0-2),(0,1),(0),(0),(0-7)"