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

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: class1.0,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.0 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. # We use "ModemType: Class1" with "Class1Cmd: AT+FCLASS=1.0" for now
  61. #
  62. ModemType: Class1 # use this to supply a hint
  63. #ModemRate: 19200 # rate for DCE-DTE communication
  64. #ModemFlowControl: xonxoff # XON/XOFF flow control assumed
  65. #
  66. #ModemSetupDTRCmd: AT&D2 # setup so DTR drop resets modem
  67. #ModemSetupDCDCmd: AT&C1 # setup so DCD follows carrier
  68. #GettyArgs: "-h %l dx_%s" # modem must auto-detect fax/data
  69. #
  70. # We can append the "@" symbol to the dial string so that
  71. # the modem will wait 5 seconds before attempting to connect
  72. # and return result codes that distinguish between no carrier
  73. # and no answer.  This makes it possible to avoid problems with
  74. # repeatedly dialing a number that doesn't have a fax machine
  75. # (kudos to Stuart Lynne for this trick.)
  76. #
  77. # NB: If you need to prefix phone numbers to get through a PBX,
  78. #     put it in the ModemDialCmd; e.g. "DT9%s@".
  79. #
  80. #ModemDialCmd: ATDT%s # T for tone dialing
  81. #
  82. # Other possible configuration stuff.  The default strings are
  83. # shown below.  Only those that are different from the defaults
  84. # need to be included in the configuration file.
  85. #
  86. #ModemResetCmds: "" # stuff to do when modem is reset
  87. #ModemAnswerCmd: ATA # use this to answer phone
  88. #ModemNoFlowCmd: AT&K # disable flow control cmd
  89. #ModemHardFlowCmd: AT&K3 # hardware flow control cmd
  90. #ModemSoftFlowCmd: AT&K4 # software flow control cmd
  91. #ModemNoAutoAnswerCmd: ATS0=0 # disable auto-answer
  92. #
  93. # Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH.
  94. # Note that we both turn the speaker on/off and set volume.
  95. #
  96. #ModemSetVolumeCmd: "ATM0 ATL0M1 ATL1M1 ATL2M1 ATL3M1"
  97. #ModemEchoOffCmd: ATE0 # disable command echo
  98. #ModemVerboseResultsCmd: ATV1 # enable verbose command results
  99. #ModemResultCodesCmd: ATQ0 # enable result codes
  100. #ModemOnHookCmd: ATH0 # place phone on hook (hangup)
  101. #ModemSoftResetCmd: ATZ # do soft reset of modem
  102. #ModemSoftResetCmdDelay: 3000 # pause after soft reset
  103. #ModemWaitTimeCmd: ATS7=60 # wait 60 seconds for carrier
  104. #ModemCommaPauseTimeCmd: ATS8=2 # comma pause time is 2 seconds
  105. #ModemRecvFillOrder: LSB2MSB # bit order of received facsimile
  106. #ModemSendFillOrder: LSB2MSB # bit order modem expects for transmit
  107. #
  108. Class1Cmd: AT+FCLASS=1.0 # command to enter class 1.0
  109. Class1PPMWaitCmd: AT+FTS=7 # command to stop and wait before PPM
  110. Class1TCFWaitCmd: AT+FTS=7 # command to stop and wait before TCF
  111. Class1EOPWaitCmd: AT+FTS=9 # command to stop and wait before EOP
  112. Class1SwitchingCmd: AT+FRS=7 # command to stop and listen for silence
  113. Class1RecvAbortOK: 200 # wait 200ms for abort response
  114. Class1FrameOverhead: 4 # 4 byte overhead in recvd HDLC frames
  115. Class1RecvIdentTimer: 40000 # 35+5secs waiting for ident frames
  116. Class1TCFMaxNonZero: 10 # max 10% of data may be non-zero
  117. Class1TCFMinRun: 1000 # min run is 2/3rds of TCF duration