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.1.14.
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 |
15 tilghman 10 dvossel 6 lmadsen 6 mmichelson 5 jpeeler 3 alecdavis 2 kpfleming 2 qwell 2 russell 2 seanbright 2 tim 1 bklang 1 dodo 1 jedi98 1 mnicholson 1 pprindeville 1 raarts 1 rain 1 rmudgett 1 thirionjwf 1 vrban |
6 tilghman 3 dvossel 1 bloodoff 1 Chainsaw 1 corruptor 1 davidw 1 elsto 1 jamhed 1 jsmith 1 kenny 1 lmadsen 1 mattbrown 1 mikeeccleston 1 misaksen 1 mmichelson 1 mnicholson 1 pwalker 1 raarts 1 rain 1 tzafrir 1 whardier |
2 bklang 2 davidw 2 elsto 2 tim_ringenbach 1 alecdavis 1 alexanderheinz 1 barthpbx 1 bluefox 1 Brian 1 dodo 1 exarv 1 hevad 1 jamhed 1 jedi98 1 kjotte 1 kobaz 1 krn 1 michaesc 1 pprindeville 1 pwalker 1 raarts 1 rain 1 thirionjwf 1 tomo1657 1 vlad 1 vrban 1 wdoekes 1 whardier |
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 |
244553 | mmichelson | Initialize counters in ast_sched_report so that resulting data is not bogus. | |
244929 | seanbright | Update main copyright date. | |
245095 | jpeeler | Remove contrib/firmware directory as it is empty | |
245499 | qwell | Remove reference of documentation in source directory. | |
245625 | russell | Fix return value of get_ie_str() and get_ie_str_hash() for non-existent IE. | |
245682 | kpfleming | Don't offer MMR or JBIG transcoding during T.38 negotiation. | |
245947 | tilghman | Include examples of FILTER usage in extension patterns where a "." may be a risk. | |
246024 | tilghman | Enable warnings on atypical conditions for the FILTER function (suggested by mmichelson on the -dev list). | |
246202 | tilghman | Fix weird issue with unit tests on optimized build - turned out to be a signing issue. | |
246206 | tilghman | Fussy compiler on another machine... | |
246463 | qwell | Fix some silly formatting that made my head hurt. | |
246712 | tilghman | Make the menuselect instructions correct by allowing 'make menuselect' to actually solve dependency problems. | |
246902 | dvossel | fixes sample rate conversion issue with Monitor application | |
246987 | mmichelson | Add some clarifying documentation to the ast_str_set and ast_str_append functions. | |
247078 | mmichelson | Add va_end calls to __ast_str_helper. | |
247171 | mmichelson | Make sure that when autofill is disabled that callers not in the front of the queue cannot place calls. | |
247336 | mmichelson | Fix two problems in ast_str functions found while writing a unit test. | |
247425 | russell | Tweak argument handling for wget in the sounds Makefile. | |
247505 | lmadsen | Add best practices documentation. | #16808, #16810 |
247511 | lmadsen | Add additional link to best practices document per jsmith. | |
247946 | rmudgett | Merged revision 247904 from | |
248796 | jpeeler | Ensure that monitor recordings are written to the correct location. | |
248948 | mmichelson | Fix incorrect ACL behavior when CIDR notation of "/0" is used. | |
248954 | jpeeler | Ensure that monitor recordings are written to the correct location (again) | |
249237 | kpfleming | add a reference to the now-published IAX2 RFC | |
249363 | alecdavis | overlap receiving: automatically send CALL PROCEEDING when dialplan starts | #16789 |
249406 | tilghman | Properly document voicemail API documents. Also fix a crash reported via the -dev list. | |
249624 | tilghman | Constify a bit of app_voicemail, to make ODBC and IMAP compile once again. | |
249843 | alecdavis | fixes ability to exit echo app | #16880 |
249896 | dvossel | fixes adaptive jitterbuffer configuration | |
249949 | alecdavis | revert ability to exit echo app | #16880 |
250053 | lmadsen | Update IMAP documentation. | #16704 |
250260 | dvossel | fixes signed to unsigned int comparision issue for FaxMaxDatagram value. |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
LICENSE | 11 Makefile | 3 README-SERIOUSLY.bestpractices.txt | 295 +++++++++++++++++++++ apps/app_dial.c | 10 apps/app_fax.c | 9 apps/app_queue.c | 21 - apps/app_voicemail.c | 134 +++++---- channels/Makefile | 4 channels/chan_alsa.c | 3 channels/chan_console.c | 4 channels/chan_dahdi.c | 38 ++ channels/chan_gtalk.c | 3 channels/chan_h323.c | 3 channels/chan_iax2.c | 16 - channels/chan_jingle.c | 3 channels/chan_local.c | 4 channels/chan_mgcp.c | 3 channels/chan_misdn.c | 32 -- channels/chan_oss.c | 1 channels/chan_sip.c | 183 +++++++++---- channels/chan_skinny.c | 3 channels/chan_unistim.c | 5 channels/chan_usbradio.c | 1 channels/misdn_config.c | 1 configs/alsa.conf.sample | 7 configs/cdr.conf.sample | 6 configs/chan_dahdi.conf.sample | 7 configs/console.conf.sample | 7 configs/extensions.conf.sample | 4 configs/mgcp.conf.sample | 7 configs/misdn.conf.sample | 7 configs/oss.conf.sample | 7 configs/sip.conf.sample | 7 configs/usbradio.conf.sample | 7 doc/tex/configuration.tex | 32 +- doc/tex/imapstorage.tex | 6 doc/tex/localchannel.tex | 518 ++++++++++++++++++++++++++++++++----- funcs/func_strings.c | 37 +- include/asterisk/abstract_jb.h | 7 include/asterisk/app.h | 39 ++ include/asterisk/strings.h | 19 - include/asterisk/udptl.h | 16 + main/Makefile | 6 main/abstract_jb.c | 5 main/acl.c | 9 main/ast_expr2.fl | 2 main/ast_expr2f.c | 2 main/asterisk.c | 16 + main/channel.c | 53 ++- main/event.c | 6 main/features.c | 3 main/loader.c | 47 ++- main/logger.c | 7 main/sched.c | 1 main/tcptls.c | 5 main/udptl.c | 36 ++ main/utils.c | 6 res/res_monitor.c | 22 - res/res_speech.c | 3 sounds/Makefile | 4 60 files changed, 1416 insertions(+), 347 deletions(-)