1 -- Add 'C' flag to dial command to reset call detail record (handy for calling cards)
2 -- Add NAT and dynamic support to MGCP
3 -- Allow selection of in-band, out-of-band, or INFO based DTMF
4 -- Add contributed "*80" support to blacklist numbers (Thanks James!)
5 -- Add "NAT" option to sip user, peer, friend
6 -- Add experimental "IAX2" protocol
7 -- Add "Enhanced" AGI with audio pass-through (voice recognition anyone?)
8 -- Choose best priority from codec from allow/disallow
9 -- Reject SIP calls to self
10 -- Allow SIP registration to provide an alternative contact
11 -- Make HOLD on SIP make use of asterisk MOH
12 -- Add supervised transfer (tested with Pingtel only)
13 -- Allow maxexpirey and defaultexpirey to be runtime configurable for SIP
14 -- Preliminary codec 13 support (RFC3389)
15 -- Add app_authenticate for general purpose authentication
16 -- Optimize RTP and smoother
17 -- Create special variable "EXTEN-n" where it is extension stripped by n MSD
18 -- Fix uninitialized frame pointer in channel.c
19 -- Add global variables support under [globals] of extensions.conf
20 -- Add macro support (show application Macro)
21 -- Allow [123-5] etc in extensions
22 -- Allow format of App(arg1,arg2,...) instead of just App,arg1|arg2 in dialplan
23 -- Add message waiting indicator to SIP
24 -- Fix double free bug in channel.c
26 -- Add fastfoward, rewind, seek, and truncate functions to streams
27 -- Support registration
29 -- Permit applications to return a digit indicating new extension
30 -- Change "SHUTDOWN" to "STOP" in commands
31 -- SIP "Hold" fixes and VXML URI support
32 -- New chan_zap with 160 sample chunk size
33 -- Add DTMF, MF, and Fax tone detector to dsp routines
34 -- Allow overlap dialing (inbound) on PRI
35 -- Enable tone detection with PRI
36 -- Add special information tone detection
37 -- Add Asterisk DB support
39 -- Re-record all system prompts
40 -- Change "timelen" to samples for better accuracy
41 -- Move to editline, eliminating readline dependency
42 -- Add peer "poke" support to SIP and IAX
43 -- Add experimental call progress detection
44 -- Add SIP authentication (digest)
46 -- Reroute faxes to "fax" extension
47 -- Create ISDN/modem group concept
48 -- Centralize indication
49 -- Add initial MGCP support
50 -- SIP debugging cleanup
52 -- SIP commands (show channels, etc)
53 -- Add optional busy detection
54 -- Add Visual Message Waiting Indicator (MDMF and SDMF)
55 -- Add ambiguous extension matching
57 -- Major SIP enhancements from SIPit
58 -- Rewrite of ZAP CLASS features using subchannels
59 -- Enhanced call parking
60 -- Add extended outgoing spool support (pbx_spool)
62 -- Outbound origination API
63 -- Call management improvements
64 -- Add Do Not Disturb (*78, *79)
67 -- Add transfer capability on the console
68 -- Add SpeeX codec translator
70 -- Add setcallerid functionality (AGI, application)
71 -- Add special variables ${CALLERID}, ${EXTEN}, ${CONTEXT}, ${PRIORITY}
72 -- Don't echo cancel on pure TDM connections by default
73 -- Implement Async GOTO
74 -- Differentiate softhangups
77 -- Fix for Big Endian machines
79 -- Various SIP fixes and enhancements
80 -- Add "zapateller application and arbitrary tone pairs
81 -- Don't always start at "s"
82 -- Separate linear mode for pseudo and real
83 -- Add initial RTP and SIP support (no jitter buffer yet, unknown stability)
84 -- Add 'h' extension, executed on hangup
85 -- Add duration timer to message info
86 -- Add web based voicemail checking ("make webvmail")
87 -- Add ast_queue_frame function and eliminate frame pipes in most drivers
88 -- Centralize host access (and possibly future ACL's)
89 -- Add Caller*ID on PhoneJack (Thanks Nathan)
90 -- Add "safe_asterisk" wrapper script to auto-restart Asterisk
91 -- Indicate ringback on chan_phone
92 -- Add answer confirmation (press '#' to confirm answer)
93 -- Add distinctive ring support (e.g. Dial,Zap/4r2)
94 -- Add ANSI/vt100 color support
95 -- Make parking configurable through parking.conf
96 -- Fix the empty voicemail problem
98 -- Add ADSI Compiler (app_adsiprog)
99 -- Extensive DISA re-work to improve tone generation
100 -- Reset all idle channels every 10 minutes on a PRI
101 -- Reset channels which are hungup with "channel in use"
102 -- Implement VNAK support in chan_iax
103 -- Fix chan_oss to support proper hangups and autoanswer
104 -- Make shutdown properly hangup channels
105 -- Add idling capability to chan_zap for idle-net
106 -- Add "MeetMe" conferencing app (app_meetme)
107 -- Add timing information to include
109 -- Add ISDN RAS capability
110 -- Add stutter dialtone to Chan Zap
111 -- Add "#include" capability to config files.
112 -- Add call-forward variable to Chan Zap (*72, *73)
113 -- Optimize IAX flow when transfer isn't possible
114 -- Allow transmission of ANI over IAX
116 -- Make ast_readstring parameter be the max # of digits, not the max size with \0
117 -- Make up any missing messages on the fly
118 -- Add support for specific DTMF interruption to saying numbers
119 -- Add new "u" and "b" options to condense busy/unavail handling
120 -- Add support for RSA authentication on IAX calls
121 -- Add support for ADSI compatible CPE
122 -- Outgoing call queue
123 -- Remote dialplan fixes for Quicknet
124 -- Added AGI commands supporting TDD functions (RECEIVE CHAR & TDD MODE)
125 -- Added TDD support (send/receive text in chan_zap)
126 -- Fix all strncpy references
127 -- Implement CSV CDR backend
128 -- Implement Call Detail Records
130 -- Implement IAX quelching
131 -- Allow Caller*ID to be overridden and suggested
132 -- Configure defaults to use IAXTEL
133 -- Allow remote dialplan polling via IAX
134 -- Eliminate ast_longest_extension
135 -- Implement dialplan request/reply
136 -- Let peers have allow/disallow for codecs
137 -- Change allow/deny to permit/deny in IAX
138 -- Allow dialplan entries to match Caller*ID as well
139 -- Added AGI (Asterisk Gateway Interface) scripting interface (app_agi)
140 -- Added chan_zap for zapata telephony kernel interface, removed chan_tor
141 -- Add convenience functions
142 -- Fix race condition in channel hangup
143 -- Fix memory leaks in both asterisk and iax frame allocations
144 -- Add "iax show stats" command and -DTRACE_FRAMES (for frame tracing)
145 -- Add DISA application (Thanks to Jim Dixon)
146 -- Add IAX transfer support
147 -- Add URL and HTML transmission
148 -- Add application for sending images
149 -- Add RedHat RPM spec file and build capability
150 -- Fix GSM WAV file format bug
151 -- Move ignorepat to main dialplan
152 -- Add ability to specificy TOS bits in IAX
153 -- Allow username:password in IAX strings
154 -- Updates to PhoneJack interface
155 -- Allow "servermail" in voicemail.conf to override e-mail in "from" line
156 -- Add 'skip' option to app_playback
157 -- Reject IAX calls on unknown extensions
160 -- Keep track of version information
161 -- Add -f to cause Asterisk not to fork
162 -- Keep important information in voicemail .txt file
163 -- Adtran Voice over Frame Relay updates
164 -- Implement option setting/querying of channel drivers
165 -- IAX performance improvements and protocol fixes
166 -- Substantial enhancement of console channel driver
167 -- Add IAX registration. Now IAX can dynamically register
168 -- Add flash-hook transfer on tormenta channels
169 -- Added Three Way Calling on tormenta channels
170 -- Start on concept of zombie channel
171 -- Add Call Waiting CallerID
172 -- Keep track of who registeres contexts, includes, and extensions
173 -- Added Call Waiting(tm), *67, *70, and *82 codes
174 -- Move parked calls into "parkedcalls" context by default
175 -- Allow dialplan to be displayed
176 -- Allow "=>" instead of just "=" to make instantiation clearer
177 -- Asterisk forks if called with no arguments
178 -- Add remote control by running asterisk -vvvc
179 -- Adjust verboseness with "set verbose" now
180 -- No longer requires libaudiofile
182 -- Make PBX Config module reload extensions on SIGHUP
183 -- Allow modules to be reloaded when SIGHUP is received
184 -- Variables now contain line numbers
185 -- Make dialer send in band signalling
186 -- Add record application
187 -- Added PRI signalling to Tormenta driver
188 -- Allow use of BYEXTENSION in "Goto"
189 -- Allow adjustment of gains on tormenta channels
190 -- Added raw PCM file format support
191 -- Add U-law translator
192 -- Fix DTMF handling in bridge code
193 -- Fix access control with IAX
195 -- Update configuration files and add some missing sounds
196 -- Added ability to include one context in another
197 -- Rewrite of PBX switching
198 -- Major mods to dialler application
199 -- Added Caller*ID spill reception
200 -- Added Dialogic VOX file format support
202 -- Add Tormenta driver (RBS signalling)
203 -- Add Caller*ID spill creation
204 -- Rewrite of translation layer entirely
205 -- Add ability to run PBX without additional thread
207 -- Make app_dial handle a lack of translators smoothly
208 -- Add ISDN4Linux support -- dtmf is weird...
211 -- Fix a small mistake in IAX
212 -- Fix the QuickNet driver to work with newer cards
214 -- Update VoFR some more
215 -- Fix the QuickNet driver to work with LineJack
216 -- Add ability to pass images for IAX.
218 -- Update VoFR for latest sangoma code
219 -- Update QuickNet Driver
220 -- Add text message handling
221 -- Fix transfers to use "default" if not in current context
223 -- Improve format/content negotiation
224 -- Added support for multiple languages
225 -- Bug fixes, as always...
227 -- Updated README file with a "Getting Started" section
228 -- Added sample sounds and configuration files.
229 -- Added LPC10 very low bandwidth (low quality) compression
230 -- Enhanced translation selection mechanism.
231 -- Enhanced IAX jitter buffer, improved reliability
232 -- Support echo cancelation on PhoneJack
233 -- Updated PhoneJack driver to std. Telephony interface
234 -- Added app_echo for evaluating VoIP latency
235 -- Added app_system to execute arbitrary programs
236 -- Updated sample configuration files
237 -- Added OSS channel driver (full duplex only)
238 -- Added IAX implementation
239 -- Fixed some deadlocks.
240 -- A whole bunch of bug fixes
242 -- Revised translator, fixed some general race conditions throughout *
243 -- Made dialer somewhat more aware of incompatible voice channels
244 -- Added Voice Modem driver and A/Open Modem Driver stub
245 -- Added MP3 decoder channel
246 -- Added Microsoft WAV49 support
247 -- Revised License -- Pure GPL, nothing else
248 -- Modified Copyright statement since code is still currently owned by author
249 -- Added RAW GSM headerless data format
250 -- Innumerable bug fixes