projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e12e42
)
AEL minor fixes (bug #4539)
author
Mark Spencer
<markster@digium.com>
Fri, 17 Jun 2005 12:53:26 +0000
(12:53 +0000)
committer
Mark Spencer
<markster@digium.com>
Fri, 17 Jun 2005 12:53:26 +0000
(12:53 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5922
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
pbx/pbx_ael.c
patch
|
blob
|
history
diff --git
a/pbx/pbx_ael.c
b/pbx/pbx_ael.c
index
f688e21
..
b717300
100755
(executable)
--- a/
pbx/pbx_ael.c
+++ b/
pbx/pbx_ael.c
@@
-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 void FREE(void *ptr)
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";