[asterisk-users] Asterisk 1.6.0.14 and 1.6.1.5 Now Available	-	pbx/lua.c changes
    Bob Gustafson 
    bobgus at rcn.com
       
    Sat Aug 29 15:14:33 CDT 2009
    
    
  
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/
> 
    
    
More information about the asterisk-users
mailing list