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.6.
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 |
21 file 19 russell 16 mmichelson 15 tilghman 9 dvossel 5 jpeeler 4 kpfleming 4 murf 3 klaus3000 3 qwell 2 jthurman 2 rmudgett 1 alecdavis 1 asbestoshead 1 crich 1 eliel 1 KNK 1 Marquis 1 mvanbaak 1 sobomax 1 twilson 1 ulogic |
4 lmadsen 3 dvossel 2 caspy 2 klaus3000 2 russell 1 afu 1 crich 1 festr 1 fiddur 1 file 1 legranjl 1 Marquis 1 murf 1 Nick_Lewis 1 okrief 1 pinga-fogo 1 pj 1 sasargen 1 siepkes 1 sobomax 1 sodom 1 tilghman 1 tzafrir 1 vadim |
6 caspy 3 klaus3000 2 acunningham 2 alerios 2 makoto 2 pj 2 tim_ringenbach 1 agalbraith 1 alecdavis 1 asbestoshead 1 BMC 1 chris-mac 1 Christian_Pinedo 1 dimas 1 eliel 1 festr 1 fiddur 1 garychen 1 guillecabeza 1 JimDickenson 1 jon 1 jthurman 1 jtodd 1 KNK 1 legranjl 1 lmadsen 1 Marquis 1 marsosa 1 meric 1 mmichelson 1 moliveras 1 mousepad99 1 Nick_Lewis 1 sasargen 1 sherpya 1 sobomax 1 sodom 1 stevenla 1 strk 1 sverre 1 tzafrir 1 ulogic 1 vhatz 1 vicks1 1 ygor 1 zktech |
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 |
178306 | twilson | Change include order to make compile on Centos 5 with DAHDI | |
178343 | tilghman | Use a SIGPIPE to kill the process, instead of depending upon the astcanary process being inherited by init. | |
178376 | tilghman | The 3 possible errors with pipe(2) are all impossible in this situation. | |
178378 | russell | Only set dtmfcount on BEGIN, and ensure it gets reset to 0 properly. | #14460 |
178382 | tilghman | Apparently, a void cast doesn't override warn_unused_result. | |
178510 | russell | Update the copyright year for the main page of the doxygen documentation. | |
178874 | dvossel | IAX2 prune realtime, minor tweak to last fix | #14479 |
178987 | murf | ........ | |
179463 | russell | Ensure that only one thread is calling ast_settimeout() on a channel at a time. | |
179534 | russell | Move ast_waitfor() down to avoid the results of the API call becoming stale. | |
179610 | russell | Make it easier to detect an improper call to ast_read(). | |
179673 | file | Move where fdno is set to the default value to *after* the read callback of the channel driver is called. | |
179743 | russell | Ensure chan->fdno always gets reset to -1 after handling a channel fd event. | |
179971 | mmichelson | Fix a memory leak when updating a realtime member field. | #14353 |
180058 | murf | suite. I had to play around with the makefile a bit, etc. | |
180196 | file | Look for the number in a callerid string starting from the end. This way a value using <> can exist in the name portion. | |
180377 | kpfleming | Fix problems when RTP packet frame size is changed | |
180582 | mmichelson | Make compilation succeed in dev-mode when IMAP storage is enabled. | |
180946 | qwell | Make things happier when using autoconf 2.62+ | |
181178 | jpeeler | Fix merge oops from 181137 | |
181284 | jpeeler | add missing header file | |
181429 | russell | Make handling of the BRIDGEPVTCALLID variable thread-safe. | |
181450 | qwell | Allow prefix to set localstatedir (when used and different from the default). | |
181543 | rmudgett | Use the correct branch integrated property when generating the version string | |
181666 | file | Fix incorrect usage of strncasecmp... I really meant to use strcasecmp. | |
181848 | mmichelson | Run the macro on the queue member's channel when he answers, not the caller's channel. | |
182036 | file | Fix an issue with requesting a T38 reinvite before the call is answered. | |
182172 | file | Fix a memory leak in the ast_answer / __ast_answer API call. | |
182283 | dvossel | Randomize IAX2 encryption padding | |
182526 | kpfleming | Improve behavior of ast_answer() to not lose incoming frames | |
182532 | kpfleming | correct logic flaw in ast_answer() changes in r182525 | |
182569 | russell | Tweak the handling of the frame list inside of ast_answer(). | |
183029 | jpeeler | Add some code removed by mistake from commit 182722 that works around a file | |
183066 | file | Fix an issue where a T38 control frame would get dropped. | |
183109 | file | Improve our triggering of a T38 switchover internally when triggered by a received reinvite. | |
183118 | mmichelson | Fix an issue where cancelled outgoing SIP calls would erroneously report the device as "in use." | |
183243 | russell | Remove the use of RTLD_NOLOAD, as it is not behaving like expected. | |
183437 | dvossel | Cleaning up a few things in detect disconnect patch | #11583 |
183562 | russell | Fix a crash in IAX2 registration handling found during load testing with dvossel. | |
183767 | mmichelson | Fix a memory leak in res_monitor.c | |
183866 | tilghman | Allow browsers to cache images and other static content. | |
183915 | tilghman | Additionally note that the operator option needs an 'o' extension. | #14731 |
184038 | russell | Exclude slin16, siren7, and siren14 from bandwidth=low and =medium | |
184080 | mmichelson | Change NULL pointer check to be ast_strlen_zero. | |
184281 | file | Fix issue with a T38 reinvite being sent even if not configured to do so. | |
184449 | kpfleming | use new, improved 8kHz prompts | |
184516 | russell | Don't act surprised if we get a -1 indication. | |
184674 | file | Fix speech structure leak in the AGI speech recognition integration. | |
184727 | russell | Use ast_random() instead of rand() to ensure we use the best RNG available. | |
184911 | russell | Fix build error when chan_h323 is not being built. | |
185125 | rmudgett | Update the channel allocation method documentation. |
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_dahdiras.c | 4 apps/app_dial.c | 37 + apps/app_followme.c | 2 apps/app_meetme.c | 4 apps/app_minivm.c | 4 apps/app_mp3.c | 2 apps/app_nbscat.c | 2 apps/app_queue.c | 219 +++++----- apps/app_read.c | 6 apps/app_senddtmf.c | 2 apps/app_stack.c | 22 - apps/app_test.c | 55 +- apps/app_voicemail.c | 23 - autoconf/ast_check_gnu_make.m4 | 18 autoconf/ast_check_openh323.m4 | 13 autoconf/ast_prog_sed.m4 | 3 build_tools/make_version | 7 cdr/cdr_sqlite3_custom.c | 7 channels/Makefile | 25 - channels/chan_alsa.c | 1 channels/chan_dahdi.c | 11 channels/chan_h323.c | 32 + channels/chan_iax2.c | 152 +++++-- channels/chan_local.c | 27 - channels/chan_sip.c | 830 ++++++++++++++++----------------------- channels/chan_skinny.c | 2 channels/h323/Makefile.in | 2 channels/h323/ast_h323.cxx | 144 ++++-- channels/h323/ast_h323.h | 28 - channels/h323/chan_h323.h | 1 channels/h323/compat_h323.cxx | 1 channels/h323/compat_h323.h | 2 channels/iax2-parser.h | 45 +- channels/misdn/isdn_lib.c | 2 channels/misdn_config.c | 9 configs/extensions.conf.sample | 8 configs/features.conf.sample | 4 configs/misdn.conf.sample | 9 configs/queues.conf.sample | 7 configs/sip.conf.sample | 2 configs/voicemail.conf.sample | 9 configure | 466 ++++++++------------- configure.ac | 16 doc/tex/channelvariables.tex | 4 funcs/func_env.c | 57 +- include/asterisk/app.h | 10 include/asterisk/astmm.h | 38 + include/asterisk/autoconfig.h.in | 9 include/asterisk/channel.h | 55 ++ include/asterisk/compat.h | 2 include/asterisk/features.h | 25 + include/asterisk/frame.h | 10 include/asterisk/io.h | 4 include/asterisk/poll-compat.h | 30 - include/asterisk/utils.h | 15 main/Makefile | 11 main/app.c | 20 main/ast_expr2.c | 225 ++++++---- main/ast_expr2.fl | 19 main/ast_expr2.h | 2 main/ast_expr2.y | 67 ++- main/ast_expr2f.c | 173 ++++---- main/asterisk.c | 47 +- main/callerid.c | 2 main/channel.c | 235 ++++++++--- main/db.c | 9 main/editline/configure | 120 +++++ main/editline/configure.in | 2 main/editline/np/unvis.c | 2 main/editline/sys.h | 10 main/enum.c | 80 ++- main/features.c | 150 ++++--- main/file.c | 1 main/frame.c | 91 ++-- main/http.c | 2 main/io.c | 3 main/loader.c | 13 main/manager.c | 5 main/poll.c | 23 - main/rtp.c | 63 ++ main/translate.c | 25 - main/utils.c | 4 res/res_agi.c | 9 res/res_monitor.c | 6 res/res_musiconhold.c | 4 sounds/Makefile | 4 utils/Makefile | 49 +- utils/astcanary.c | 14 utils/expr2.testinput | 8 utils/extconf.c | 111 ----- 90 files changed, 2388 insertions(+), 1745 deletions(-)