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-18.2.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 |
---|---|---|
11 Alexander Traud 9 Joshua C. Colp 8 Sean Bright 6 Jaco Kroon 5 George Joseph 4 Ben Ford 3 Kevin Harwell 3 Asterisk Development Team 3 Ivan Poddubnyi 3 Boris P. Korzun 1 Salah Ahmed 1 Dan Cropp 1 Holger Hans Peter Freyther 1 Nico Kooijman 1 Alexei Gradinari 1 Torrey Searle 1 Nick French 1 Robert Cripps 1 Sebastien Duthil 1 Mark Petersen | 1 Mark Petersen | 6 Alexander Traud 3 Boris P. Korzun 3 Joshua C. Colp 2 Matthias Hensler 2 Stefan Ruf 2 Sebastian Damm 2 Gregory Massel 1 Rusty Newton 1 Alexei Gradinari 1 Ivan Poddubny 1 Jacek Konieczny 1 Jaco Kroon 1 Edvin Vidmar 1 Sébastien Duthil 1 Jean Aunis - Prescom 1 sungtae kim 1 Benjamin Keith Ford 1 Boolah 1 Nick French 1 Salah Ahmed 1 Mauri de Souza Meneguzzo (3CPlus) 1 N A 1 N A 1 Jacek Konieczny 1 IAMJames_ 1 Mark Petersen 1 Dan Cropp 1 Ivan Poddubny 1 Vitezslav Novy 1 Mark Petersen 1 Michael Maier 1 George Joseph 1 Alexander Traud 1 Brian Paboojian 1 Dan Cropp 1 Robert Cripps |
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 changes that went into this release that did not reference a JIRA issue.
Revision | Author | Summary |
---|---|---|
2c0e6bac06 | Asterisk Development Team | Update for 18.3.0-rc2 |
ae4a3da557 | Asterisk Development Team | Update for 18.3.0-rc1 |
263f906af4 | Kevin Harwell | manager: Increase the non breaking AMI version number |
0afd37e3b5 | Asterisk Development Team | Update CHANGES and UPGRADE.txt for 18.3.0 |
23e41313a8 | Jaco Kroon | func_callerid+res_agi: Fix compile errors related to -Werror=zero-length-bounds |
52707fba7f | Jaco Kroon | app.h: Fix -Werror=zero-length-bounds compile errors in dev mode. |
262473c6d9 | Alexander Traud | res_format_attr_*: Parameter Names are Case-Insensitive. |
4fc0e16838 | Alexander Traud | chan_iax2: System Header strings is included via asterisk.h/compat.h. |
16e4d1f36f | Sean Bright | res_musiconhold.c: Plug ref leak caused by ao2_replace() misuse. |
269bb08ea2 | George Joseph | res_pjsip_refer: Move the progress dlg release to a serializer |
0323293142 | Alexander Traud | res_format_attr_h263: Generate valid SDP fmtp for H.263+. |
be0a61bc3d | Kevin Harwell | res_rtp_asterisk: Add packet subtype during RTCP debug when relevant |
1adf9368ee | Alexander Traud | chan_sip: Filter pass-through audio/video formats away, again. |
bee35fe04a | Jaco Kroon | func_odbc: Introduce minargs config and expose ARGC in addition to ARGn. |
dbd8908f8d | George Joseph | res_pjsip_refer: Always serialize calls to refer_progress_notify |
28f187d6c5 | George Joseph | chan_iax2.c: Require secret and auth method if encryption is enabled |
24d6adfe99 | Sean Bright | app_read: Release tone zone reference on early return. |
7c0fbaf010 | Ivan Poddubnyi | main/frame: Add missing control frame names to ast_frame_subclass2str |
fb42b60326 | Sean Bright | res_pjsip_pubsub: Fix truncation of persisted SUBSCRIBE packet |
9c56870929 | Jaco Kroon | AC_HEADER_STDC causes a compile failure with autoconf 2.70 |
a25bcf70ed | Alexander Traud | pjsip_scheduler: Fix pjsip show scheduled_tasks like for compiler Clang. |
87a35f8e94 | Ben Ford | chan_pjsip.c: Add parameters to frame in indicate. |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
asterisk-18.2.0-summary.html | 169 ----- asterisk-18.2.0-summary.txt | 508 ----------------- b/.version | 2 b/CHANGES | 53 + b/ChangeLog | 923 ++++++++++++++++++++++++++++++- b/README.md | 8 b/UPGRADE.txt | 14 b/apps/app_dial.c | 14 b/apps/app_mixmonitor.c | 75 ++ b/apps/app_page.c | 13 b/apps/app_queue.c | 6 b/apps/app_read.c | 3 b/apps/app_transfer.c | 24 b/asterisk-18.3.0-rc2-summary.html | 14 b/asterisk-18.3.0-rc2-summary.txt | 102 +++ b/channels/chan_iax2.c | 40 + b/channels/chan_pjsip.c | 41 + b/channels/chan_sip.c | 60 -- b/configs/samples/func_odbc.conf.sample | 11 b/configs/samples/iax.conf.sample | 9 b/configs/samples/modules.conf.sample | 16 b/configs/samples/rtp.conf.sample | 12 b/configs/samples/stasis.conf.sample | 2 b/configure | 116 --- b/configure.ac | 5 b/formats/format_wav.c | 3 b/funcs/func_callerid.c | 146 ++-- b/funcs/func_odbc.c | 31 - b/include/asterisk/app.h | 7 b/include/asterisk/channel.h | 12 b/include/asterisk/core_unreal.h | 2 b/include/asterisk/manager.h | 2 b/include/asterisk/sorcery.h | 22 b/include/asterisk/stasis_channels.h | 26 b/include/asterisk/strings.h | 4 b/main/asterisk.c | 8 b/main/channel.c | 45 + b/main/core_unreal.c | 92 +++ b/main/frame.c | 9 b/main/manager_channels.c | 56 + b/main/say.c | 4 b/main/sorcery.c | 17 b/main/stasis.c | 3 b/main/stasis_channels.c | 9 b/main/translate.c | 24 b/res/res_agi.c | 6 b/res/res_config_pgsql.c | 32 - b/res/res_fax.c | 12 b/res/res_format_attr_celt.c | 14 b/res/res_format_attr_h263.c | 141 ++++ b/res/res_format_attr_ilbc.c | 12 b/res/res_format_attr_opus.c | 31 - b/res/res_format_attr_silk.c | 17 b/res/res_format_attr_siren14.c | 13 b/res/res_format_attr_siren7.c | 13 b/res/res_format_attr_vp8.c | 12 b/res/res_musiconhold.c | 10 b/res/res_odbc_transaction.c | 5 b/res/res_pjsip.c | 2 b/res/res_pjsip/pjsip_scheduler.c | 2 b/res/res_pjsip_diversion.c | 14 b/res/res_pjsip_endpoint_identifier_ip.c | 3 b/res/res_pjsip_nat.c | 24 b/res/res_pjsip_outbound_registration.c | 13 b/res/res_pjsip_path.c | 12 b/res/res_pjsip_pubsub.c | 2 b/res/res_pjsip_refer.c | 163 +++-- b/res/res_pjsip_registrar.c | 21 b/res/res_pjsip_sdp_rtp.c | 42 + b/res/res_pjsip_session.c | 197 +++--- b/res/res_pjsip_t38.c | 9 b/res/res_rtp_asterisk.c | 75 ++ b/res/res_sorcery_config.c | 6 73 files changed, 2450 insertions(+), 1215 deletions(-)