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

传真(Fax)编程

开发平台:

C/C++

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