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.4.29.
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 |
17 tilghman 8 jpeeler 8 lmadsen 8 oej 6 seanbright 5 alecdavis 4 dvossel 3 qwell 3 russell 2 kpfleming 2 tim 1 dodo 1 gknispel 1 jedi98 1 kebl0155 1 mmichelson 1 mnicholson 1 rain 1 rmudgett 1 syspert 1 tomo1657 1 vrban 1 Yasuhiro |
4 dvossel 3 atis 3 kobaz 1 alecdavis 1 Chainsaw 1 corruptor 1 davidw 1 elsto 1 jamhed 1 jsutton 1 litnimax 1 lmadsen 1 mattbrown 1 mav3rick 1 mikeeccleston 1 mnicholson 1 pwalker 1 rain 1 tilghman 1 TimeHider 1 tzafrir 1 whardier |
2 tim_ringenbach 1 alecdavis 1 alexr1 1 bluefox 1 Brian 1 davidw 1 dodo 1 elsto 1 exarv 1 francesco_r 1 jamhed 1 jedi98 1 kebl0155 1 kjotte 1 kobaz 1 litnimax 1 mav3rick 1 pwalker 1 rain 1 romain_proformatique 1 sohosys 1 syspert 1 TimeHider 1 tomo1657 1 valon24 1 vrban 1 whardier 1 Yasuhiro Konishi 1 ZX81 |
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 |
240547 | russell | Fix a spelling error in the asterisk.conf sample. | |
240768 | oej | Fix muted compilation in 1.4 only | |
240891 | dvossel | updated transmit_silence option documentation in asterisk.conf | |
241015 | seanbright | Plug a memory leak when reading configs with their comments. | #16554 |
241228 | qwell | Allow parallel make (-j) to work properly. | #16489 |
241458 | alecdavis | Update CDR variables as pbx starts | #16638 |
241544 | seanbright | Modify fix for issue 16554 to be more inline with what is already in trunk. | #16554 |
241626 | dvossel | fixes parsing error in Makefile. | |
241765 | tilghman | Guard against division by zero. | |
242142 | alecdavis | Add Dialed Number Identifier (DNID) field to cdr. | |
242226 | oej | Initialize notify_types to NULL | |
242423 | tilghman | Rebuild from flex, bison sources when necessary. | #14629 |
242520 | tilghman | Only rebuild bison and flex source files on demand, if bison and flex are detected by the configure script. | |
242683 | tilghman | Make the build of the Asterisk expression parser match that of the AEL parser. | |
242723 | tilghman | Oops, should have used CMD_PREFIX, not ECHO_PREFIX, for the commands. | |
242728 | tilghman | Buildbot pointed out an error (thanks, buildbot!) | |
242850 | oej | Report error when writing to functions returns error in AMI setvar action | |
242851 | oej | Remove debugging that indeed should have been gone before commit. Sorry. | |
242852 | tilghman | Restore FreeBSD to able-to-compile-ish-mode | |
242966 | tilghman | Only rebuild parsers by an option in menuselect | |
242969 | tilghman | Err, and use the new menuselect define, too. | |
243258 | jpeeler | Remove unnecessary code in ast_read as issue 16058 has been fully solved now. | |
243486 | mmichelson | Use a safe list traversal while checking for duplicate vars in pbx_builtin_setvar_helper. | |
243691 | jpeeler | Revert 243570, I should have looked at this closer. Will reopen the issue, but | #16488 |
243779 | russell | Fix a bogus third argument to ast_copy_string(). | |
243862 | lmadsen | Update location of bug tracker in documentation. | |
243863 | lmadsen | Oops, correct wrong link (https vs. http) in previous commit. | |
244926 | seanbright | Update main copyright date. | |
245044 | kpfleming | Remove contrib/firmware directory as it is empty | |
245422 | oej | Res_features depends on res_adsi in 1.4 | |
245496 | qwell | Remove reference of documentation in source directory. | |
245909 | oej | Make sure that res_smdi loads regardless of configuration, since chan_dahdi depends on res_smdi | |
245944 | tilghman | Include examples of FILTER usage in extension patterns where a "." may be a risk. | |
246460 | qwell | Fix some silly formatting, and remove unnecessary option_debug checks | |
246709 | tilghman | Make the menuselect instructions correct by allowing 'make menuselect' to actually solve dependency problems. | |
247422 | russell | Tweak argument handling for wget in the sounds Makefile. | |
247502 | lmadsen | Add best practices documentation. | #16808, #16810 |
247508 | lmadsen | Add additional link to best practices document per jsmith. | |
247910 | rmudgett | Merged revision 247904 from | |
248106 | oej | Make sure we support RTCP compound messages with zero reports | |
248268 | oej | Don't log to debug unless debug is turned on | |
248757 | jpeeler | Ensure that monitor recordings are written to the correct location. | |
248860 | jpeeler | Ensure that monitor recordings are written to the correct location (again) | |
249234 | kpfleming | add a reference to the now-published IAX2 RFC | |
249845 | alecdavis | fixes ability to exit echo app | #16880 |
249946 | alecdavis | revert ability to exit echo app | #16880 |
250041 | lmadsen | Update documentation to not imply we support overriding options. | #16855 |
250613 | lmadsen | Update existing Local channel documentation. | #16637 |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
BUGS | 2 LICENSE | 11 Makefile | 15 - README-SERIOUSLY.bestpractices.txt | 295 ++++++++++++++++++++++++ apps/app_echo.c | 3 apps/app_meetme.c | 4 apps/app_queue.c | 22 + apps/app_voicemail.c | 123 +++++++++- build_tools/cflags.xml | 5 build_tools/menuselect-deps.in | 2 channels/chan_agent.c | 23 + channels/chan_dahdi.c | 27 ++ channels/chan_iax2.c | 18 + channels/chan_local.c | 7 channels/chan_misdn.c | 32 -- channels/chan_sip.c | 73 ++++-- configs/cdr.conf.sample | 6 configs/extensions.conf.sample | 4 configure.ac | 50 ++++ doc/configuration.txt | 34 +- doc/imapstorage.txt | 6 doc/localchannel.txt | 437 ++++++++++++++++++++++++++++++++++--- funcs/func_math.c | 6 include/asterisk/autoconfig.h.in | 51 ++-- main/Makefile | 20 + main/ast_expr2.fl | 2 main/ast_expr2f.c | 2 main/asterisk.c | 16 + main/cdr.c | 1 main/channel.c | 77 ++---- main/config.c | 23 + main/loader.c | 47 ++- main/logger.c | 2 main/manager.c | 18 + main/pbx.c | 9 main/rtp.c | 4 makeopts.in | 2 pbx/Makefile | 18 + pbx/ael/ael_lex.c | 13 - pbx/pbx_spool.c | 4 res/res_features.c | 75 ++++-- res/res_monitor.c | 22 - res/res_smdi.c | 6 sounds/Makefile | 4 utils/Makefile | 4 45 files changed, 1326 insertions(+), 299 deletions(-)