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