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

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: class1,v 1.5 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 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. #QualifyTSI: etc/tsi # accept facsimile from anyone
  44. #SpeakerVolume: off # machine's are already too loud
  45. #RingsBeforeAnswer: 1 # answer on first ring
  46. #TagLineFont: etc/lutRS18.pcf # tag line font
  47. #TagLineFormat: "From %%l|%c|Page %%P of %%T"
  48. #MaxBadCalls: 5 # max 5 consecutive bad calls
  49. #PostScriptTimeout: 300 # 5 minute timeout on PostScript jobs
  50. #MaxSendPages: 25 # max pages in an outbound job
  51. #MaxRecvPages: 25 # max pages in an inbound job
  52. #ContCoverPage: etc/cover.templ # enable continuation cover pages
  53. #MaxConcurrentCalls: 1 # serialize jobs to the same dest
  54. #TimeOfDay: "Any" # outbound jobs any day, any time
  55. # END-SERVER
  56. #
  57. # Modem-related stuff: should reflect modem command interface
  58. # and hardware connection/cabling (e.g. flow control).
  59. #
  60. ModemType: Class1 # use this to supply a hint
  61. #ModemRate: 19200 # rate for DCE-DTE communication
  62. #ModemFlowControl: xonxoff # XON/XOFF flow control assumed
  63. #
  64. #ModemSetupDTRCmd: AT&D2 # setup so DTR drop resets modem
  65. #ModemSetupDCDCmd: AT&C1 # setup so DCD follows carrier
  66. #GettyArgs: "-h %l dx_%s" # modem must auto-detect fax/data
  67. #
  68. # We can append the "@" symbol to the dial string so that
  69. # the modem will wait 5 seconds before attempting to connect
  70. # and return result codes that distinguish between no carrier
  71. # and no answer.  This makes it possible to avoid problems with
  72. # repeatedly dialing a number that doesn't have a fax machine
  73. # (kudos to Stuart Lynne for this trick.)
  74. #
  75. # NB: If you need to prefix phone numbers to get through a PBX,
  76. #     put it in the ModemDialCmd; e.g. "DT9%s@".
  77. #
  78. #ModemDialCmd: ATDT%s # T for tone dialing
  79. #
  80. # Other possible configuration stuff.  The default strings are
  81. # shown below.  Only those that are different from the defaults
  82. # need to be included in the configuration file.
  83. #
  84. #ModemResetCmds: "" # stuff to do when modem is reset
  85. #ModemAnswerCmd: ATA # use this to answer phone
  86. #ModemNoFlowCmd: AT&K # disable flow control cmd
  87. #ModemHardFlowCmd: AT&K3 # hardware flow control cmd
  88. #ModemSoftFlowCmd: AT&K4 # software flow control cmd
  89. #ModemNoAutoAnswerCmd: ATS0=0 # disable auto-answer
  90. #
  91. # Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH.
  92. # Note that we both turn the speaker on/off and set volume.
  93. #
  94. #ModemSetVolumeCmd: "ATM0 ATL0M1 ATL1M1 ATL2M1 ATL3M1"
  95. #ModemEchoOffCmd: ATE0 # disable command echo
  96. #ModemVerboseResultsCmd: ATV1 # enable verbose command results
  97. #ModemResultCodesCmd: ATQ0 # enable result codes
  98. #ModemOnHookCmd: ATH0 # place phone on hook (hangup)
  99. #ModemSoftResetCmd: ATZ # do soft reset of modem
  100. #ModemSoftResetCmdDelay: 3000 # pause after soft reset
  101. #ModemWaitTimeCmd: ATS7=60 # wait 60 seconds for carrier
  102. #ModemCommaPauseTimeCmd: ATS8=2 # comma pause time is 2 seconds
  103. #ModemRecvFillOrder: LSB2MSB # bit order of received facsimile
  104. #ModemSendFillOrder: LSB2MSB # bit order modem expects for transmit
  105. #
  106. Class1Cmd: AT+FCLASS=1 # command to enter class 1
  107. Class1PPMWaitCmd: AT+FTS=7 # command to stop and wait before PPM
  108. Class1TCFWaitCmd: AT+FTS=7 # command to stop and wait before TCF
  109. Class1EOPWaitCmd: AT+FTS=9 # command to stop and wait before EOP
  110. Class1SwitchingCmd: AT+FRS=7 # silence between HDLC recv and trans
  111. Class1RecvAbortOK: 200 # wait 200ms for abort response
  112. Class1FrameOverhead: 4 # 4 byte overhead in recvd HDLC frames
  113. Class1RecvIdentTimer: 40000 # 35+5secs waiting for ident frames
  114. Class1TCFMaxNonZero: 10 # max 10% of data may be non-zero
  115. Class1TCFMinRun: 1000 # min run is 2/3rds of TCF duration