Asterisk Development Team
2009-Aug-29 16:01 UTC
[asterisk-users] Asterisk 1.6.0.14 and 1.6.1.5 Now Available
The Asterisk Development Team is pleased to announce the release of Asterisk 1.6.0.14 and 1.6.1.5. Asterisk 1.6.0.14 and 1.6.1.5 are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ Asterisk 1.6.0.14 is the first full, non-security release since 1.6.0.10. The release candidate 1.6.0.11-rc1 was redone as 1.6.0.14-rc1 (which this release has been created from) after security releases were done as 1.6.0.13. Asterisk version 1.6.0.12 was released and rescinded shortly thereafter due to a failed merge. Asterisk 1.6.1.5 is the first full, non-security release since 1.6.1.2. The release candidate 1.6.1.3-rc1 was redone as 1.6.1.5-rc1, which this release has been created from. These releases resolve an assortment of issues in a number of areas in Asterisk. For a summary of the changes in these releases, please see the release summaries http://svn.asterisk.org/svn/asterisk/tags/1.6.0.14/asterisk-1.6.0.14-summary.txt http://svn.asterisk.org/svn/asterisk/tags/1.6.1.5/asterisk-1.6.1.5-summary.txt For a full list of changes in these releases, please see the ChangeLogs: http://svn.asterisk.org/svn/asterisk/tags/1.6.0.14/ChangeLog http://svn.asterisk.org/svn/asterisk/tags/1.6.1.5/ChangeLog The following list of issues were resolved with the participation of the community, and these releases would not have been possible without your help! * Fix SIP transport type issues. (closes issue #13865. Reported by st. Tested by mmichelson, Kristijan, vrban, jmacz, dvossel. Patched by: mmichelson, vrban, Kristijan) * Fix an issue where the 'h' extension may occasionally not fire when a Dial is executed from a Macro. Debugged in #asterisk with user tompaw. Fixed by Tilghman. * Fix MWI NOTIFY if Asterisk listens on a non-standard port (5060) (closes issue #14659. Reported by klaus3000. Tested by dvossel, klaus3000. Patched by klaus3000, dvossel) * Check if polarityonanswerdelay has elapsed before setting a channel as answered after a polarity reversal. (closes issue #13917. Reported, tested, and patched by alecdavis) * Don't fast forward past the end of a message. (closes issue #14554. Reported, tested, and patched by lacoursj) * Prevent phantom calls to queue members. (closes issue #14631. Reported, tested, and patched by latinsud) Thank you for your continued support of Asterisk!
Bob Gustafson
2009-Aug-29 20:14 UTC
[asterisk-users] Asterisk 1.6.0.14 and 1.6.1.5 Now Available - pbx/lua.c changes
The file pbx/pbx_lua.c needed to be changed slightly so as to find lua on my Fedora9 system [root at hoho4 asterisk-1.6.1.5]# diff -u pbx/pbx_lua.c.orig pbx/pbx_lua.c --- pbx/pbx_lua.c.orig 2009-08-29 14:39:46.000000000 -0500 +++ pbx/pbx_lua.c 2009-08-29 14:40:20.000000000 -0500 @@ -42,9 +42,9 @@ #include "asterisk/paths.h" #include "asterisk/hashtab.h" -#include <lua5.1/lua.h> -#include <lua5.1/lauxlib.h> -#include <lua5.1/lualib.h> +#include <lua.h> +#include <lauxlib.h> +#include <lualib.h> static char *config = "extensions.lua"; static char *registrar = "pbx_lua"; [root at hoho4 asterisk-1.6.1.5]# On Sat, 2009-08-29 at 12:01 -0400, Asterisk Development Team wrote:> The Asterisk Development Team is pleased to announce the release of Asterisk > 1.6.0.14 and 1.6.1.5. Asterisk 1.6.0.14 and 1.6.1.5 are available for immediate > download at http://downloads.asterisk.org/pub/telephony/asterisk/ >
Tilghman Lesher
2009-Aug-30 06:46 UTC
[asterisk-users] Asterisk 1.6.0.14 and 1.6.1.5 Now Available - pbx/lua.c changes
On Saturday 29 August 2009 15:14:33 Bob Gustafson wrote:> The file pbx/pbx_lua.c needed to be changed slightly so as to find lua > on my Fedora9 systemFixed in SVN. See: http://lists.digium.com/pipermail/asterisk-commits/2009-August/036616.html -- Tilghman & Teryl with Peter, Cottontail, Midnight, Thumper, & Johnny (bunnies) and Harry, BB, & George (dogs)