summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpbx/pbx_ael.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index f688e214b..b71730018 100755
--- 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";