--- asterisk-24020/pbx/pbx_ael.c 2006-05-01 17:07:31.000000000 -0400 +++ asterisk/pbx/pbx_ael.c 2006-05-01 17:06:16.000000000 -0400 @@ -3505,12 +3505,12 @@ } static struct ast_cli_entry ael2_cli[] = { - { { "ael2", "reload", NULL }, ael2_reload, "Reload AEL configuration"}, - { { "ael2", "debug", "read", NULL }, ael2_debug_read, "Enable AEL read debug (does nothing)"}, - { { "ael2", "debug", "tokens", NULL }, ael2_debug_tokens, "Enable AEL tokens debug (does nothing)"}, - { { "ael2", "debug", "macros", NULL }, ael2_debug_macros, "Enable AEL macros debug (does nothing)"}, - { { "ael2", "debug", "contexts", NULL }, ael2_debug_contexts, "Enable AEL contexts debug (does nothing)"}, - { { "ael2", "no", "debug", NULL }, ael2_no_debug, "Disable AEL debug messages"}, + { { "ael", "reload", NULL }, ael2_reload, "Reload AEL configuration"}, + { { "ael", "debug", "read", NULL }, ael2_debug_read, "Enable AEL read debug (does nothing)"}, + { { "ael", "debug", "tokens", NULL }, ael2_debug_tokens, "Enable AEL tokens debug (does nothing)"}, + { { "ael", "debug", "macros", NULL }, ael2_debug_macros, "Enable AEL macros debug (does nothing)"}, + { { "ael", "debug", "contexts", NULL }, ael2_debug_contexts, "Enable AEL contexts debug (does nothing)"}, + { { "ael", "no", "debug", NULL }, ael2_no_debug, "Disable AEL debug messages"}, }; /*