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

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: skel,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. # EDIT THIS CONFIGURATION TO REFLECT YOUR SETUP
  27. #
  28. # BEGIN-SERVER
  29. CountryCode: 1 # USA
  30. LongDistancePrefix: 1
  31. InternationalPrefix: 011
  32. AreaCode: 415
  33. DialStringRules: etc/dialrules
  34. FAXNumber: +1.999.555.1212
  35. LocalIdentifier: "NothingSetup" # default is canonical FAXNumber
  36. ServerTracing: 1 # log server-related operations
  37. SessionTracing: 0xFFF # log session-related operations
  38. RecvFileMode: 0600 # recvd facsimile are not public
  39. LogFileMode: 0600 # private log files
  40. DeviceMode: 0600 # device is accessible only to uucp/fax
  41. GettyArgs: "-h %l dx_%s" # requires modem to auto-detect fax/data
  42. QualifyTSI: "" # do not restrict inbound facsimile
  43. SpeakerVolume: off # machine's are already too loud
  44. RingsBeforeAnswer: 1 # answer on first ring
  45. TagLineFont: etc/lutRS18.pcf # tag line font
  46. TagLineFormat: "From %%l|%c|Page %%P of %%T"
  47. MaxBadCalls: 5 # max 5 consecutive bad calls
  48. PostScriptTimeout: 300 # 5 minute timeout on PostScript jobs
  49. MaxSendPages: 25 # max pages in an outbound job
  50. MaxRecvPages: 25 # max pages in an inbound job
  51. ContCoverPage: etc/cover.templ # enable continuation cover pages
  52. MaxConcurrentCalls: 1 # serialize jobs to the same dest
  53. TimeOfDay: "Any" # outbound jobs any day, any time
  54. # END-SERVER
  55. #
  56. # Modem-related stuff: should reflect modem command interface
  57. # and hardware connection/cabling (e.g. flow control).
  58. #
  59. #ModemType: Class1 # use this to supply a hint
  60. ModemRate: 19200 # rate for DCE-DTE communication
  61. ModemFlowControl: rtscts # RTS/CTS flow control assumed
  62. ModemSetupDTRCmd: AT&D2 # setup so DTR drop resets modem
  63. ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not)
  64. #
  65. # We can append the "@" symbol to the dial string so that
  66. # the modem will wait 5 seconds before attempting to connect
  67. # and return result codes that distinguish between no carrier
  68. # and no answer.  This makes it possible to avoid problems with
  69. # repeatedly dialing a number that doesn't have a fax machine
  70. # (kudos to Stuart Lynne for this trick.)
  71. #
  72. # NB: If you need to prefix phone numbers to get through a PBX,
  73. #     put it in the ModemDialCmd; e.g. "DT9%s@".
  74. #
  75. ModemDialCmd: ATDT%s # T for tone dialing
  76. #
  77. # Other possible configuration stuff.  The default strings are
  78. # shown below.  Only those that are different from the defaults
  79. # need to be included in the configuration file.
  80. #
  81. ModemResetCmds: "" # stuff to do when modem is reset
  82. ModemAnswerCmd: ATA # use this to answer phone
  83. ModemNoFlowCmd: AT&K # disable flow control cmd
  84. ModemHardFlowCmd: AT&K3 # hardware flow control cmd
  85. ModemSoftFlowCmd: AT&K4 # software flow control cmd
  86. ModemNoAutoAnswerCmd: ATS0=0 # disable auto-answer
  87. #
  88. # Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH.
  89. # Note that we both turn the speaker on/off and set volume.
  90. #
  91. ModemSetVolumeCmd: "ATM0 ATL0M1 ATL1M1 ATL2M1 ATL3M1"
  92. ModemEchoOffCmd: ATE0 # disable command echo
  93. ModemVerboseResultsCmd: ATV1 # enable verbose command results
  94. ModemResultCodesCmd: ATQ0 # enable result codes
  95. ModemOnHookCmd: ATH0 # place phone on hook (hangup)
  96. ModemSoftResetCmd: ATZ # do soft reset of modem
  97. ModemWaitTimeCmd: ATS7=60 # wait 60 seconds for carrier
  98. ModemCommaPauseTimeCmd: ATS8=2 # comma pause time is 2 seconds
  99. ModemRecvFillOrder: LSB2MSB # bit order of received facsimile
  100. ModemSendFillOrder: LSB2MSB # bit order modem expects for transmit