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-17.7.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 |
---|---|---|
4 George Joseph 3 Sean Bright 3 Joshua C. Colp 2 Kevin Harwell 2 Asterisk Development Team 2 Alexander Traud 1 Kfir Itzhak 1 Evandro César Arruda 1 Torrey Searle 1 Patrick Verzele 1 Nickolay Shmyrev 1 Andrew Siplas | 1 Nickolay V. Shmyrev 1 Ramarajan 1 Ove Aursand 1 Evandro César Arruda 1 Thomas Johnson 1 Misha Vodsedalek 1 Andrew Siplas 1 Torrey Searle 1 Kfir Itzhak 1 Joshua C. Colp 1 Joseph Ades 1 Leandro Dardini |
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 |
---|---|---|
a955dcd03c | Asterisk Development Team | Update for 17.8.0-rc1 |
b0410c5960 | Asterisk Development Team | Update CHANGES and UPGRADE.txt for 17.8.0 |
d2cc36e4a8 | Patrick Verzele | res_pjsip_session: Deferred re-INVITE without SDP send a=sendrecv instead of a=sendonly |
ee7ded19fb | Kevin Harwell | conversions: Add string to signed integer conversion functions |
2c09b23444 | George Joseph | ast_coredumper: Fix issues with naming |
fbc0193015 | Alexander Traud | sip_nat_settings: Update script for latest Linux. |
106cfc61f7 | Alexander Traud | samples: Fix keep_alive_interval default in pjsip.conf. |
ddaf9751e9 | George Joseph | logger.c: Added a new log formatter called "plain" |
315b5f3929 | Sean Bright | res_musiconhold.c: Use ast_file_read_dir to scan MoH directory |
393444fc20 | George Joseph | stream.c: Added 2 more debugging utils and added pos to stream string |
d491db4fe2 | George Joseph | scope_trace: Added debug messages and added additional macros |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
asterisk-17.7.0-summary.html | 74 ---------- asterisk-17.7.0-summary.txt | 239 ---------------------------------- b/.version | 2 b/CHANGES | 22 +++ b/ChangeLog | 227 +++++++++++++++++++++++++++++++- b/apps/app_queue.c | 3 b/apps/app_voicemail.c | 30 +--- b/asterisk-17.8.0-rc1-summary.html | 76 ++++++++++ b/asterisk-17.8.0-rc1-summary.txt | 237 +++++++++++++++++++++++++++++++++ b/channels/pjsip/dialplan_functions.c | 5 b/configs/samples/logger.conf.sample | 4 b/configs/samples/pjsip.conf.sample | 10 - b/contrib/scripts/ast_coredumper | 4 b/contrib/scripts/sip_nat_settings | 19 -- b/include/asterisk/conversions.h | 54 +++++++ b/include/asterisk/frame.h | 5 b/include/asterisk/logger.h | 86 ++++++++++-- b/include/asterisk/stream.h | 26 +++ b/main/bridge_channel.c | 37 +++++ b/main/conversions.c | 51 +++++++ b/main/logger.c | 52 +++++++ b/main/stream.c | 27 +-- b/res/res_musiconhold.c | 131 ++++++++++-------- b/res/res_pjsip_diversion.c | 6 b/res/res_pjsip_session.c | 13 + b/res/res_speech.c | 7 b/tests/test_conversions.c | 96 +++++++++++++ 27 files changed, 1090 insertions(+), 453 deletions(-)