|
|
|
@ -12,6 +12,72 @@
|
|
|
|
|
===
|
|
|
|
|
==============================================================================
|
|
|
|
|
|
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
|
--- Functionality changes from Asterisk 20.1.0 to Asterisk 20.2.0 ------------
|
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
app_broadcast
|
|
|
|
|
------------------
|
|
|
|
|
* A Broadcast application is now available which allows
|
|
|
|
|
for asynchronous one-to-many and many-to-one channel audio.
|
|
|
|
|
|
|
|
|
|
app_directory
|
|
|
|
|
------------------
|
|
|
|
|
* A new option 's' has been added to the Directory() application that
|
|
|
|
|
will skip calling the extension and instead set the extension as
|
|
|
|
|
DIRECTORY_EXTEN channel variable.
|
|
|
|
|
|
|
|
|
|
app_read
|
|
|
|
|
------------------
|
|
|
|
|
* A new option 'e' has been added to allow Read() to return the
|
|
|
|
|
terminator as the dialed digits in the case where only the terminator
|
|
|
|
|
is entered.
|
|
|
|
|
|
|
|
|
|
app_senddtmf
|
|
|
|
|
------------------
|
|
|
|
|
* A new option has been added to SendDTMF() which will answer the
|
|
|
|
|
specified channel if it is not already up. If no channel is specified,
|
|
|
|
|
the current channel will be answered instead.
|
|
|
|
|
|
|
|
|
|
app_signal
|
|
|
|
|
------------------
|
|
|
|
|
* Adds Signal and WaitForSignal applications
|
|
|
|
|
which can be used for signaling or as a
|
|
|
|
|
simple message queue in the dialplan.
|
|
|
|
|
|
|
|
|
|
func_json
|
|
|
|
|
------------------
|
|
|
|
|
* Additional parsing capabilities have been added to the
|
|
|
|
|
JSON_DECODE function, including support for arrays
|
|
|
|
|
and recursive indexing.
|
|
|
|
|
|
|
|
|
|
res_phoneprov
|
|
|
|
|
------------------
|
|
|
|
|
* On multihomed Asterisk servers with dynamic SERVER template variables,
|
|
|
|
|
reloading this module is no longer required when re-provisioning your
|
|
|
|
|
phone to another interface address (e.g. when moving between VLANs.)
|
|
|
|
|
|
|
|
|
|
res_pjsip_rfc3326
|
|
|
|
|
------------------
|
|
|
|
|
* Add ability to set HANGUPCAUSE when SIP causecode received in BYE Reason header (in
|
|
|
|
|
addition to currently supported Q.850). The first header found will be used to set
|
|
|
|
|
the HANGUPCAUSE variable.
|
|
|
|
|
|
|
|
|
|
res_pjsip_session
|
|
|
|
|
------------------
|
|
|
|
|
* The overlap_context option now allows explicitly
|
|
|
|
|
specifying a context to use for overlap dialing matches.
|
|
|
|
|
|
|
|
|
|
res_rtp_asterisk
|
|
|
|
|
------------------
|
|
|
|
|
* This module has been updated to provide additional
|
|
|
|
|
quality statistics in the form of an Asterisk
|
|
|
|
|
Media Experience Score. The score is available using
|
|
|
|
|
the same mechanisms you'd use to retrieve jitter, loss,
|
|
|
|
|
and rtt statistics. For more information about the
|
|
|
|
|
score and how to retrieve it, see
|
|
|
|
|
https://wiki.asterisk.org/wiki/display/AST/Media+Experience+Score
|
|
|
|
|
|
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
|
--- Functionality changes from Asterisk 20.0.0 to Asterisk 20.1.0 ------------
|
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
|