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.6.0.18.
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 |
9 dvossel 6 russell 5 tilghman 4 mnicholson 3 kpfleming 2 alecdavis 2 atis 2 file 2 jpeeler 2 mnick 1 bklang 1 dimas 1 diruggles 1 Laureano 1 oej 1 vnovy |
5 dvossel 3 mnicholson 3 parisioa 3 tilghman 2 alecdavis 2 mnick 1 ajohnson 1 AlexMS 1 amorsen 1 diLLec 1 falves11 1 Laureano 1 oej 1 Parantido 1 rmudgett 1 russell 1 thedavidfactor 1 zalex1953 |
2 atis 2 parisioa 2 wdoekes 1 ajohnson 1 alecdavis 1 AlexMS 1 amorsen 1 bklang 1 CGMChris 1 dcabot 1 diLLec 1 dimas 1 falves11 1 jiddings 1 mgernoth 1 msetim 1 Parantido 1 patrol-cz 1 rmudgett 1 sgimeno 1 Shagg63 1 udosw 1 vnovy 1 zalex1953 |
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 |
230587 | dvossel | audiohook signal trigger on every status change | #14618 |
230878 | kpfleming | Correct fix for issue #16268... the reporter's original patch was very close to correct. | #16268 |
230882 | file | Change fax detection in chan_sip so it behaves as one would expect. | |
231192 | mnicholson | Load pbx_lua with global symbols to allow linking with other lua libraries. | |
231300 | tilghman | After a frame duplication failure, unlock the channel before returning. | |
231560 | dvossel | app_queue crashes randomly, often during call-transfers | |
231693 | kpfleming | Another round of UDPTL stack fixes/improvements: | |
231744 | mnicholson | Ignore unknown formats in ast_format_str_reduce() and return an error if no know formats are found. | |
231879 | dvossel | WaitExten m option with no parameters generates frame with zero datalen but non-null data ptr | |
232009 | russell | Fix a warning pointed out by buildbot. | |
232013 | russell | Fix a build error on FreeBSD. | |
233112 | russell | Only do frame payload check for HOLD frames. | |
233230 | russell | unblock a rev. | |
233614 | dvossel | fixes incorrect logic in ast_uri_encode | #16299 |
233617 | atis | Fix compatibility with valgrind 3.3 and older. | #16388 |
233881 | russell | Fix breakage of the "module load |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
apps/app_amd.c | 1 apps/app_externalivr.c | 115 +++++----- apps/app_mixmonitor.c | 94 ++++++-- apps/app_queue.c | 15 + apps/app_voicemail.c | 456 ++++++++++++++++++++++++++++--------------- channels/chan_dahdi.c | 6 channels/chan_iax2.c | 2 channels/chan_sip.c | 142 ++++++++----- configs/iax.conf.sample | 3 configs/sip.conf.sample | 5 contrib/valgrind.supp | 12 - formats/format_g723.c | 5 formats/format_g726.c | 5 formats/format_g729.c | 5 formats/format_gsm.c | 5 formats/format_h263.c | 5 formats/format_h264.c | 5 formats/format_ilbc.c | 5 formats/format_jpeg.c | 5 formats/format_ogg_vorbis.c | 5 formats/format_pcm.c | 5 formats/format_sln.c | 5 formats/format_sln16.c | 5 formats/format_vox.c | 5 formats/format_wav.c | 5 formats/format_wav_gsm.c | 5 funcs/func_groupcount.c | 4 funcs/func_lock.c | 2 include/asterisk/audiohook.h | 6 include/asterisk/file.h | 11 + include/asterisk/module.h | 8 include/asterisk/udptl.h | 19 + main/acl.c | 2 main/app.c | 12 - main/audiohook.c | 51 ++-- main/channel.c | 12 + main/dsp.c | 7 main/features.c | 10 main/file.c | 73 ++++++ main/loader.c | 123 ++++++----- main/manager.c | 5 main/pbx.c | 2 main/rtp.c | 1 main/udptl.c | 307 +++++++++++++++++----------- main/utils.c | 2 pbx/pbx_config.c | 29 ++ pbx/pbx_lua.c | 2 res/res_musiconhold.c | 159 ++++++++++---- 48 files changed, 1189 insertions(+), 584 deletions(-)