class2.1
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:6k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: class2.1,v 1.3 2008/02/03 06:12:57 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. # Generic Class 2.1 modem configuration.
  27. #
  28. # EDIT THIS CONFIGURATION TO REFLECT YOUR SETUP
  29. #
  30. # BEGIN-SERVER
  31. #CountryCode: 1 # USA
  32. #LongDistancePrefix: 1
  33. #InternationalPrefix: 011
  34. #AreaCode: 415
  35. #DialStringRules: etc/dialrules
  36. #FAXNumber: +1.999.555.1212
  37. #LocalIdentifier: "NothingSetup" # default is canonical FAXNumber
  38. #ServerTracing: 1 # log server-related operations
  39. #SessionTracing: 0xFFF # log session-related operations
  40. #RecvFileMode: 0600 # recvd facsimile are not public
  41. #LogFileMode: 0600 # private log files
  42. #DeviceMode: 0600 # device is accessible only to uucp/fax
  43. #GettyArgs: "-h %l dx_%s" # requires modem to auto-detect fax/data
  44. #QualifyTSI: etc/tsi # accept facsimile from anyone
  45. #SpeakerVolume: off # machine's are already too loud
  46. #RingsBeforeAnswer: 1 # answer on first ring
  47. #TagLineFont: etc/lutRS18.pcf # tag line font
  48. #TagLineFormat: "From %%l|%c|Page %%P of %%T"
  49. #MaxBadCalls: 5 # max 5 consecutive bad calls
  50. #PostScriptTimeout: 300 # 5 minute timeout on PostScript jobs
  51. #MaxSendPages: 25 # max pages in an outbound job
  52. #MaxRecvPages: 25 # max pages in an inbound job
  53. #ContCoverPage: etc/cover.templ # enable continuation cover pages
  54. #MaxConcurrentCalls: 1 # serialize jobs to the same dest
  55. #TimeOfDay: "Any" # outbound jobs any day, any time
  56. # END-SERVER
  57. #
  58. # Modem-related stuff: should reflect modem command interface
  59. # and hardware connection/cabling (e.g. flow control).
  60. #
  61. ModemType: Class2.1 # use this to supply a hint
  62. #ModemRate: 38400 # max rate for DCE-DTE communication
  63. #ModemFlowControl: xonxoff # XON/XOFF flow control assumed
  64. #ModemSetupDTRCmd: AT&D2 # setup so DTR drop resets modem
  65. #ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not)
  66. #
  67. # We normally append the "@" symbol to the dial string so that
  68. # the modem will wait 5 seconds before attempting to connect
  69. # and return result codes that distinguish between no carrier
  70. # and no answer.  This makes it possible to avoid problems with
  71. # repeatedly dialing a number that doesn't have a fax machine
  72. # (kudos to Stuart Lynne for this trick.)
  73. #
  74. # NB: If you need to prefix phone numbers to get through a PBX,
  75. #     put it in the ModemDialCmd; e.g. "DT9%s@".
  76. #
  77. #ModemDialCmd: ATDT%s@ # T for tone dialing, @ for silence
  78. #
  79. # Other possible configuration stuff.  The default strings are
  80. # shown below.  Only those that are different from the defaults
  81. # need to be included in the configuration file.
  82. #
  83. #ModemResetCmds: "" # stuff to do when modem is reset
  84. #ModemAnswerCmd: ATA # use this to answer phone
  85. #ModemNoFlowCmd: AT&K # disable flow control cmd
  86. #ModemHardFlowCmd: AT&K3 # hardware flow control cmd
  87. #ModemSoftFlowCmd: AT&K4 # software flow control cmd
  88. #ModemNoAutoAnswerCmd: ATS0=0 # disable auto-answer
  89. #
  90. # Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH.
  91. # Note that we both turn the speaker on/off and set volume.
  92. #
  93. #ModemSetVolumeCmd: "ATM0 ATL0M1 ATL1M1 ATL2M1 ATL3M1"
  94. #ModemEchoOffCmd: ATE0 # disable command echo
  95. #ModemVerboseResultsCmd: ATV1 # enable verbose command results
  96. #ModemResultCodesCmd: ATQ0 # enable result codes
  97. #ModemOnHookCmd: ATH0 # place phone on hook (hangup)
  98. #ModemSoftResetCmd: ATZ # do soft reset of modem
  99. #ModemSoftResetCmdDelay: 3000 # pause after soft reset
  100. #ModemWaitTimeCmd: ATS7=60 # wait 60 seconds for carrier
  101. #ModemCommaPauseTimeCmd: ATS8=2 # comma pause time is 2 seconds
  102. #ModemRecvFillOrder: LSB2MSB # bit order of received facsimile
  103. #ModemSendFillOrder: LSB2MSB # bit order modem expects for transmit
  104. #
  105. # Configuration parameters for Class 2.1 modems.
  106. #
  107. Class2Cmd: AT+FCLASS=2.1 # command to enter class 2.1
  108. Class2BORCmd: AT+FBO=0 # bit order for phase B/C/D (direct)
  109. Class2CQCmd: "" # commands to enable copy quality proc.
  110. Class2AbortCmd: AT+FKS # abort session command
  111. Class2CQQueryCmd: AT+FCQ=? # query for copy quality capabilities
  112. Class2DCCQueryCmd: AT+FCC=? # query for modem capabilities
  113. Class2TBCCmd: AT+FPP=0 # setup stream mode
  114. Class2CRCmd: AT+FCR=1 # enable capability to receive
  115. Class2PHCTOCmd: AT+FCT=30 # set phase C timeout parameter
  116. Class2BUGCmd: AT+FBU=1 # enable HDLC frame tracing
  117. Class2LIDCmd: AT+FLI # set local identifier command
  118. Class2DCCCmd: AT+FCC # set modem capabilities command
  119. Class2DISCmd: AT+FIS # set session parameters command
  120. Class2DDISCmd: "" # disable pre-dial DIS command hack
  121. Class2CIGCmd: AT+FPI # set polling identifier command
  122. Class2NRCmd: AT+FNR=1,1,1,1 # setup status reporting command
  123. Class2PIECmd: AT+FIE=0 # disable interrupt-enable command
  124. Class2PTSCmd: AT+FPS # set post-page status command
  125. Class2SPLCmd: AT+FSP # set polling indicator command
  126. Class2NFLOCmd: AT+FLO=0 # set no flow control command
  127. Class2SFLOCmd: AT+FLO=1 # set software flow control command
  128. Class2HFLOCmd: AT+FLO=2 # set hardware flow control command