From: Asterisk Development Team Date: Thu, 12 Sep 2019 21:04:11 +0000 (-0500) Subject: Update CHANGES and UPGRADE.txt for 16.6.0 X-Git-Tag: 16.6.0-rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=688908fe7a6d26cfd3ef3b7213986103b749dd4e;p=thirdparty%2Fasterisk.git Update CHANGES and UPGRADE.txt for 16.6.0 --- diff --git a/CHANGES b/CHANGES index 057136530c..0b65a5b92f 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,55 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 16.5.0 to Asterisk 16.6.0 ------------ +------------------------------------------------------------------------------ + +ARI Channels +------------------ + * The Channel resource has a new sub-resource "externalMedia". + This allows an application to create a channel for the sole purpose + of exchanging media with an external server. Once created, this + channel could be placed into a bridge with existing channels to + allow the external server to inject audio into the bridge or + receive audio from the bridge. + See https://wiki.asterisk.org/wiki/display/AST/External+Media+and+ARI + for more information. + +Build +------------------ + * Two new Makefile targets have been added... "install-headers" and + "uninstall-headers" to separately control header installation. + The existing behavior has not changed so "make install" and + "make uninstall" will continue to also install/uninstall the headers. + The new targets were added for forward compatibility with Asterisk 17 + in which the headers are no longer installed/uninstalled with the + "install" and "uninstall" targets. + +app_mixmonitor +------------------ + * An option 'S' has been added to MixMonitor. If used in combination with + the r() and/or t() options, if a frame is available to write to one of + those files but not the other, a frame of silence if written to the file + that does not have an audio frame. This should prevent the two files + from "drifting" when mixed after the fact. + +chan_rtp +------------------ + * The UnicastRTP channel driver provided by chan_rtp now accepts + ":" as an alternative to ":" in the destination. + The first AAAA (preferred) or A record resolved will be used as the destination. + The lookup is synchronous so beware of possible dialplan delays if you specify a + hostname. + +res_musiconhold +------------------ + * This fix allows a realtime moh class to be unregistered from the command + line. This is useful when the contents of a directory referenced by a + realtime moh class have changed. + The realtime moh class is then reloaded on the next request and uses the + new directory contents. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 16.4.0 to Asterisk 16.5.0 ------------ ------------------------------------------------------------------------------ diff --git a/UPGRADE.txt b/UPGRADE.txt index 98b3891f81..7160497840 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -18,6 +18,20 @@ === =========================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 16.5.0 to Asterisk 16.6.0 ------------ +------------------------------------------------------------------------------ + +Core +------------------ + * res_pjsip_pubsub is now required so call transfer progress can be monitored + and reported in the channel variable TRANSFERSTATUS. + +chan_pjsip +------------------ + * res_pjsip_pubsub is now required so call transfer progress can be monitored + and reported in the channel variable TRANSFERSTATUS. + From 16.0.0 to 16.1.0: Core: diff --git a/doc/CHANGES-staging/ARI.txt b/doc/CHANGES-staging/ARI.txt deleted file mode 100644 index 06ac4ab0fe..0000000000 --- a/doc/CHANGES-staging/ARI.txt +++ /dev/null @@ -1,10 +0,0 @@ -Subject: ARI Channels - -The Channel resource has a new sub-resource "externalMedia". -This allows an application to create a channel for the sole purpose -of exchanging media with an external server. Once created, this -channel could be placed into a bridge with existing channels to -allow the external server to inject audio into the bridge or -receive audio from the bridge. -See https://wiki.asterisk.org/wiki/display/AST/External+Media+and+ARI -for more information. \ No newline at end of file diff --git a/doc/CHANGES-staging/chan_rtp.txt b/doc/CHANGES-staging/chan_rtp.txt deleted file mode 100644 index ce908ee037..0000000000 --- a/doc/CHANGES-staging/chan_rtp.txt +++ /dev/null @@ -1,7 +0,0 @@ -Subject: chan_rtp - -The UnicastRTP channel driver provided by chan_rtp now accepts -":" as an alternative to ":" in the destination. -The first AAAA (preferred) or A record resolved will be used as the destination. -The lookup is synchronous so beware of possible dialplan delays if you specify a -hostname. diff --git a/doc/CHANGES-staging/install_headers.txt b/doc/CHANGES-staging/install_headers.txt deleted file mode 100644 index 0957193794..0000000000 --- a/doc/CHANGES-staging/install_headers.txt +++ /dev/null @@ -1,9 +0,0 @@ -Subject: Build - -Two new Makefile targets have been added... "install-headers" and -"uninstall-headers" to separately control header installation. -The existing behavior has not changed so "make install" and -"make uninstall" will continue to also install/uninstall the headers. -The new targets were added for forward compatibility with Asterisk 17 -in which the headers are no longer installed/uninstalled with the -"install" and "uninstall" targets. diff --git a/doc/CHANGES-staging/mixmonitor-s-option.txt b/doc/CHANGES-staging/mixmonitor-s-option.txt deleted file mode 100644 index d08b86d3fc..0000000000 --- a/doc/CHANGES-staging/mixmonitor-s-option.txt +++ /dev/null @@ -1,7 +0,0 @@ -Subject: app_mixmonitor - -An option 'S' has been added to MixMonitor. If used in combination with -the r() and/or t() options, if a frame is available to write to one of -those files but not the other, a frame of silence if written to the file -that does not have an audio frame. This should prevent the two files -from "drifting" when mixed after the fact. diff --git a/doc/CHANGES-staging/res_musiconhold.txt b/doc/CHANGES-staging/res_musiconhold.txt deleted file mode 100644 index 47ef397412..0000000000 --- a/doc/CHANGES-staging/res_musiconhold.txt +++ /dev/null @@ -1,7 +0,0 @@ -Subject: res_musiconhold - -This fix allows a realtime moh class to be unregistered from the command -line. This is useful when the contents of a directory referenced by a -realtime moh class have changed. -The realtime moh class is then reloaded on the next request and uses the -new directory contents. diff --git a/doc/UPGRADE-staging/chan_pjsip_refer_fix.txt b/doc/UPGRADE-staging/chan_pjsip_refer_fix.txt deleted file mode 100644 index 301930f8bd..0000000000 --- a/doc/UPGRADE-staging/chan_pjsip_refer_fix.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: chan_pjsip -Subject: Core - -res_pjsip_pubsub is now required so call transfer progress can be monitored -and reported in the channel variable TRANSFERSTATUS.