[Asterisk-cvs] asterisk/pbx pbx_ael.c,1.1,1.2
markster at lists.digium.com
markster at lists.digium.com
Fri Jun 17 08:52:11 CDT 2005
Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/tmp/cvs-serv31028/pbx
Modified Files:
pbx_ael.c
Log Message:
AEL minor fixes (bug #4539)
Index: pbx_ael.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_ael.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pbx_ael.c 16 Jun 2005 08:47:06 -0000 1.1
+++ pbx_ael.c 17 Jun 2005 12:53:26 -0000 1.2
@@ -26,6 +26,8 @@
#include "asterisk/cli.h"
#include "asterisk/callerid.h"
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
struct stringlink {
struct stringlink *next;
unsigned char data[0];
@@ -57,7 +59,7 @@
static int aeldebug = 0;
-static char *dtext = "Asterisk Extension Logic Compiler";
+static char *dtext = "Asterisk Extension Language Compiler";
static char *config = "extensions.ael";
static char *registrar = "pbx_ael";
More information about the svn-commits
mailing list