config.FS0 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. CountryCode: 1
  2. AreaCode: 800
  3. FAXNumber: +1.800.555.1212
  4. LongDistancePrefix: 1
  5. InternationalPrefix: 011
  6. DialStringRules: etc/dialrules
  7. ServerTracing: 0xFFF
  8. SessionTracing: 0xFFF
  9. RecvFileMode: 0600
  10. LogFileMode: 0600
  11. DeviceMode: 0600
  12. RingsBeforeAnswer: 1
  13. SpeakerVolume: off
  14. GettyArgs: "-h %l dx_%s"
  15. LocalIdentifier: "FS"
  16. TagLineFont: etc/lutRS18.pcf
  17. TagLineFormat: "From %%l|%c|Page %%P of %%T"
  18. MaxRecvPages: 200
  19. #
  20. #
  21. # Modem-related stuff: should reflect modem command interface
  22. # and hardware connection/cabling (e.g. flow control).
  23. #
  24. ModemType: Class1 # use this to supply a hint
  25. #
  26. # Enabling this will use the hfaxd-protocol to set Caller*ID
  27. #
  28. #ModemSetOriginCmd: AT+VSID="%s","%d"
  29. #
  30. # If "glare" during initialization becomes a problem then take
  31. # the modem off-hook during initialization, and then place it
  32. # back on-hook when done.
  33. #
  34. #ModemResetCmds: "ATH1\nAT+VCID=1" # enables CallID display
  35. #ModemReadyCmds: ATH0
  36. Class1AdaptRecvCmd: AT+FAR=1
  37. Class1TMConnectDelay: 400 # counteract quick CONNECT response
  38. #
  39. # If you have trouble with V.17 receiving or sending,
  40. # you may want to enable one of these, respectively.
  41. #
  42. #Class1RMQueryCmd: "!24,48,72,96" # enable this to disable V.17 receiving
  43. #Class1TMQueryCmd: "!24,48,72,96" # enable this to disable V.17 sending
  44. #
  45. # You'll likely want Caller*ID display (also displays DID) enabled.
  46. #
  47. ModemResetCmds: AT+VCID=1 # enables CallID display
  48. #
  49. # The pty does not support changing parity.
  50. #
  51. PagerTTYParity: none
  52. #
  53. # If you are "missing" Caller*ID data on some calls (but not all)
  54. # and if you do not have adequate glare protection you may want to
  55. # not answer based on RINGs, but rather enable the CallIDAnswerLength
  56. # for NDID, disable AT+VCID=1 and do this:
  57. #
  58. #RingsBeforeAnswer: 0
  59. #ModemRingResponse: AT+VRID=1
  60. # Uncomment DATE and TIME if you really want them, but you probably don't.
  61. #CallIDPattern: "DATE="
  62. #CallIDPattern: "TIME="
  63. CallIDPattern: "NMBR="
  64. CallIDPattern: "NAME="
  65. CallIDPattern: "ANID="
  66. #CallIDPattern: "USER=" # username provided by call
  67. #CallIDPattern: "PASS=" # password provided by call
  68. #CallIDPattern: "CDID=" # DID context in call
  69. CallIDPattern: "NDID="
  70. #CallIDAnswerLength: 4