This release includes only bug fixes. The changes included were made only to address problems that have been identified in this release series. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous release series 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-1.8.21.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 closed by commits that went into this release.
Coders |
Testers |
Reporters |
6 mjordan 5 bebuild 5 rmudgett 5 wdoekes 4 kmoore 3 dlee 2 elguero 2 kharwell 2 mmichelson 2 tzafrir 1 avalentin 1 coriley 1 Dmitriy Serov 1 eelcob 1 file 1 ianc 1 igorg 1 kmoore, wdoekes 1 nbansal 1 Pavel Troller 1 qwell 1 russell 1 seanbright 1 serginuez |
2 kmoore 1 andrea 1 Daniel Bohling 1 jbigelow 1 Pavel Troller 1 wdoekes |
2 mjordan 2 wdoekes 1 /dev/null 1 aepshteyn 1 avalentin 1 coriley 1 dbohling 1 Demon 1 eelcob 1 ianc 1 jbigelow 1 johan 1 mmichelson 1 nbansal 1 patrol-cz 1 pgoergler 1 rmudgett 1 serginuez 1 shmagin 1 sickpig 1 tomaso 1 tsearle |
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 directly close an issue from the issue tracker. The commits may have been marked as being related to an issue. If that is the case, the issue numbers are listed here, as well.
Revision | Author | Summary | Issues Referenced |
380572 | rmudgett | chan_dahdi: Fix "dahdi show channels group" for groups greater than 31. | |
380611 | rmudgett | Make CHECK_BLOCKING() debug message more useful. | |
380853 | rmudgett | Separate option_types[] from the struct definition. | |
380973 | dlee | Fixed failing test from r380696. | ASTERISK-20787 |
381281 | mmichelson | Do not allow native RTP bridging if packetization of media streams differs. | |
381466 | rmudgett | End stuck DTMF if AST_SOFTHANGUP_ASYNCGOTO because it isn't a real hangup. | ASTERISK-20492 |
381668 | wdoekes | Remove "registertrying" and add "rtp_engine" from/to sip.conf.sample | |
382087 | tzafrir | Remove unneeded linux-gnueabi* | |
382107 | wdoekes | Correct RPID parsing for unquoted display-name. | |
382110 | tzafrir | Consider linux-gnuspe as linux-gnu | |
382153 | file | Fix the configure script over here as well. | |
382513 | kmoore | Correct app_page documentation | |
383061 | qwell | Fix whitespace in AST_EXT_LIB_CHECK macro. | |
383340 | dlee | Removed codecs/g722/*.i on make clean | |
383460 | wdoekes | Have func_curl log a warning when a curl request fails. | |
383667 | seanbright | Properly delimit post data in res_config_curl. | |
383835 | russell | Fix multi-station answer race condition. | |
383839 | mjordan | Resolve deadlock between pending CDR and batch CDR locks | ASTERISK-21162 |
383863 | mjordan | Resolve deadlock between SIP registration and channel based functions | ASTERISK-21068, ASTERISK-20550, ASTERISK-21314, ASTERISK-21296 |
384162 | kmoore | Address uninitialized conditional that valgrind found | |
388166 | bebuild | Create 1.8.22.0-rc2 | |
388169 | bebuild | Remove old summaries, update version | |
388176 | bebuild | Importing release summary for 1.8.22.0-rc2 release. | |
388195 | bebuild | Merge blockers for 1.8.22.0-rc2 | ASTERISK-21356, ASTERISK-21389, ASTERISK-21394, ASTERISK-21429 |
388197 | bebuild | Importing release summary for 1.8.22.0-rc2 release. |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
.version | 2 UPGRADE.txt | 11 addons/res_config_mysql.c | 29 -- apps/app_db.c | 8 apps/app_meetme.c | 23 + apps/app_page.c | 4 apps/app_parkandannounce.c | 2 apps/app_playback.c | 2 asterisk-1.8.22.0-rc1-summary.html | 299 ------------------------ asterisk-1.8.22.0-rc1-summary.txt | 385 ------------------------------- asterisk-1.8.22.0-rc2-summary.html | 65 +++++ asterisk-1.8.22.0-rc2-summary.txt | 101 ++++++++ autoconf/ast_ext_lib.m4 | 4 channels/chan_dahdi.c | 7 channels/chan_iax2.c | 4 channels/chan_jingle.c | 1 channels/chan_sip.c | 211 +++++++++++----- channels/chan_unistim.c | 1 channels/sig_pri.c | 8 channels/sip/include/sip.h | 1 codecs/Makefile | 2 configs/sip.conf.sample | 3 configure.ac | 6 contrib/realtime/mysql/sippeers.sql | 14 - contrib/realtime/postgresql/realtime.sql | 2 funcs/func_curl.c | 15 + include/asterisk/autoconfig.h.in | 5 include/asterisk/channel.h | 4 main/Makefile | 2 main/cdr.c | 24 + main/channel.c | 15 + main/devicestate.c | 13 - main/dial.c | 13 - main/features.c | 36 +- main/http.c | 32 ++ main/manager.c | 39 ++- main/rtp_engine.c | 13 + main/tcptls.c | 5 pbx/pbx_spool.c | 19 + res/res_config_curl.c | 7 res/res_jabber.c | 5 res/res_rtp_asterisk.c | 2 res/res_timing_pthread.c | 121 ++++----- 43 files changed, 658 insertions(+), 907 deletions(-)