Release Summary asterisk-13.27.0-rc1 Date: 2019-05-22 ---------------------------------------------------------------------- Table of Contents 1. Summary 2. Contributors 3. Closed Issues 4. Other Changes 5. Diffstat ---------------------------------------------------------------------- Summary [Back to Top] This release is a point release of an existing major version. The changes included were made to address problems that have been identified in this release series, or are minor, backwards compatible new features or improvements. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous version are strongly encouraged to review the UPGRADE.txt document as well as the CHANGES document for information about upgrading to this release series. The data in this summary reflects changes that have been made since the previous release, asterisk-13.26.0. ---------------------------------------------------------------------- Contributors [Back to Top] This table lists the people who have submitted code, those that have tested patches, as well as those that reported issues on the issue tracker that were resolved in this release. For coders, the number is how many of their patches (of any size) were committed into this release. For testers, the number is the number of times their name was listed as assisting with testing a patch. Finally, for reporters, the number is the number of issues that they reported that were affected by commits that went into this release. Coders Testers Reporters 9 George Joseph 4 Ross Beer 9 Sean Bright 4 Ross Beer 4 Ben Ford 3 sungtae kim 2 sungtae kim 2 George Joseph 1 Salah Ahmed 1 klaus3000 1 Matthew Fredrickson 1 test011 1 Alexei Gradinari 1 Janu 1 Abhay Gupta 1 Sébastien Duthil 1 Kevin Harwell 1 Salah Ahmed 1 Lucas Mendes 1 the CC variable, instead of 1 Joshua Colp unconditionally 1 Chris-Savinovich 1 Guido Falsi 1 Dan Cropp 1 Steven Wheeler 1 Guido Falsi 1 Dmitry Shubin 1 Antoni Goldstein 1 Joshua C. Colp 1 Alexander Anikin 1 Corey Farrell 1 Dan Cropp 1 Abhay Gupta 1 Steven Wheeler 1 Kirill Katsnelson 1 Kirill Katsnelson 1 Janu 1 Dmitry Shubin 1 Luke-Jr 1 Dan Cropp 1 Lucas Mendes 1 Sébastien Duthil 1 Luke-Jr 1 Antoni Goldstein ---------------------------------------------------------------------- Closed Issues [Back to Top] This is a list of all issues from the issue tracker that were closed by changes that went into this release. New Feature Category: Resources/res_ari_channels ASTERISK-28320: Added ARI resource /ari/channels/{channelid}/rtp_statistics Reported by: sungtae kim * [fb7aa52ae0] sungtae kim -- res/res_ari: Added ARI resource /ari/channels/{channelId}/rtp_statistics Category: Resources/res_pjsip ASTERISK-28375: res_pjsip: New configuration setting to allow disabling norefersub Reported by: Dan Cropp * [00588226c6] Dan Cropp -- res_pjsip: Added a norefersub configuration setting Category: Resources/res_pjsip_refer ASTERISK-28375: res_pjsip: New configuration setting to allow disabling norefersub Reported by: Dan Cropp * [00588226c6] Dan Cropp -- res_pjsip: Added a norefersub configuration setting Bug Category: Addons/chan_ooh323 ASTERISK-28348: Failed to initialize OOH323 endpoint-OOH323 Disabled Reported by: Dmitry Shubin * [9a1e8090c3] Alexander Anikin -- chan_ooh323: fix h323 log file path Category: Applications/app_amd ASTERISK-28143: app_amd: Infinite loop on silent calls Reported by: Abhay Gupta * [188b1d3e68] Abhay Gupta -- app_amd: Fix infinite loop on silent calls Category: Applications/app_voicemail ASTERISK-27935: app_voicemail: emailbody per user can't contain commas Reported by: Sébastien Duthil * [d2f519dcfa] Sean Bright -- app_voicemail: Don't split mailbox options on comma Category: Channels/chan_pjsip ASTERISK-28371: chan_pjsip: DTMF Mode auto_info fallback lead to both inband and info Reported by: Salah Ahmed * [a9a0303544] Salah Ahmed -- chan_pjsip: DTMF Mode auto_info fallback lead to both inband and info Category: Channels/chan_sip/General ASTERISK-28362: strtok_r() makes gcc compile warning Reported by: sungtae kim * [4853fc2218] Ben Ford -- build: Fix compiler warnings/errors. Category: Core/BuildSystem ASTERISK-28392: The no-partial-inlining flag isn't passed to the bundled pjproject or jansson builds Reported by: George Joseph * [7646e2257f] George Joseph -- build: Pass --fno-partial-inlining to third-party when appropriate ASTERISK-28374: latest asterisk unconditionally launch gcc --version, even if the compiler is different Reported by: Guido Falsi * [8ee69fbdd0] Guido Falsi -- core/buildsystem: check the actual compiler being version Category: Core/Stasis ASTERISK-28353: stasis: Crash at shutdown when statistics enabled Reported by: Joshua C. Colp * [4589260961] Ben Ford -- stasis: Fix crash at shutdown. Category: General ASTERISK-28412: GCC 9 catches more string formatting issues Reported by: George Joseph * [4337895aee] George Joseph -- Fixes for GCC 9 Category: PBX/General ASTERISK-20182: Parsing a label beginning with a numeric character in all Goto/GotoIf/GotoIfTime application causes unexpected behavior Reported by: Janu * [7666fdc394] Sean Bright -- pbx.c: Properly parse labels with leading digits Category: PBX/pbx_ael ASTERISK-17799: AEL reload causes loss of control in a macro Reported by: Kirill Katsnelson * [9051e62523] Sean Bright -- res_ael: Create consistent label names across reloads ASTERISK-18593: AEL for loops use Macro app and pipe delimiter Reported by: Luke-Jr * [237989a5e8] Sean Bright -- res_ael: Use Gosub in for loop expressions ASTERISK-14939: AEL parsers does not find existing label Reported by: klaus3000 * [f66f21895f] Sean Bright -- res_ael: Fix pattern matching against literal '+' Category: Resources/res_indications ASTERISK-28391: res_indications: Crash requesting autocomplete on indications cli command Reported by: Lucas Mendes * [aaee0fa6f5] Lucas Mendes -- res_indications: Fix indications remove command autocomplete Category: Resources/res_pjsip ASTERISK-28161: Removal of Previous Patch Causes PJSIP Timer Issues Reported by: Ross Beer * [fc49632bbc] Joshua Colp -- pjproject-bundled: Add upstream timer fixes * [cfeb8a59eb] George Joseph -- pjproject-bundled: Add upstream timer fixes * [33647ebe2c] Sean Bright -- pjproject: Add timer patch from pjproject r5934 Category: Resources/res_pjsip_registrar ASTERISK-28402: res_pjsip_registrar: SEGV in registrar_find_contact Reported by: Ross Beer * [9d8a093a94] George Joseph -- res_pjsip: Check return from pjsip_parse_uri calls Category: Tests/NewFeature ASTERISK-17695: 1.8.3.2 extenpatternmatchnew=yes cannot find extensions with '-' in them Reported by: test011 * [79a620080c] Sean Bright -- pbx.c: Ignore dashes in extensions when using extenpatternmatchnew Category: Utilities/aelparse ASTERISK-18593: AEL for loops use Macro app and pipe delimiter Reported by: Luke-Jr * [237989a5e8] Sean Bright -- res_ael: Use Gosub in for loop expressions Category: Utilities/conf2ael ASTERISK-18593: AEL for loops use Macro app and pipe delimiter Reported by: Luke-Jr * [237989a5e8] Sean Bright -- res_ael: Use Gosub in for loop expressions Improvement Category: Applications/app_dial ASTERISK-28363: Millisecond-resolution call stats including PDD in channel variables Reported by: Antoni Goldstein * [001e7762e4] Antoni Goldstein -- app_dial.c: RINGTIME, PROGRESSTIME and ms resolution dial timings Category: Applications/app_voicemail ASTERISK-20207: Asterisk should clear out any .lock files in the voice mail directory on startup. Reported by: Steven Wheeler * [fd2e8d0da7] Sean Bright -- app_voicemail: Cleanup stale lock files on module load Category: Core/BuildSystem ASTERISK-28111: build: CHANGES/UPGRADE are irritating to work with. Reported by: Corey Farrell * [251348cbbb] Ben Ford -- build: Revise CHANGES and UPGRADE.txt handling. Category: Resources/res_ari_channels ASTERISK-28343: Added app_name, app_data to channel type Reported by: sungtae kim * [707897e5f7] sungtae kim -- main/json.c: Added app_name, app_data to channel type ---------------------------------------------------------------------- Commits Not Associated with an Issue [Back to Top] This is a list of all changes that went into this release that did not reference a JIRA issue. +------------------------------------------------------------------------+ | Revision | Author | Summary | |------------+---------------------+-------------------------------------| | 90fe830a77 | George Joseph | res_rtp_asterisk: Add ability to | | | | propose local address in ICE | |------------+---------------------+-------------------------------------| | c41e3184e3 | George Joseph | Revert "pjproject-bundled: Add | | | | upstream timer fixes" | |------------+---------------------+-------------------------------------| | f71a0e3f60 | Ben Ford | pjsip_options.c: Allow immediate | | | | qualifies for new contacts. | |------------+---------------------+-------------------------------------| | 4ea20c9c85 | Kevin Harwell | mwi core: Move core MWI | | | | functionality into its own files | |------------+---------------------+-------------------------------------| | 6d4023e3a6 | George Joseph | ARI: Bump non-breaking version | | | | number to 1.10.2 | |------------+---------------------+-------------------------------------| | | | res_mwi_devstate: Specify | | 33ed8fdadc | Sean Bright | AST_MODFLAG_LOAD_ORDER to enable | | | | load priority | |------------+---------------------+-------------------------------------| | 2fe9fd5cf9 | George Joseph | CI: Move test group config files to | | | | Jenkins | |------------+---------------------+-------------------------------------| | cb24eb4cc2 | Alexei Gradinari | res_pjsip: Fix transport_states ref | | | | leak | |------------+---------------------+-------------------------------------| | f9bb53a1dd | Chris-Savinovich | config.c: Fix a crash in extconfig | | | | parsing | |------------+---------------------+-------------------------------------| | b3faf7311a | George Joseph | CI: Add --no-dev-mode option to | | | | buildAsterisk.sh | |------------+---------------------+-------------------------------------| | 1c7bc63cff | Matthew Fredrickson | res/res_rtp_asterisk: Enable | | | | rxjitter calculation for video | +------------------------------------------------------------------------+ ---------------------------------------------------------------------- Diffstat Results [Back to Top] This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility. .lastclean | 1 .version | 1 ChangeLog |65601 ---------- UPGRADE-1.2.txt | 218 UPGRADE-1.4.txt | 497 UPGRADE-1.6.txt | 277 UPGRADE-1.8.txt | 343 UPGRADE-10.txt | 92 UPGRADE-11.txt | 280 UPGRADE-12.txt | 478 asterisk-13.26.0-summary.html | 249 asterisk-13.26.0-summary.txt | 607 b/CHANGES | 4 b/Makefile.rules | 9 b/UPGRADE.txt | 2081 b/addons/chan_ooh323.c | 19 b/addons/chan_ooh323.h | 1 b/addons/ooh323c/src/ooh323ep.c | 6 b/addons/ooh323c/src/ooh323ep.h | 2 b/apps/app_adsiprog.c | 2 b/apps/app_amd.c | 10 b/apps/app_dial.c | 87 b/apps/app_followme.c | 2 b/apps/app_minivm.c | 1 b/apps/app_voicemail.c | 56 b/channels/chan_console.c | 4 b/channels/chan_dahdi.c | 2 b/channels/chan_iax2.c | 7 b/channels/chan_mgcp.c | 1 b/channels/chan_pjsip.c | 2 b/channels/chan_sip.c | 2 b/channels/chan_skinny.c | 1 b/channels/chan_unistim.c | 1 b/configs/samples/pjsip.conf.sample | 5 b/configs/samples/rtp.conf.sample | 8 b/contrib/ast-db-manage/config/versions/3a094a18e75b_pjsip_add_norefersub.py | 39 b/doc/CHANGES-staging/README.md | 28 b/doc/CHANGES-staging/app_dial_ringtime_progresstime.txt | 12 b/doc/CHANGES-staging/res_pjsip_add_norefersub_global_config.txt | 13 b/doc/CHANGES-staging/rtp_ice_include_local_address.txt | 5 b/doc/UPGRADE-staging/README.md | 30 b/include/asterisk/app.h | 195 b/include/asterisk/channel.h | 24 b/include/asterisk/json.h | 16 b/include/asterisk/mwi.h | 242 b/include/asterisk/res_pjsip.h | 7 b/include/asterisk/rtp_engine.h | 14 b/main/app.c | 329 b/main/asterisk.c | 2 b/main/channel.c | 18 b/main/config.c | 5 b/main/indications.c | 4 b/main/json.c | 17 b/main/manager.c | 1 b/main/manager_mwi.c | 1 b/main/mwi.c | 369 b/main/pbx.c | 28 b/main/rtp_engine.c | 88 b/main/stasis.c | 131 b/main/stasis_channels.c | 5 b/pbx/pbx_dundi.c | 4 b/res/ael/pval.c | 30 b/res/ari/ari_model_validators.c | 405 b/res/ari/ari_model_validators.h | 53 b/res/ari/resource_channels.c | 59 b/res/ari/resource_channels.h | 13 b/res/res_ari_channels.c | 71 b/res/res_corosync.c | 2 b/res/res_mwi_devstate.c | 4 b/res/res_mwi_external.c | 1 b/res/res_pjsip.c | 7 b/res/res_pjsip/config_global.c | 21 b/res/res_pjsip/pjsip_message_filter.c | 13 b/res/res_pjsip/pjsip_options.c | 47 b/res/res_pjsip_mwi.c | 2 b/res/res_pjsip_publish_asterisk.c | 2 b/res/res_pjsip_pubsub.c | 2 b/res/res_pjsip_refer.c | 5 b/res/res_pjsip_registrar.c | 4 b/res/res_rtp_asterisk.c | 24 b/res/res_smdi.c | 1 b/res/res_xmpp.c | 1 b/rest-api/api-docs/channels.json | 204 b/rest-api/resources.json | 2 b/tests/CI/buildAsterisk.sh | 16 b/tests/CI/gateTestGroups.json | 7 b/tests/CI/gates.jenkinsfile | 11 b/tests/CI/periodic-dailyTestGroups.json | 6 b/tests/CI/periodics-daily.jenkinsfile | 7 b/tests/test_json.c | 18 b/tests/test_stasis_channels.c | 4 b/third-party/jansson/Makefile | 7 b/third-party/pjproject/Makefile | 18 b/third-party/pjproject/patches/0030-Re-2176-Removed-pop_freelist-push_freelist-after-rem.patch | 37 b/third-party/pjproject/patches/0031-Re-2191-transport-timer-cleanup.patch | 372 b/third-party/pjproject/patches/0032-Re-2191-Fixed-crash-in-SIP-transport-destroy-due-to-.patch | 64 contrib/realtime/mysql/mysql_cdr.sql | 33 contrib/realtime/mysql/mysql_config.sql | 1177 contrib/realtime/mysql/mysql_voicemail.sql | 35 contrib/realtime/postgresql/postgresql_cdr.sql | 37 contrib/realtime/postgresql/postgresql_config.sql | 1275 contrib/realtime/postgresql/postgresql_voicemail.sql | 39 102 files changed, 4756 insertions(+), 71964 deletions(-)