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

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: iaxmodem,v 1.7 2007/11/06 18:44:20 faxguy Exp $
  2. #
  3. # prototype config for the IAXmodem softmodem which uses
  4. # the spandsp soft-DSP library
  5. #
  6. # CONFIG:CLASS1:spandsp:.*:.*: Manufacturer=spandsp Model=IAXmodem
  7. # CONFIG:CLASS1.0:spandsp:.*:.*: Manufacturer=spandsp Model=IAXmodem
  8. #
  9. # BEGIN-SERVER
  10. # END-SERVER
  11. #
  12. #
  13. # Modem-related stuff: should reflect modem command interface
  14. # and hardware connection/cabling (e.g. flow control).
  15. #
  16. ModemType: Class1 # use this to supply a hint
  17. #
  18. #             *** Caller-ID settings ***
  19. #
  20. # Enabling this will use the hfaxd-protocol to set Caller*ID
  21. #
  22. #ModemSetOriginCmd: "AT+VSID="%s","%d""
  23. #
  24. # If "glare" during initialization becomes a problem then take
  25. # the modem off-hook during initialization, and then place it
  26. # back on-hook when done.
  27. #
  28. #ModemResetCmds: "ATH1nAT+VCID=1" # enables CallID display
  29. #ModemReadyCmds: ATH0
  30. #
  31. # You'll likely want Caller*ID display (also displays DID) enabled.
  32. #
  33. ModemResetCmds: AT+VCID=1 # enables CallID display
  34. #
  35. # If you are "missing" Caller*ID data on some calls (but not all)
  36. # and if you do not have adequate glare protection you may want to
  37. # not answer based on RINGs, but rather enable the CallIDAnswerLength
  38. # for NDID, disable AT+VCID=1 and do this:
  39. #
  40. #RingsBeforeAnswer: 0
  41. #ModemRingResponse: AT+VRID=1
  42. # The pty apparently does not support changing parity.
  43. PagerTTYParity: none
  44. Class1AdaptRecvCmd: AT+FAR=1
  45. Class1TMConnectDelay: 400 # counteract quick CONNECT response
  46. #
  47. # Older iaxmodem versions didn't support V.17 very well.  It can be
  48. # disabled in this fashion:
  49. #
  50. #Class1RMQueryCmd: "!24,48,72,96" # V.17 fast-train recv doesn't work well
  51. #Class1TMQueryCmd: "!24,48,72,96" # V.17 fast-train recv doesn't work well
  52. CallIDPattern:          "NMBR="
  53. CallIDPattern:          "NAME="
  54. CallIDPattern: "ANID="
  55. CallIDPattern:          "NDID="
  56. #CallIDAnswerLength: 4
  57. # Uncomment these if you really want them, but you probably don't.
  58. #CallIDPattern:          "DATE="
  59. #CallIDPattern:          "TIME="