From: Mark Spencer Date: Fri, 17 Jun 2005 12:53:26 +0000 (+0000) Subject: AEL minor fixes (bug #4539) X-Git-Tag: 1.2.0-beta1~455 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ba6894cd5d3702c6bfb97c73376fcd21c92d044;p=thirdparty%2Fasterisk.git AEL minor fixes (bug #4539) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5922 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c index f688e214b9..b717300180 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";