From b0f3e6097e7e40affba1f893c42be66a8d26bd23 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Fri, 19 Oct 2007 18:29:40 +0000 Subject: Convert NEW_CLI to AST_CLI. Closes issue #11039, as suggested by seanbright. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86536 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_skinny.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'channels/chan_skinny.c') diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c index 0e5868982..bbea12915 100644 --- a/channels/chan_skinny.c +++ b/channels/chan_skinny.c @@ -2731,14 +2731,14 @@ static char *handle_skinny_show_settings(struct ast_cli_entry *e, int cmd, struc } static struct ast_cli_entry cli_skinny[] = { - NEW_CLI(handle_skinny_show_devices, "List defined Skinny devices"), - NEW_CLI(handle_skinny_show_device, "List Skinny device information"), - NEW_CLI(handle_skinny_show_lines, "List defined Skinny lines per device"), - NEW_CLI(handle_skinny_show_line, "List Skinny line information"), - NEW_CLI(handle_skinny_show_settings, "List global Skinny settings"), - NEW_CLI(handle_skinny_set_debug, "Enable Skinny debugging"), - NEW_CLI(handle_skinny_set_debug_off, "Disable Skinny debugging"), - NEW_CLI(handle_skinny_reset, "Reset Skinny device(s)"), + AST_CLI(handle_skinny_show_devices, "List defined Skinny devices"), + AST_CLI(handle_skinny_show_device, "List Skinny device information"), + AST_CLI(handle_skinny_show_lines, "List defined Skinny lines per device"), + AST_CLI(handle_skinny_show_line, "List Skinny line information"), + AST_CLI(handle_skinny_show_settings, "List global Skinny settings"), + AST_CLI(handle_skinny_set_debug, "Enable Skinny debugging"), + AST_CLI(handle_skinny_set_debug_off, "Disable Skinny debugging"), + AST_CLI(handle_skinny_reset, "Reset Skinny device(s)"), }; #if 0 -- cgit v1.2.3