Lots more removal of deprecated things

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2006-09-21 21:59:12 +00:00
parent f1d824aaba
commit 6ae8741518
20 changed files with 74 additions and 2148 deletions

View File

@@ -625,15 +625,10 @@ static char show_locals_usage[] =
"Usage: local list channels\n"
" Provides summary information on active local proxy channels.\n";
static struct ast_cli_entry cli_local_show_channels_deprecated = {
{ "local", "show", "channels", NULL },
locals_show, NULL,
NULL };
static struct ast_cli_entry cli_local[] = {
{ { "local", "list", "channels", NULL },
locals_show, "List status of local channels",
show_locals_usage, NULL, &cli_local_show_channels_deprecated },
show_locals_usage },
};
/*! \brief Load module into PBX, register channel */