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

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: zyxel-1496e-2.0,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-1496E or 2864 w/ Class 2.0 firmware.
  27. # Firmware revisions from 6.12 on should work for the 1496E; for
  28. # the 2864 you must have firmware rev 0.07 or later.
  29. #
  30. # This configuration file sets up the ZyXEL to run at 38.4 for
  31. # both sending and receiving.  RTS/CTS flow control is used on
  32. # the tty port--you probably shouldn't use XON/XOFF.  Note that
  33. # on an SGI system the getty speed is the following non-standard
  34. # gettydefs entry:
  35. #
  36. # dx_38400# B38400 # B38400 SANE TAB3 HUPCL #rnn$HOSTNAME login: #dx_38400
  37. #
  38. # CONFIG: CLASS2.0: ZyXEL*1496*-*
  39. #
  40. # BEGIN-SERVER
  41. # END-SERVER
  42. #
  43. # Modem-related stuff: should reflect modem command interface
  44. # and hardware connection/cabling (e.g. flow control).
  45. #
  46. ModemType: Class2.0 # use class 2.0 interface
  47. ModemRate: 19200
  48. ModemFlowControl: rtscts # default
  49. #
  50. ModemNoFlowCmd: AT&H0 # disable flow control
  51. ModemHardFlowCmd: AT&H3 # hardware flow control
  52. ModemSoftFlowCmd: AT&H4 # software flow control
  53. ModemSetupDTRCmd: AT&D2 # DTR off causes modem to hang up
  54. ModemSetupDCDCmd: AT&C1 # DCD tracks carrier
  55. #
  56. ModemSetupAACmd: AT+FAA=1 # enable in current class
  57. #
  58. # Additional reset commands:
  59. #
  60. # &B1   DTE-DCE rate is fixed at DTE setting
  61. # &N0   Auto-negotiate highest possible DCE-DCE link rate
  62. # &S0   DSR always on
  63. # *F0   Deny remote configuration
  64. # S18=2   Receive at 38400 (removed from default)
  65. # S38.3=1 DCD on/off sequence follows UNIX standard; also
  66. #   fix receiving baud rate at S18 value
  67. # S39=0   (avoid Class 2 compatibility hacks)
  68. ModemResetCmds: AT&B1&N0&S0*F0S38.3=1S39=0
  69. #
  70. ModemDialCmd: ATDT%s # no '@' 'cuz then busy not recognized
  71. NoCarrierRetrys: 3 # retry 3 times on no carrier
  72. #
  73. ModemSetVolumeCmd: "ATM0 ATM1L1 ATM1L3 ATM1L5 ATM1L7"
  74. #
  75. # Caller ID configuration setup.
  76. #
  77. #CallIDPattern: "CALLER NUMBER: " # pattern string for phone number info
  78. #CallIDPattern: "CALLER NAME: " # pattern string for identity info
  79. #
  80. PagerSetupCmds: AT&K0&N15 # use V.22 at 1200 bps (PageNet)
  81. #
  82. # Rev 6.1x firmware have a bug in the ECM support so
  83. # explicitly disable it's use.  To re-enable its use just
  84. # comment out the following line.
  85. #
  86. Class2DCCQueryCmd: "!(0,1),(0-5),(0-4),(0-2),(0,1),(0),(0),(0-7)"