From: Asterisk Development Team Date: Tue, 23 May 2023 14:10:22 +0000 (+0000) Subject: Update for 18.18.0 X-Git-Tag: 18.18.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e08f691e282243192c33b9fcb3ed8103921f3f32;p=thirdparty%2Fasterisk.git Update for 18.18.0 --- diff --git a/.version b/.version index dd7d572014..02c8b485ed 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -18.18.0-rc1 +18.18.0 diff --git a/CHANGES.md b/CHANGES.md index 6d6dda55b3..4d3827d9e6 120000 --- a/CHANGES.md +++ b/CHANGES.md @@ -1 +1 @@ -ChangeLogs/ChangeLog-18.18.0-rc1.md \ No newline at end of file +ChangeLogs/ChangeLog-18.18.0.md \ No newline at end of file diff --git a/ChangeLogs/ChangeLog-18.18.0-rc1.md b/ChangeLogs/ChangeLog-18.18.0.md similarity index 98% rename from ChangeLogs/ChangeLog-18.18.0-rc1.md rename to ChangeLogs/ChangeLog-18.18.0.md index d114146a0b..8d3fdf36bf 100644 --- a/ChangeLogs/ChangeLog-18.18.0-rc1.md +++ b/ChangeLogs/ChangeLog-18.18.0.md @@ -1,10 +1,11 @@ -Change Log for Release 18.18.0-rc1 +Change Log for Release 18.18.0 ======================================== Summary: ---------------------------------------- +- Set up new ChangeLogs directory - .github: Add AsteriskReleaser - chan_pjsip: also return all codecs on empty re-INVITE for late offers - cel: add local optimization begin event @@ -64,38 +65,11 @@ User Notes: at any point during a call using the CHANNEL function. -- ### res_http_media_cache: Introduce options and customize - The res_http_media_cache module now attempts to load - configuration from the res_http_media_cache.conf file. - The following options were added: - * timeout_secs - * user_agent - * follow_location - * max_redirects - * protocols - * redirect_protocols - * dns_cache_timeout_secs - -- ### bridge_builtin_features: add beep via touch variable - Add optional touch variable : TOUCH_MIXMONITOR_BEEP(interval) - Setting TOUCH_MIXMONITOR_BEEP/TOUCH_MONITOR_BEEP to a valid - interval in seconds will result in a periodic beep being - played to the monitored channel upon MixMontior/Monitor - feature start. - If an interval less than 5 seconds is specified, the interval - will default to 5 seconds. If the value is set to an invalid - interval, the default of 15 seconds will be used. - - ### pbx_dundi: Add PJSIP support. DUNDi now supports chan_pjsip. Outgoing calls using PJSIP require the pjsip_outgoing_endpoint option to be set in dundi.conf. -- ### format_sln: add .slin as supported file extension - format_sln now recognizes '.slin' as a valid - file extension in addition to the existing - '.sln' and '.raw'. - - ### cli: increase channel column width This change increases the display width on 'core show channels' amd 'core show channels verbose' @@ -110,6 +84,18 @@ User Notes: The SendFlash AMI action now allows sending a hook flash event on a channel. +- ### res_http_media_cache: Introduce options and customize + The res_http_media_cache module now attempts to load + configuration from the res_http_media_cache.conf file. + The following options were added: + * timeout_secs + * user_agent + * follow_location + * max_redirects + * protocols + * redirect_protocols + * dns_cache_timeout_secs + - ### test.c: Fix counting of tests and add 2 new tests The "tests" attribute of the "testsuite" element in the output XML now reflects only the tests actually requested @@ -132,6 +118,21 @@ User Notes: behavior would set the flag on the first MixMonitor audiohook found. +- ### bridge_builtin_features: add beep via touch variable + Add optional touch variable : TOUCH_MIXMONITOR_BEEP(interval) + Setting TOUCH_MIXMONITOR_BEEP/TOUCH_MONITOR_BEEP to a valid + interval in seconds will result in a periodic beep being + played to the monitored channel upon MixMontior/Monitor + feature start. + If an interval less than 5 seconds is specified, the interval + will default to 5 seconds. If the value is set to an invalid + interval, the default of 15 seconds will be used. + +- ### format_sln: add .slin as supported file extension + format_sln now recognizes '.slin' as a valid + file extension in addition to the existing + '.sln' and '.raw'. + Upgrade Notes: ---------------------------------------- @@ -154,11 +155,14 @@ Closed Issues: Commits By Author: ---------------------------------------- +- ### Asterisk Development Team (1): + - Update for 18.18.0-rc1 + - ### Fabrice Fontaine (2): - main/iostream.c: fix build with libressl - configure: fix detection of re-entrant resolver functions -- ### George Joseph (12): +- ### George Joseph (13): - make_version: Strip svn stuff and suppress ref HEAD errors - test.c: Fix counting of tests and add 2 new tests - Initial GitHub Issue Templates @@ -171,6 +175,7 @@ Commits By Author: - .github: Fix reference to CHERRY_PICK_TESTING_IN_PROGRESS - .github: Fix CherryPickTest to only run when it should - .github: Add AsteriskReleaser + - Set up new ChangeLogs directory - ### Henning Westerholt (2): - chan_pjsip: fix music on hold continues after INVITE with replaces @@ -226,6 +231,11 @@ Commits By Author: Detail: ---------------------------------------- +- ### Set up new ChangeLogs directory + Author: George Joseph + Date: 2023-05-09 + + - ### .github: Add AsteriskReleaser Author: George Joseph Date: 2023-05-05