From: Asterisk Development Team Date: Thu, 3 Feb 2022 12:15:01 +0000 (-0500) Subject: Update CHANGES and UPGRADE.txt for 19.2.0 X-Git-Tag: 19.2.0-rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d390c4df7739112f6c3837caab6ec38b1b58cf5;p=thirdparty%2Fasterisk.git Update CHANGES and UPGRADE.txt for 19.2.0 --- diff --git a/CHANGES b/CHANGES index e5a96266d1..9fef085d41 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,92 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 19.1.0 to Asterisk 19.2.0 ------------ +------------------------------------------------------------------------------ + +Applications +------------------ + * added support for Danish syntax, playing the correct plural sound file + dependen on where you have 1 or multipe messages + based on the existing SE/NO code + + * added that we set DIALEDPEERNUMBER on the outgoing channels + so it is avalible in b(content^extension^line) + this add the same behaviour as Dial + +Core +------------------ + * Bundled PJProject Build + + The build process has been updated to make pjproject troubleshooting + and development easier. See third-party/pjproject/README-hacking.md or + https://wiki.asterisk.org/wiki/display/AST/Bundled+PJProject + for more info. + +ami +------------------ + * An AMI event now exists for "Wink". + +app_mf +------------------ + * Adds MF receiver and sender applications to support + the R1 MF signaling protocol, including integration + with the Dial application. + +app_queue +------------------ + * added that we set DIALEDPEERNUMBER on the outgoing channels + so it is avalible in b(content^extension^line) + this add the same behaviour as Dial + +app_queues +------------------ + * adding support for playing the correct en/et for nordic languages + + * Don't play sound_thanks if there is no leading hold_time message + When the only announcement is hold time, and there is no hold time (0 min, 0 sec), asterisk will say "thank you for your patience" + +app_sendtext +------------------ + * A ReceiveText application has been added that can be + used in conjunction with the SendText application. + +app_voicemail +------------------ + * added support for Danish syntax, playing the correct plural sound file + dependen on where you have 1 or multipe messages + based on the existing SE/NO code + +cdr +------------------ + * A new CDR option, channeldefaultenabled, allows controlling + whether CDR is enabled or disabled by default on + newly created channels. The default behavior remains + unchanged from previous versions of Asterisk (new + channels will have CDR enabled, as long as CDR is + enabled globally). + +chan_sip.c +------------------ + * resolve issue with pickup on device that uses "183" and not "180" + +cli +------------------ + * The "module refresh" command has been added, + which allows unloading and then loading a + module with a single command. + +func_json +------------------ + * The JSON_DECODE dialplan function can now be used + to parse JSON strings, such as in conjunction with + CURL for using API responses. + +res_fax_spandsp +------------------ + * Adds support for spandsp 3.0.0. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 19.0.0 to Asterisk 19.1.0 ------------ ------------------------------------------------------------------------------ diff --git a/doc/CHANGES-staging/ami_wink.txt b/doc/CHANGES-staging/ami_wink.txt deleted file mode 100644 index 9d27cca87f..0000000000 --- a/doc/CHANGES-staging/ami_wink.txt +++ /dev/null @@ -1,3 +0,0 @@ -Subject: ami - -An AMI event now exists for "Wink". diff --git a/doc/CHANGES-staging/app_mf_mf.txt b/doc/CHANGES-staging/app_mf_mf.txt deleted file mode 100644 index 3168f2adbc..0000000000 --- a/doc/CHANGES-staging/app_mf_mf.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: app_mf - -Adds MF receiver and sender applications to support -the R1 MF signaling protocol, including integration -with the Dial application. diff --git a/doc/CHANGES-staging/app_queue_DIALEDPEERNUMBER.txt b/doc/CHANGES-staging/app_queue_DIALEDPEERNUMBER.txt deleted file mode 100644 index ef15e9e4ea..0000000000 --- a/doc/CHANGES-staging/app_queue_DIALEDPEERNUMBER.txt +++ /dev/null @@ -1,6 +0,0 @@ -Subject: app_queue -Subject: Applications - -added that we set DIALEDPEERNUMBER on the outgoing channels -so it is avalible in b(content^extension^line) -this add the same behaviour as Dial diff --git a/doc/CHANGES-staging/app_queue_nordic_language.txt b/doc/CHANGES-staging/app_queue_nordic_language.txt deleted file mode 100644 index 72efd78001..0000000000 --- a/doc/CHANGES-staging/app_queue_nordic_language.txt +++ /dev/null @@ -1,3 +0,0 @@ -Subject: app_queues - -adding support for playing the correct en/et for nordic languages diff --git a/doc/CHANGES-staging/app_queue_say_thanks.txt b/doc/CHANGES-staging/app_queue_say_thanks.txt deleted file mode 100644 index 7bf7b7b420..0000000000 --- a/doc/CHANGES-staging/app_queue_say_thanks.txt +++ /dev/null @@ -1,4 +0,0 @@ -Subject: app_queues - -Don't play sound_thanks if there is no leading hold_time message -When the only announcement is hold time, and there is no hold time (0 min, 0 sec), asterisk will say "thank you for your patience" diff --git a/doc/CHANGES-staging/app_sendtext.txt b/doc/CHANGES-staging/app_sendtext.txt deleted file mode 100644 index 37dd64bace..0000000000 --- a/doc/CHANGES-staging/app_sendtext.txt +++ /dev/null @@ -1,4 +0,0 @@ -Subject: app_sendtext - -A ReceiveText application has been added that can be -used in conjunction with the SendText application. diff --git a/doc/CHANGES-staging/app_voicemail_danish_syntax.txt b/doc/CHANGES-staging/app_voicemail_danish_syntax.txt deleted file mode 100644 index 5e6cdd37bf..0000000000 --- a/doc/CHANGES-staging/app_voicemail_danish_syntax.txt +++ /dev/null @@ -1,6 +0,0 @@ -Subject: app_voicemail -Subject: Applications - -added support for Danish syntax, playing the correct plural sound file -dependen on where you have 1 or multipe messages -based on the existing SE/NO code diff --git a/doc/CHANGES-staging/bundled-pjproject-build.txt b/doc/CHANGES-staging/bundled-pjproject-build.txt deleted file mode 100644 index 976c0f5a93..0000000000 --- a/doc/CHANGES-staging/bundled-pjproject-build.txt +++ /dev/null @@ -1,8 +0,0 @@ -Subject: Core - -Bundled PJProject Build - -The build process has been updated to make pjproject troubleshooting -and development easier. See third-party/pjproject/README-hacking.md or -https://wiki.asterisk.org/wiki/display/AST/Bundled+PJProject -for more info. diff --git a/doc/CHANGES-staging/cdr_disable.txt b/doc/CHANGES-staging/cdr_disable.txt deleted file mode 100644 index cae7a7c333..0000000000 --- a/doc/CHANGES-staging/cdr_disable.txt +++ /dev/null @@ -1,8 +0,0 @@ -Subject: cdr - -A new CDR option, channeldefaultenabled, allows controlling -whether CDR is enabled or disabled by default on -newly created channels. The default behavior remains -unchanged from previous versions of Asterisk (new -channels will have CDR enabled, as long as CDR is -enabled globally). diff --git a/doc/CHANGES-staging/chan_sip_pickup_AST_STATE_DOWN.txt b/doc/CHANGES-staging/chan_sip_pickup_AST_STATE_DOWN.txt deleted file mode 100644 index e658faa52a..0000000000 --- a/doc/CHANGES-staging/chan_sip_pickup_AST_STATE_DOWN.txt +++ /dev/null @@ -1,3 +0,0 @@ -Subject: chan_sip.c - -resolve issue with pickup on device that uses "183" and not "180" diff --git a/doc/CHANGES-staging/cli_refresh.txt b/doc/CHANGES-staging/cli_refresh.txt deleted file mode 100644 index 82bcd23f9a..0000000000 --- a/doc/CHANGES-staging/cli_refresh.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: cli - -The "module refresh" command has been added, -which allows unloading and then loading a -module with a single command. diff --git a/doc/CHANGES-staging/func_json.txt b/doc/CHANGES-staging/func_json.txt deleted file mode 100644 index 79bb2da87d..0000000000 --- a/doc/CHANGES-staging/func_json.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: func_json - -The JSON_DECODE dialplan function can now be used -to parse JSON strings, such as in conjunction with -CURL for using API responses. diff --git a/doc/CHANGES-staging/res_fax_spandsp.txt b/doc/CHANGES-staging/res_fax_spandsp.txt deleted file mode 100644 index 4ad351fb8e..0000000000 --- a/doc/CHANGES-staging/res_fax_spandsp.txt +++ /dev/null @@ -1,3 +0,0 @@ -Subject: res_fax_spandsp - -Adds support for spandsp 3.0.0.