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

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: eicon-2,v 1.6 2008/07/28 16:39:16 faxguy Exp $
  2. #
  3. # prototype config file for the Eicon Diva ISDN Modem
  4. #
  5. #
  6. # CONFIG: CLASS2:Eicon*-*-*
  7. #
  8. # BEGIN-SERVER
  9. # END-SERVER
  10. #
  11. ModemType: Class2
  12. ModemRate: 19200 # on boards supporting V.34-fax,
  13. # this may need to be 57600
  14. ModemFlowControl: rtscts
  15. ModemNoFlowCmd: AT&K0
  16. ModemSoftFlowCmd: AT&K4
  17. ModemHardFlowCmd: AT&K3
  18. #
  19. # Enable this to set Caller*ID Number
  20. #
  21. #ModemSetOriginCmd:     AT+iO%d
  22. #
  23. # Make sure the modem gives us Caller*ID in a legible way.
  24. #
  25. ModemResetCmds:         AT#CID=14
  26. #
  27. # Eicon recommends initializing with AT+iQ=a1 where "1" is
  28. # the controller number.  This command binds the tty to that
  29. # controller and bypasses the "channel pool" approach.
  30. #
  31. # There are 4 controllers on the 4BRI card.
  32. # For each controller You have to configure 2 ttyds<xx> devices.
  33. #
  34. # 1st controller - ttyds01 (AT#CID=14+iQ=a1), ttyds02 (AT#CID=14+iQ=a1)
  35. # 2nd controller - ttyds03 (AT#CID=14+iQ=a2), ttyds04 (AT#CID=14+iQ=a2)
  36. # 3rd controller - ttyds05 (AT#CID=14+iQ=a3), ttyds06 (AT#CID=14+iQ=a3)
  37. # 4th controller - ttyds07 (AT#CID=14+iQ=a4), ttyds08 (AT#CID=14+iQ=a4)
  38. #
  39. #ModemResetCmds:         AT#CID=14+iQ=a1
  40. #
  41. # These should match the modem responses for DID and Caller*ID.
  42. #
  43. CallIDPattern: "DAD: "
  44. CallIDPattern: "CID: "
  45. Class2APQueryCmd: none
  46. Class2SPLCmd: none
  47. Class2TBCCmd: none
  48. Class2PHCTOCmd:         none
  49. #
  50. # As Eicon's "Class 2" is a cross-breed and abomination between
  51. # Class 2.0, 2.1, and old-style 2 it may require some testing
  52. # to see if ECM type 2.0 or 2 is used and whether or not hexadecimal
  53. # is presented in the +FDCC response.
  54. #
  55. #Class2ECMType: 2.0 # follows Class 2.0 spec, not Class 2
  56. Class2ECMType:          2
  57. #
  58. Class2UseHex:           true
  59. #Class2UseHex:           false