aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_ael.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/pbx_ael.c')
-rw-r--r--pbx/pbx_ael.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index f5a54f0bf..20a0138b4 100644
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -1002,8 +1002,8 @@ static char *handle_cli_ael_reload(struct ast_cli_entry *e, int cmd, struct ast_
}
static struct ast_cli_entry cli_ael[] = {
- NEW_CLI(handle_cli_ael_reload, "Reload AEL configuration"),
- NEW_CLI(handle_cli_ael_debug_multiple, "Enable AEL debugging flags")
+ AST_CLI(handle_cli_ael_reload, "Reload AEL configuration"),
+ AST_CLI(handle_cli_ael_debug_multiple, "Enable AEL debugging flags")
};
static int unload_module(void)