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.2.16.
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 |
10 tilghman 7 lmadsen 5 jpeeler 4 pabelanger 3 lathama 3 mnicholson 2 moy 2 rmudgett 2 twilson 1 cjacobsen 1 dimas 1 jcovert 1 ks3 1 kshumard 1 pprindeville 1 russell 1 seanbright 1 tzafrir |
2 elguero 2 jthurman 2 lathama 2 pabelanger 2 trev 2 zerohalo 1 bunny 1 dimas 1 joscas 1 ks3 1 mdu113 1 mmurdock 1 moy 1 nivek 1 pprindeville 1 seanbright 1 twilson |
2 pabelanger 1 bcnit 1 bunny 1 cabal95 1 cjacobsen 1 dimas 1 jcovert 1 jlaguilar 1 joscas 1 ks3 1 kshumard 1 lathama 1 mariner7 1 mdu113 1 mmurdock 1 nivek 1 pprindeville 1 rgj 1 thsgmbh 1 zerohalo |
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 |
298194 | rmudgett | Outgoing PRI/BRI calls cannot do DTMF triggered transfers. | |
298346 | seanbright | Fix reference and container leaks when running 'astobj2 test.' | |
298597 | jpeeler | Fix improper hangup when doing an attended transfer to queue. | |
298684 | jpeeler | After recording only silence for a voicemail prepending, restore backup files. | |
298957 | tilghman | Let Asterisk find better backtrace information with libbfd. | |
298962 | tilghman | Remove backtrace used for testing merge process | |
299003 | tzafrir | Typos: recieved => received | |
299136 | tilghman | Documentation fix | |
299242 | mnicholson | Respond as soon as possible with a 202 Accepted to refer requests. | |
299533 | moy | do not use progress which is for PRI and SS7, add mfcr2_progress member | |
299864 | pabelanger | Documentation typo | |
300165 | rmudgett | Use correct variable for atxfercallbackretries config option. | |
300429 | russell | Update the autosupport script from Digium support. | |
300574 | pabelanger | Change deprecated message to LOG_WARNING | |
300951 | jpeeler | Ensure good bye prompt in voicemail is played at the correct time. | |
301307 | mnicholson | Prevent buffer overflows in ast_uri_encode() | |
301310 | pabelanger | Fix a logic issue when passing context ARG | |
301594 | mnicholson | Removed a usleep(1) that shouldn't be necessary in session_do, and removed the | |
301842 | lathama | Add relationships to function documentation. | |
301848 | lathama | Add relationships to function documentation. | |
303101 | lmadsen | Create 1.6.2.17-rc2 from 1.6.2.17-rc1 | |
303141 | lmadsen | Update .version, ChangeLog, and merge changes. | |
303768 | lmadsen | Importing release summary for 1.6.2.17-rc2 release. | |
308140 | lmadsen | Create 1.6.2.17-rc3 from 1.6.2.17-rc2 | |
308143 | lmadsen | Update .version file, ChangLog, removed old summary files, and merged in change to app_queue. | |
308146 | lmadsen | Importing release summary for 1.6.2.17-rc3 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 ChangeLog | 22 apps/app_chanspy.c | 2 apps/app_meetme.c | 4 apps/app_queue.c | 2 apps/app_verbose.c | 2 apps/app_voicemail.c | 37 asterisk-1.6.2.17-rc2-summary.html | 60 asterisk-1.6.2.17-rc2-summary.txt | 90 asterisk-1.6.2.17-rc3-summary.html | 60 asterisk-1.6.2.17-rc3-summary.txt | 92 + autoconf/ast_ext_lib.m4 | 2 build_tools/cflags-devmode.xml | 5 build_tools/menuselect-deps.in | 2 cdr/cdr_pgsql.c | 6 cdr/cdr_sqlite.c | 9 channels/chan_agent.c | 2 channels/chan_dahdi.c | 23 channels/chan_iax2.c | 4 channels/chan_local.c | 12 channels/chan_sip.c | 93 - configs/extensions.conf.sample | 14 configs/phoneprov.conf.sample | 2 configs/users.conf.sample | 29 configure.ac | 34 contrib/scripts/autosupport | 619 ++++-- contrib/scripts/autosupport.8 | 63 funcs/func_aes.c | 10 funcs/func_base64.c | 10 funcs/func_dialgroup.c | 5 include/asterisk/autoconfig.h.in | 6 include/asterisk/logger.h | 10 include/asterisk/utils.h | 9 main/Makefile | 4 main/astobj2.c | 4 main/channel.c | 2 main/features.c | 22 main/logger.c | 156 + main/manager.c | 14 main/utils.c | 49 main/xmldoc.c | 2 makeopts.in | 3 pbx/ael/ael-test/ref.ael-test19 | 2 pbx/ael/ael-test/ref.ael-test3 | 14 pbx/ael/ael-test/ref.ael-vtest13 | 3367 ++++++++++++++++++------------------- pbx/ael/ael-test/ref.ael-vtest17 | 16 pbx/ael/ael-test/ref.ael-vtest25 | 2 res/ael/pval.c | 8 res/res_config_odbc.c | 5 res/res_odbc.c | 17 sample.call | 2 utils/ael_main.c | 11 utils/check_expr.c | 12 utils/conf2ael.c | 12 utils/hashtest.c | 13 utils/hashtest2.c | 12 utils/refcounter.c | 13 57 files changed, 2900 insertions(+), 2204 deletions(-)