CHANGES 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. Changes since Asterisk 1.2.0-beta2:
  2. * Cygwin build system portability
  3. * Optional generation of outbound silence during channel recording
  4. Changes since Asterisk 1.2.0-beta1:
  5. * Many, many bug fixes
  6. * Documentation and sample configuration updates
  7. * Vastly improved presence/subscription support in the SIP channel driver
  8. * A new (experimental) mISDN channel driver
  9. * A new monitoring application (MixMonitor)
  10. * More portability fixes for non-Linux platforms
  11. * New dialplan functions replacing old applications
  12. * Significant deadlock and performance upgrades for the Manager interface
  13. * An upgrade to the 'new' dialplan expression parser for all users
  14. * New Zaptel echo cancellers with improved performance
  15. * Support for the latest OSP toolkit from TransNexus
  16. * Support user-controlled volume adjustment in MeetMe application
  17. * More dialplan applications now return status variables instead of priority jumping
  18. * Much more powerful ENUM support in the dialplan
  19. * SIP domain support for authentication and virtual hosting
  20. * Many PRI protocol updates and fixes, including more complete Q.SIG support
  21. * New applications: Pickup() and Page()
  22. Changes since Asterisk 1.0:
  23. This list currently only containts changes made from the end of November until
  24. March 26, 2005.
  25. * Add new applications:
  26. -- AgentMonitorOutgoing
  27. -- Curl
  28. -- ExecIf
  29. -- ExecIfTime
  30. -- IAX2Provision
  31. -- MacroExit
  32. -- MacroIf
  33. -- PauseQueueMember
  34. -- ReadFile
  35. -- SetRDNIS
  36. -- SIPAddHeader
  37. -- SIPGetHeader
  38. -- StartMusicOnHold
  39. -- StopMusicOnHold
  40. -- UnpauseQueueMember
  41. -- WaitForSilence
  42. -- While / EndWhile
  43. * app Answer
  44. -- added delay option
  45. * app ChanIsAvail
  46. -- added 's' option
  47. * app Dial
  48. -- add option to specify the class for musiconhold with m option
  49. * app EnumLookup
  50. -- added "reload enum" for configuration
  51. * app Goto
  52. -- added relative priorities
  53. * app GotoIf
  54. -- added relative priorities
  55. * app MeetMe
  56. -- added 'i' option
  57. -- added 'r' option
  58. -- added 'T' option
  59. -- added 'P' option
  60. -- added 'c' option
  61. -- added adminpin to meetme.conf
  62. -- added reload command
  63. * app PrivacyManager
  64. -- add config file privacy.conf
  65. * app queue
  66. -- queues.conf
  67. -- added persistentmembers option to queues.conf
  68. -- changed music option to musiconhold
  69. -- added weight option
  70. -- added note about why agent groups probably shouldn't be used
  71. -- added timeoutrestart option
  72. * app Read
  73. -- added attempts parameter
  74. -- added timeout parameter
  75. * app Record
  76. -- added 'q' option
  77. * app SendDTMF
  78. -- add timeout option
  79. * app SMS
  80. -- document alternative syntax for queueing messages
  81. * app Voicemail
  82. -- add info about VM_CATEGORY
  83. -- voicemail.conf
  84. -- added usedirectory option
  85. -- added VM_CIDNUM and VM_CIDNAME in message config
  86. * chan IAX2
  87. -- new jitterbuffer
  88. -- added setvar option
  89. -- added regex to iax2 show peers/users
  90. -- allow multiple bindaddr lines in iax.conf
  91. -- added reload command
  92. -- added forcejitterbuffer option
  93. -- added note about specifying bindport before bindaddr
  94. -- added trunktimestamps option
  95. * chan Agent
  96. -- added agent logoff CLI command
  97. * chan OSS
  98. -- added Flash CLI command
  99. * chan SIP
  100. -- added setvar option
  101. -- added compactheaders option
  102. -- added usereqphone option
  103. -- added registertimeout option
  104. -- added externhost option
  105. -- added sip notify CLI command
  106. -- added sip_notify.conf
  107. -- added allowguest option
  108. * chan Zap
  109. -- added hanguponplarityswitch option
  110. -- added sendcalleridafter option
  111. -- added priresetinterval option
  112. -- added TON/NPI config options (the ones right above the resetinterval option)
  113. -- added answeronpolarityswitch option
  114. -- added "never" for resetinterval
  115. * extensions
  116. -- allow '*' when including files (#include "sip-*.conf")
  117. -- added eswitch
  118. * General
  119. -- added #exec syntax for including output from a command
  120. -- added show features CLI command
  121. -- added configuration templates for category inheritance