1 -------------------------------------------------------------------------------
2 --- Functionality changes since Asterisk 1.4-beta was branched ----------------
3 -------------------------------------------------------------------------------
5 AMI - The manager (TCP/TLS/HTTP)
6 --------------------------------
7 * Added TLS support for the manager interface and HTTP server
8 * Added the URI redirect option for the built-in HTTP server
9 * The output of CallerID in Manager events is now more consistent.
10 CallerIDNum is used for number and CallerIDName for name.
11 * enable https support for builtin web server.
12 See configs/http.conf.sample for details.
13 * Added a new action, GetConfigJSON, which can return the contents of an
14 Asterisk configuration file in JSON format. This is intended to help
15 improve the performance of AJAX applications using the manager interface
17 * SIP and IAX manager events now use "ChannelType" in all cases where we
18 indicate channel driver. Previously, we used a mixture of "Channel"
19 and "ChannelDriver" headers.
20 * Added a "Bridge" action which allows you to bridge any two channels that
21 are currently active on the system.
22 * Added a "ListAllVoicemailUsers" action that allows you to get a list of all
23 the voicemail users setup.
27 * Added the DEVSTATE() dialplan function which allows retrieving any device
28 state in the dialplan, as well as creating custom device states that are
29 controllable from the dialplan.
30 * Extend CALLERID() function with "pres" and "ton" parameters to
31 fetch string representation of calling number presentation indicator
32 and numeric representation of type of calling number value.
33 * MailboxExists converted to dialplan function
34 * A new option to Dial() for telling IP phones not to count the call
35 as "missed" when dial times out and cancels.
36 * Added LOCK(), TRYLOCK(), and UNLOCK(), which provide a single level dialplan
37 mutex. No deadlocks are possible, as LOCK() only allows a single lock to be
38 held for any given channel. Also, locks are automatically freed when a
43 * New CLI command "core show settings"
44 * Added 'core show channels count' CLI command.
45 * Added the ability to set the core debug and verbose values on a per-file basis.
49 * Improved NAT and STUN support.
50 chan_sip now can use port numbers in bindaddr, externip and externhost
51 options, as well as contact a STUN server to detect its external address
52 for the SIP socket. See sip.conf.sample, 'NAT' section.
53 * The default SIP useragent= identifier now includes the Asterisk version
54 * A new option, match_auth_username in sip.conf changes the matching of incoming requests.
55 If set, and the incoming request carries authentication info,
56 the username to match in the users list is taken from the Digest header
57 rather than from the From: field. This feature is considered experimental.
58 * The "musiconhold" and "musicclass" settings in sip.conf are now removed,
59 since they where replaced by "mohsuggest" and "mohinterpret" in version 1.4
60 * The "localmask" setting was removed in version 1.2 and the reminder about it
61 being removed is now also removed.
62 * A new option "busy-level" for setting a level of calls where asterisk reports
63 a device as busy, to separate it from call-limit
64 * A new realtime family called "sipregs" is now supported to store SIP registration
65 data. If this family is defined, "sippeers" will be used for configuration and
66 "sipregs" for registrations. If it's not defined, "sippeers" will be used for
67 registration data, as before.
68 * The SIPPEER function have new options for port address, call and pickup groups
69 * Added support for T.140 realtime text in SIP/RTP
70 * The "checkmwi" option has been removed from sip.conf, as it is no longer
71 required due to the restructuring of how MWI is handled. See the descriptions
72 in this file of the "pollmailboxes" and "pollfreq" options to voicemail.conf
74 * Added rtpdest option to CHANNEL() dialplan function.
75 * Added SIPREFERRINGCONTEXT and SIPREFERREDBYHDR variables which are set when a transfer takes place.
76 * SIP now adds a header to the CANCEL if the call was answered by another phone
77 in the same dial command, or if the new c option in dial() is used.
81 * Added the trunkmaxsize configuration option to chan_iax2.
82 * Added the srvlookup option to iax.conf
83 * Added support for OSP. The token is set and retrieved through the CHANNEL()
88 * Added the ability to specify arguments to the Dial application when using
89 the DUNDi switch in the dialplan.
90 * Added the ability to set weights for responses dynamically. This can be
91 done using a global variable or a dialplan function. Using the SHELL()
92 function would allow you to have an external script set the weight for
94 * Added two new dialplan functions, DUNDIQUERY and DUNDIRESULT. These
95 functions will allow you to initiate a DUNDi query from the dialplan,
96 find out how many results there are, and access each one.
100 * Added two new dialplan functions, ENUMQUERY and ENUMRESULT. These
101 functions will allow you to initiate an ENUM lookup from the dialplan,
102 and Asterisk will cache the results. ENUMRESULT can be used to access
103 the results without doing multiple DNS queries.
107 * Added the ability to customize which sound files are used for some of the
108 prompts within the Voicemail application by changing them in voicemail.conf
109 * Added the ability for the "voicemail show users" CLI command to show users
110 configured by the dynamic realtime configuration method.
111 * MWI (Message Waiting Indication) handling has been significantly
112 restructured internally to Asterisk. It is now totally event based
113 instead of polling based. The voicemail application will notify other
114 modules that have subscribed to MWI events when something in the mailbox
116 This also means that if any other entity outside of Asterisk is changing
117 the contents of mailboxes, then the voicemail application still needs to
118 poll for changes. Examples of situations that would require this option
119 are web interfaces to voicemail or an email client in the case of using
120 IMAP storage. So, two new options have been added to voicemail.conf
121 to account for this: "pollmailboxes" and "pollfreq". See the sample
122 configuration file for details.
123 * Added "tw" language support
124 * Added support for storage of greetings using an IMAP server
125 * Added ability to customize forward, reverse, stop, and pause keys for message playback
126 * SMDI is now enabled in voicemail using the smdienable option.
130 * Added QUEUE_VARIABLES function to set queue variables added setqueuevar and
131 setqueueentryvar options for each queue, see queues.conf.sample for details.
132 * Added keepstats option to queues.conf which will keep queue
133 statistics during a reload.
134 * setinterfacevar option in queues.conf also now sets a variable
135 called MEMBERNAME which contains the member's name.
136 * Added 'Strategy' field to manager event QueueParams which represents
137 the queue strategy in use.
138 * Added option to run macro when a queue member is connected to a caller,
139 see queues.conf.sample for details.
140 * app_queue now has a 'loose' option which is almost exactly like 'strict' except it
141 does not count paused queue members as unavailable.
142 * Added min-announce-frequency option to queues.conf which allows you to control the
143 minimum amount of time between queue announcements for use when the caller's queue
144 position changes frequently.
145 * Added additional information to EXITWITHTIMEOUT and EXITWITHKEY events in the
147 * Added ability for non-realtime queues to have realtime members
151 * The 'o' option to provide an optimization has been removed and its functionality
152 has been enabled by default.
153 * When a conference is created, the UNIQUEID of the channel that caused it to be
154 created is stored. Then, every channel that joins the conference will have the
155 MEETMEUNIQUEID channel variable set with this ID. This can be used to relate
156 callers that come and go from long standing conferences.
157 * Added a new application, MeetMeChannelAdmin, which is similar to MeetMeAdmin,
158 except it does operations on a channel by name, instead of number in a conference.
159 This is a very useful feature in combination with the 'X' option to ChanSpy.
160 * Added 'C' option to Meetme which causes a caller to continue in the dialplan
163 Music On Hold Changes
164 ---------------------
165 * A new option, "digit", has been added for music on hold classes in
166 musiconhold.conf. If this is set for a music on hold class, a caller
167 listening to music on hold can press this digit to switch to listening
168 to this music on hold class.
172 * AEL upgraded to use the Gosub with Arguments instead
173 of Macro application, to hopefully reduce the problems
174 seen with the artificially low stack ceiling that
175 Macro bumps into. Macros can only call other Macros
176 to a depth of 7. Tests run using gosub, show depths
177 limited only by virtual memory. A small test demonstrated
178 recursive call depths of 100,000 without problems.
179 -- in addition to this, all apps that allowed a macro
180 to be called, as in Dial, queues, etc, are now allowing
181 a gosub call in similar fashion.
182 * AEL now generates LOCAL(argname) declarations when it
183 Set()'s the each arg name to the value of ${ARG1}, ${ARG2),
184 etc. That makes the arguments local in scope. The user
185 can define their own local variables in macros, now,
186 by saying "local myvar=someval;" or using Set() in this
187 fashion: Set(LOCAL(myvar)=someval); ("local" is now
190 Zaptel channel driver (chan_zap) Changes
191 ----------------------------------------
192 * SS7 support in chan_zap (via libss7 library)
193 * In India, some carriers transmit CID via dtmf. Some code has been added
194 that will handle some situations. The cidstart=polarity_IN choice has been added for
195 those carriers that transmit CID via dtmf after a polarity change.
196 * CID matching information is now shown when doing 'dialplan show'.
197 * Added zap show version CLI command to chan_zap.
201 * H323 remote hold notification support added (by NOTIFY message
202 and/or H.450 supplementary service)
204 Call Features (res_features) Changes
205 ------------------------------------
206 * Added the parkedcalltransfers option to features.conf
207 * The built-in method for doing attended transfers has been updated to
208 include some new options that allow you to have the transferee sent
209 back to the person that did the transfer if the transfer is not successful.
210 See the options "atxferdropcall", "atxferloopdelay", and "atxfercallbackretries"
211 in features.conf.sample.
212 * Added support for configuring named groups of custom call features in
213 features.conf. This means that features can be written a single time, and
214 then mapped into groups of features for different key mappings or easier
217 Language Support Changes
218 ------------------------
219 * Brazilian Portuguese (pt-BR) in VM, and say.c was added
220 * Added support for the Hungarian language for saying numbers, dates, and times.
224 * Added the bindaddr option to gtalk.conf.
225 * Argument support for Gosub application
226 * Ability to set process limits without restarting Asterisk
227 * Proper codec support in chan_skinny.
228 * Ability to use libcap to set high ToS bits when non-root
229 on Linux. If configure is unable to find libcap then you
230 can use --with-cap to specify the path.
231 * Added rotatetimestamp option to logger.conf which will use
232 the time to name the logger files instead of sequence number.
233 * Added Masquerade manager event for when a masquerade happens between
235 * From the to-do lists: straighten out the app timeout args:
236 Wait() app now really does 0.3 seconds- was truncating arg to an int.
237 WaitExten() same as Wait().
238 Congestion() - Now takes floating pt. argument.
239 Busy() - now takes floating pt. argument.
240 Read() - timeout now can be floating pt.
241 WaitForRing() now takes floating pt timeout arg.
242 SpeechBackground() -- clarified in the docstrings that the timeout is an integer seconds.
243 * Added maxfiles option to options section of asterisk.conf which allows you to specify
244 what Asterisk should set as the maximum number of open files when it loads.
245 * Added the jittertargetextra configuration option.
246 * Added G729 passthrough support to chan_phone for Sigma Designs boards.
247 * Added 's' option to Page application.
248 * Added 'E' and 'V' commands to ExternalIVR.
249 * Added 'DBDel' and 'DBDelTree' manager commands.
250 * Added 'o' and 'X' options to Chanspy.
251 * Added a new CDR module, cdr_sqlite3_custom.
252 * The cdr_manager module has a [mappings] feature, like cdr_custom,
253 to add fields to the manager event from the CDR variables.
254 * Added a new realtime configuration module, res_config_sqlite
255 * Added a new dialplan application, Bridge, which allows you to bridge the
256 calling channel to any other active channel on the system.
257 * Added support for setting the CoS for VLAN traffic (802.1p). See the sample
258 configuration files for the IP channel drivers. The new option is "cos".
259 This information is also documented in doc/qos.tex, or the IP Quality of Service
260 section of asterisk.pdf.
261 * The device state functionality in the Local channel driver has been updated
262 to indicate INUSE or NOT_INUSE when a Local channel is being used as opposed
263 to just UNKNOWN if the extension exists.