|
|
|
@ -12,6 +12,70 @@
|
|
|
|
|
===
|
|
|
|
|
==============================================================================
|
|
|
|
|
|
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
|
--- Functionality changes from Asterisk 16.22.0 to Asterisk 16.23.0 ----------
|
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
ToneScan application
|
|
|
|
|
------------------
|
|
|
|
|
* A new application, ToneScan, allows for
|
|
|
|
|
synchronous detection of call progress
|
|
|
|
|
signals such as dial tone, busy tone,
|
|
|
|
|
Special Information Tones, and modems.
|
|
|
|
|
|
|
|
|
|
app_playback
|
|
|
|
|
------------------
|
|
|
|
|
* A new option 'mix' is added to the Playback application that
|
|
|
|
|
will play by filename and say.conf. It will look on the format of the
|
|
|
|
|
name, if it is like say format it will play with say.conf if not it
|
|
|
|
|
will play the file name.
|
|
|
|
|
|
|
|
|
|
app_queue
|
|
|
|
|
------------------
|
|
|
|
|
* Add field to save the time value when a member enter a queue.
|
|
|
|
|
Shows this time in seconds using 'queue show' command and the
|
|
|
|
|
field LoginTime for responses for AMI the events.
|
|
|
|
|
|
|
|
|
|
The output for the CLI command `queue show` is changed by added a
|
|
|
|
|
extra data field for the information of the time login time for each
|
|
|
|
|
member.
|
|
|
|
|
|
|
|
|
|
apps
|
|
|
|
|
------------------
|
|
|
|
|
* A new option 'mix' is added to the Playback application that
|
|
|
|
|
will play by filename and say.conf. It will look on the format of the
|
|
|
|
|
name, if it is like say format it will play with say.conf if not it
|
|
|
|
|
will play the file name.
|
|
|
|
|
|
|
|
|
|
ast_coredumper
|
|
|
|
|
------------------
|
|
|
|
|
* New options:
|
|
|
|
|
--pid=<asterisk_pid>
|
|
|
|
|
Allows specification of an Asterisk instance when trying to
|
|
|
|
|
and the script can't determine it itself.
|
|
|
|
|
--libdir=<system library directory>
|
|
|
|
|
Allows specification of a non-standard installation directory
|
|
|
|
|
containing the Asterisk modules.
|
|
|
|
|
--(no-)rename
|
|
|
|
|
Renames the coredump and the output files with readable
|
|
|
|
|
timestamps. This is the default.
|
|
|
|
|
Removed unneeded or confusing options:
|
|
|
|
|
--append-coredumps
|
|
|
|
|
--conffile
|
|
|
|
|
--no-default-search
|
|
|
|
|
--tarball-uniqueid
|
|
|
|
|
Changed Variables:
|
|
|
|
|
COREDUMPS is now just "/tmp/core!(*.txt)"
|
|
|
|
|
DATEFORMAT is renamed to DATEOPTS and defaults to '-u +%FT%H-%M-%SZ'
|
|
|
|
|
Changed behavior:
|
|
|
|
|
If you use 'running' or 'RUNNING' you no longer need to specify
|
|
|
|
|
'--no-default-search' to ignore existing coredumps.
|
|
|
|
|
|
|
|
|
|
chan_iax2
|
|
|
|
|
------------------
|
|
|
|
|
* Both a secret and an outkey may be specified at dial time,
|
|
|
|
|
since encryption is possible with RSA authentication.
|
|
|
|
|
|
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
|
--- Functionality changes from Asterisk 16.21.0 to Asterisk 16.22.0 ----------
|
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
|