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.8.0.
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 |
13 rmudgett 10 tilghman 9 jpeeler 8 twilson 6 pabelanger 4 russell 3 dvossel 2 bbryant 1 alecdavis 1 jcovert 1 junky 1 klaus3000 1 lmadsen 1 mmichelson 1 mnicholson 1 one47 1 sruffell 1 wdoekes |
3 pabelanger 3 tilghman 2 lmadsen 2 zerohalo 1 falves11 1 jcovert 1 Nic Colledge (mailing list) 1 one47 1 orn 1 rgenthner 1 suretec 1 sustav 1 tpanton 1 wdoekes |
2 pabelanger 2 wdoekes 1 abelbeck 1 antonio 1 bwg 1 chodorenko 1 DennisD 1 frawd 1 globalnetinc 1 jcollie 1 jcovert 1 jmls 1 junky 1 klaus3000 1 lftsy 1 netfuse 1 one47 1 orn 1 scramatte 1 smallet 1 sustav 1 tpanton 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 |
292343 | pabelanger | Add resample and imap_tk dependencies. | |
292376 | tilghman | Oops. This module uses the generic timer and no longer uses DAHDI. | |
292489 | rmudgett | Send CONNECT_ACKNOWLEDGE for CIS calls too. | |
292523 | russell | Add var=value to log message on update failure, and add newline. | |
292628 | pabelanger | Fix typo in SUSE init script. | |
292667 | tilghman | Compile correctly on Linux (asterisk/localtime.h depends upon asterisk/autoconfig.h loading first). | |
292704 | rmudgett | Connected line is not updated when chan_dahdi/sig_pri or chan_misdn transfers a call. | |
292740 | twilson | Add TLS cert helper script | |
292741 | mmichelson | Prevent multiple runs of event_sub_test from producing false failure results. | |
292794 | twilson | Make files readable only by the owner | |
292825 | twilson | Don't create directories without at least o+x | |
292868 | dvossel | This patch turns chan_local pvts into astobj2 objects. | |
292906 | tilghman | Allow the DAHDI driver to compile, even with a sufficiently older version of libpri. | |
292969 | tilghman | Several more defines that need to be altered for compiling against an older version of libpri | |
293046 | rmudgett | Allow the DAHDI driver to compile, even with a sufficiently older version of libpri. | |
293081 | rmudgett | No need to define the struct if there are no users. | |
293119 | jpeeler | Fix inprocess_container in voicemail to correctly restrict max messages. | |
293197 | tilghman | "!00" evaluated as false, which is incorrect. Fixing. | |
293341 | rmudgett | Remove some code that serves no purpose. | |
293418 | rmudgett | Remove some more code that serves no purpose. | |
293530 | rmudgett | Analog 3-way call would not connect all parties if one was using sig_pri. | |
293611 | pabelanger | If manager and tls are disabled, do not display TCP/TLS Bindaddress. | |
293648 | rmudgett | Make warning message have more useful information in it. | |
293803 | twilson | Avoid valgrind warnings for ast_rtp_instance_get_xxx_address | |
293807 | rmudgett | Party A in an analog 3-way call would continue to hear ringback after party C answers. | |
293924 | dvossel | Fixes ringback tone on sip semi-attended transfer. | |
293970 | sruffell | codecs/codec_dahdi: Prevent "choppy" audio when receiving unexpected frame sizes. | |
294047 | twilson | Tell people to use the correct common name for clients as well | |
294049 | twilson | Corret spelling and example | |
294125 | rmudgett | valgrind reported references to freed memory during a mISDN hangup collision. | |
294207 | twilson | Set a default waittime, and make sure to convert it to milliseconds | |
294313 | jpeeler | add missing unlock not present in 294277 | |
294349 | rmudgett | Analog lines do not transfer CONNECTED LINE or execute the interception macros. | |
294466 | rmudgett | Allow ast_do_masquerade() failure to be reported again. | |
294535 | russell | Tweak a couple of CLI commands back to their original form. | |
294605 | tilghman | Fixing the Mac OS X build (bamboo warning) | |
294740 | russell | Remove most of the contents of the doc dir in favor of the wiki content. | |
294745 | russell | Remove CCSS architecture PDF. | |
294911 | jpeeler | Return correct error code if lock path fails. The recent changes to open_mailbox actually caused it to be fixed, but let's be consistent. | |
295078 | tilghman | Create test verifying results of expression parser |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
Makefile | 9 UPGRADE.txt | 4 apps/app_dial.c | 2 apps/app_voicemail.c | 118 +++ build_tools/prep_tarball | 20 channels/chan_dahdi.c | 84 +- channels/chan_iax2.c | 9 channels/chan_local.c | 406 +++++++------ channels/chan_misdn.c | 417 +++++++------ channels/chan_sip.c | 162 +++-- channels/misdn/ie.c | 1 channels/sig_analog.c | 212 +++--- channels/sig_analog.h | 3 channels/sig_pri.c | 260 ++++++-- channels/sig_pri.h | 2 codecs/codec_dahdi.c | 8 configs/calendar.conf.sample | 6 configs/res_ldap.conf.sample | 36 - configure.ac | 19 contrib/init.d/rc.suse.asterisk | 2 contrib/scripts/ast_tls_cert | 186 ++++++ contrib/scripts/asterisk.ldif | 171 ++++- contrib/scripts/install_prereq | 1 doc/CODING-GUIDELINES | 982 -------------------------------- doc/HOWTO_collect_debug_information.txt | 89 -- doc/India-CID.txt | 75 -- doc/PEERING | 503 ---------------- doc/README.txt | 10 doc/advice_of_charge.txt | 189 ------ doc/asterisk-mib.txt | 778 ------------------------- doc/backtrace.txt | 277 --------- doc/building_queues.txt | 823 -------------------------- doc/callfiles.txt | 139 ---- doc/chan_sip-perf-testing.txt | 110 --- doc/cli.txt | 33 - doc/codec-64bit.txt | 47 - doc/database_transactions.txt | 29 doc/datastores.txt | 63 -- doc/digium-mib.txt | 24 doc/distributed_devstate-XMPP.txt | 433 -------------- doc/distributed_devstate.txt | 320 ---------- doc/externalivr.txt | 197 ------ doc/followme.txt | 32 - doc/google-soc2009-ideas.txt | 3 doc/hoard.txt | 38 - doc/jabber.txt | 107 --- doc/janitor-projects.txt | 28 doc/jingle.txt | 10 doc/ldap.txt | 65 -- doc/macroexclusive.txt | 78 -- doc/manager_1_1.txt | 454 -------------- doc/modules.txt | 25 doc/osp.txt | 747 ------------------------ doc/queue.txt | 39 - doc/realtimetext.txt | 84 -- doc/res_config_sqlite.txt | 124 ---- doc/rtp-packetization.txt | 75 -- doc/sip-retransmit.txt | 126 ---- doc/siptls.txt | 97 --- doc/smdi.txt | 137 ---- doc/sms.txt | 147 ---- doc/snmp.txt | 53 - doc/speechrec.txt | 295 --------- doc/ss7.txt | 116 --- doc/timing.txt | 90 -- doc/unistim.txt | 127 ---- doc/valgrind.txt | 24 doc/video.txt | 47 - doc/video_console.txt | 159 ----- doc/voicemail_odbc_postgresql.txt | 454 -------------- funcs/func_curl.c | 5 funcs/func_strings.c | 6 include/asterisk.h | 1 include/asterisk/channel.h | 46 + include/asterisk/rtp_engine.h | 57 + include/asterisk/timing.h | 10 main/ast_expr2.c | 566 +++++++++++------- main/ast_expr2.h | 69 -- main/ast_expr2.y | 4 main/asterisk.c | 1 main/channel.c | 257 +++++++- main/devicestate.c | 3 main/manager.c | 9 main/pbx.c | 303 ++++++--- main/rtp_engine.c | 16 main/timing.c | 5 pbx/pbx_spool.c | 163 +++-- res/ael/ael.tab.c | 978 +++++++++++++++++++++++-------- res/ael/ael.tab.h | 87 -- res/ael/ael_lex.c | 32 - res/ais/clm.c | 4 res/ais/evt.c | 4 res/res_calendar.c | 6 res/res_config_ldap.c | 3 res/res_musiconhold.c | 3 res/res_srtp.c | 10 res/res_timing_timerfd.c | 10 tests/test_event.c | 2 tests/test_expr.c | 191 ++++++ 99 files changed, 3417 insertions(+), 10474 deletions(-)