mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 03:08:45 +00:00
AEL minor fixes (bug #4539)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5922 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user