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.20.0.
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 |
---|---|---|
38 Alexander Traud 27 Corey Farrell 14 Richard Mudgett 9 George Joseph 3 Ross Beer 2 Chris Savinovich 1 Michael Cargile 1 Sean Bright 1 Nathan Bruning 1 Ivan Poddubny 1 Kevin Harwell 1 Jean Aunis - Prescom 1 Joshua Colp 1 Thomas Guebels 1 Evandro César Arruda 1 sungtae kim 1 Florian Floimair 1 Benjamin Keith Ford | 31 Alexander Traud 4 Ross Beer 3 John Nemeth 2 Richard Mudgett 1 Michael Cargile 1 Alex 1 Sébastien Duthil 1 Jean Aunis - Prescom 1 Joerg Sonnenberger, D'Arcy Cain 1 Kevin Harwell 1 Stephane Chazelas 1 Fran Vicente 1 Michiel van Baak 1 Curt Sampson 1 Corey Farrell 1 Nathan Bruning 1 Shannon Price 1 John M. 1 Bryan Walters 1 clean targets. 1 Tzafrir Cohen 1 George Joseph 1 Alejandro Padilla 1 Thomas Guebels 1 Evandro César Arruda 1 lvl |
This is a list of all issues from the issue tracker that were closed by changes that went into this release.
This is a list of all open issues from the issue tracker that were referenced by changes that went into this release.
This is a list of all changes that went into this release that did not reference a JIRA issue.
Revision | Author | Summary |
---|---|---|
32f362c896 | Chris Savinovich | Update for 13.21.0-rc1 |
39c51394c8 | George Joseph | utils: Add ast_assert_return |
b92ebdba5f | Richard Mudgett | pjsip_scheduler.c: Add ability to trace scheduled tasks. |
12aa25b2e1 | Richard Mudgett | res_pjsip.c: Split ast_sip_push_task_synchronous() to fit expectations. |
dfdc9a2575 | Richard Mudgett | pjsip_scheduler.c: Fix some corner cases. |
af36823907 | Richard Mudgett | pjsip_scheduler.c: Sort "pjsip show scheduled_tasks" output. |
c4f02c975b | Richard Mudgett | pjsip_scheduler.c: Fix ao2 usage errors. |
7593359787 | Corey Farrell | Build System: Enable python3 compatibility. |
72b16ee400 | Richard Mudgett | res_pjsip_refer/chan_sip: Fix INVITE with replaces transfer to ConfBridge |
e94f8e4a24 | Richard Mudgett | res_pjsip: Update authenticate_qualify documentation. |
906db6a3ff | Richard Mudgett | app_agent_pool.c: Fix off nominal ref leak. |
01b3c435d8 | Corey Farrell | Build System: Fixes for configure script. |
cea1a22ef3 | George Joseph | res_pjsip: Correct usages of pjproject's timer heap |
158c0efd4f | George Joseph | pjroject_bundled: Add already-destroyed check to tsx_timer_callback |
69c61237cd | George Joseph | pjproject_bundled: timer: Clean up usage of timer heap |
c63a2e28f1 | George Joseph | pjproject_bundled: Add patch for pj_atomic crashes |
5908c6753b | Corey Farrell | core: Create main/options.c. |
6615469a05 | Corey Farrell | main/indications: Use ast_cli_completion_add for all completions. |
3a4a441817 | George Joseph | Revert "BuildSystem: In NetBSD, the Python Programming Language is python-X.Y." |
69de659224 | Ivan Poddubny | func_channel: Delete dead CHANNEL_TRACE code |
7580d1e0bb | Alexander Traud | BuildSystem: For consistency, avoid extra libs to be empty. |
6f304697b0 | Corey Farrell | core: Remove dead symbols from asterisk.exports.in. |
8df4811cfa | Corey Farrell | named_acl: Use ast_cli_completion_add. |
a89323236f | Corey Farrell | main/sounds: Use ast_cli_completion_add. |
dc520b6d8f | Corey Farrell | manager: Use ast_cli_completion_add for completion generators. |
534fda0a59 | Corey Farrell | main/test: Use ast_cli_completion_add. |
bd926539b0 | Corey Farrell | main/translate: Use ast_cli_completion_add. |
d202b56a74 | Corey Farrell | main/taskprocessor: Use ast_cli_completion_add. |
18cbfcf4f0 | Corey Farrell | aco: Use ast_cli_completion_add for 'config show help'. |
d57b58f5e9 | Corey Farrell | main/config: Use ast_cli_completion_add for reload completion. |
34e16cbf3a | Corey Farrell | main/bridge: Use ast_cli_completion_add. |
98a3baca70 | Corey Farrell | core: Minor cleanup of ast_el_read_char. |
7b40605d8e | Alexander Traud | BuildSystem: Check for header file of OGG. |
06ba605988 | Alexander Traud | BuildSystem: When no download utility is available, display the explanation. |
d5af24bb14 | George Joseph | app_voicemail: Fix json blob errors |
69463c612d | Florian Floimair | app_dial: Enable early-media video |
a7ebb9409d | Corey Farrell | main/cdr: Use ast_cli_completion_add for CDR channel completion. |
5ac64a4464 | Corey Farrell | main/ccss: Use ast_cli_completion_add for core id. |
eb699f3631 | Corey Farrell | core: Backport compatible MALLOC_DEBUG changes. |
7e0c56f800 | Corey Farrell | astobj2_container: Use ast_cli_completion_add for container names. |
7e041d6233 | Corey Farrell | main/channel: Use ast_cli_completion_add for channeltypes. |
6539b89254 | Corey Farrell | cli: Enable ast_cli_completion_add on public completion generators. |
dc738b145f | Corey Farrell | core: Remove incorrect usage of attribute_malloc. |
c09a10bb1b | Corey Farrell | core: Remove non-critical cleanup from startup aborts. |
ba88af8a25 | Alexander Traud | BuildSystem: For consistency, avoid double-checking via if clauses. |
7b6b6b0a7e | Alexander Traud | BuildSystem: Instead of $PJPROJECT_LIBS with s, use $PJPROJECT_LIB everywhere. |
b81eadcefc | Corey Farrell | Replace direct checks of option_debug with DEBUG_ATLEAST macro. |
725fd32428 | Alexander Traud | utils: In Solaris, avoid a warning about an unused variable. |
41894965f2 | Corey Farrell | gitreview: Reorder and add padding. |
68df9e609e | George Joseph | ast_coredumper: Minor fixes |
220accb461 | Sean Bright | modules: Set deprecated modules to not build by default |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
asterisk-13.20.0-summary.html | 1104 ------ asterisk-13.20.0-summary.txt | 1739 ---------- b/.gitreview | 7 b/.version | 2 b/CHANGES | 29 b/ChangeLog | 1306 +++++++ b/Makefile | 46 b/UPGRADE.txt | 8 b/addons/cdr_mysql.c | 8 b/addons/chan_ooh323.c | 3 b/apps/app_agent_pool.c | 1 b/apps/app_amd.c | 21 b/apps/app_dial.c | 2 b/apps/app_directory.c | 6 b/apps/app_minivm.c | 2 b/apps/app_voicemail.c | 39 b/asterisk-13.21.0-rc1-summary.html | 348 ++ b/asterisk-13.21.0-rc1-summary.txt | 825 ++++ b/autoconf/ast_ext_tool_check.m4 | 2 b/autoconf/ast_pkgconfig.m4 | 2 b/bootstrap.sh | 4 b/bridges/bridge_softmix.c | 48 b/build_tools/cflags.xml | 2 b/build_tools/menuselect-deps.in | 1 b/cdr/cdr_adaptive_odbc.c | 1 b/cdr/cdr_odbc.c | 1 b/cdr/cdr_pgsql.c | 22 b/cdr/cdr_radius.c | 6 b/cel/cel_odbc.c | 1 b/cel/cel_pgsql.c | 18 b/cel/cel_radius.c | 6 b/channels/chan_alsa.c | 4 b/channels/chan_dahdi.c | 4 b/channels/chan_pjsip.c | 6 b/channels/chan_sip.c | 56 b/channels/chan_unistim.c | 4 b/channels/pjsip/dialplan_functions.c | 8 b/configs/samples/codecs.conf.sample | 9 b/configs/samples/pjproject.conf.sample | 7 b/configs/samples/voicemail.conf.sample | 5 b/configure | 1661 ++++----- b/configure.ac | 272 - b/contrib/scripts/ast_coredumper | 7 b/contrib/scripts/install_prereq | 192 + b/contrib/scripts/refcounter.py | 23 b/contrib/scripts/voicemailpwcheck.py | 10 b/doc/.gitignore | 1 b/formats/format_ogg_vorbis.c | 1 b/funcs/func_audiohookinherit.c | 1 b/funcs/func_channel.c | 22 b/funcs/func_odbc.c | 1 b/include/asterisk/_private.h | 5 b/include/asterisk/autoconfig.h.in | 14 b/include/asterisk/bridge.h | 11 b/include/asterisk/channel.h | 4 b/include/asterisk/datastore.h | 2 b/include/asterisk/options.h | 10 b/include/asterisk/paths.h | 4 b/include/asterisk/res_pjproject.h | 26 b/include/asterisk/res_pjsip.h | 115 b/include/asterisk/stringfields.h | 2 b/include/asterisk/utils.h | 15 b/main/Makefile | 2 b/main/asterisk.c | 461 -- b/main/asterisk.exports.in | 6 b/main/astmm.c | 3 b/main/astobj2_container.c | 29 b/main/bridge.c | 110 b/main/callerid.c | 2 b/main/ccss.c | 17 b/main/cdr.c | 11 b/main/cel.c | 9 b/main/channel.c | 33 b/main/cli.c | 24 b/main/config.c | 29 b/main/config_options.c | 79 b/main/core_local.c | 7 b/main/devicestate.c | 5 b/main/dsp.c | 15 b/main/features.c | 9 b/main/features_config.c | 4 b/main/indications.c | 39 b/main/manager.c | 46 b/main/named_acl.c | 22 b/main/netsock2.c | 8 b/main/options.c | 463 ++ b/main/pbx.c | 10 b/main/pbx_app.c | 27 b/main/pbx_builtins.c | 1 b/main/sched.c | 35 b/main/sorcery.c | 3 b/main/sounds.c | 32 b/main/stdtime/localtime.c | 6 b/main/taskprocessor.c | 17 b/main/test.c | 68 b/main/translate.c | 18 b/main/utils.c | 3 b/menuselect/configure | 4 b/res/res_config_ldap.c | 12 b/res/res_config_odbc.c | 1 b/res/res_config_pgsql.c | 14 b/res/res_http_post.c | 2 b/res/res_musiconhold.c | 1 b/res/res_odbc.c | 1 b/res/res_pjproject.c | 12 b/res/res_pjsip.c | 131 b/res/res_pjsip/config_system.c | 2 b/res/res_pjsip/config_transport.c | 2 b/res/res_pjsip/location.c | 4 b/res/res_pjsip/pjsip_scheduler.c | 311 + b/res/res_pjsip/pjsip_transport_events.c | 55 b/res/res_pjsip_header_funcs.c | 22 b/res/res_pjsip_history.c | 7 b/res/res_pjsip_notify.c | 230 + b/res/res_pjsip_outbound_publish.c | 9 b/res/res_pjsip_outbound_registration.c | 14 b/res/res_pjsip_pubsub.c | 51 b/res/res_pjsip_refer.c | 50 b/res/res_pjsip_registrar.c | 34 b/res/res_pjsip_registrar_expire.c | 2 b/res/res_pjsip_rfc3326.c | 47 b/res/res_pjsip_session.c | 10 b/res/res_pjsip_t38.c | 6 b/res/res_pjsip_transport_websocket.c | 6 b/res/res_rtp_asterisk.c | 37 b/res/res_srtp.c | 1 b/res/srtp/srtp_compat.h | 8 b/rest-api-templates/api.wiki.mustache | 2 b/rest-api-templates/ari_resource.h.mustache | 6 b/rest-api-templates/asterisk_processor.py | 9 b/rest-api-templates/make_ari_stubs.py | 5 b/rest-api-templates/res_ari_resource.c.mustache | 6 b/rest-api-templates/swagger_model.py | 21 b/rest-api-templates/transform.py | 10 b/sounds/Makefile | 6 b/tests/test_amihooks.c | 3 b/third-party/pjproject/configure.m4 | 2 b/third-party/pjproject/patches/0070-os_core_unix-Set-mutex-NULL-in-atomic-destroy-and-ad.patch | 114 b/third-party/pjproject/patches/0080-timer-Clean-up-usage-of-timer-heap.patch | 434 ++ b/third-party/pjproject/patches/0090-sip_transaction-In-tsx_timer_callback-check-if-tsx-i.patch | 4 third-party/pjproject/patches/0070-sdp_media_fmt.patch | 19 third-party/pjproject/patches/0071-sdp_fmtp_attr.patch | 34 142 files changed, 6249 insertions(+), 5277 deletions(-)