From e005e919bd11efc270b218eb4d43117290bfe7ed Mon Sep 17 00:00:00 2001 From: mvanbaak Date: Wed, 12 Nov 2008 06:46:04 +0000 Subject: This commit does two things: - Add CLI aliases module to asterisk. - Remove all deprecated CLI commands from the code Initial work done by file. Junk-Y and lmadsen did a lot of work and testing to get the list of deprecated commands into the configuration file. Deprecated CLI commands are now handled by this new module, see cli_aliases.conf for more info about that. ok russellb@ via reviewboard (closes issue #13735) Reported by: mvanbaak git-svn-id: http://svn.digium.com/svn/asterisk/trunk@156120 f38db490-d61c-443f-a65b-d21fe96a405b --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 9da20e49c..25bdfd520 100644 --- a/CHANGES +++ b/CHANGES @@ -58,6 +58,8 @@ Miscellaneous same => n,SomethingElse() * musiconhold.conf classes of type 'files' can now use relative directory paths, which are interpreted as relative to the astvarlibdir setting in asterisk.conf. + * All deprecated CLI commands are removed from the sourcecode. They are now handled + by the new clialiases module. See cli_aliases.conf.sample file. ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 1.6.0 to Asterisk 1.6.1 ------------- -- cgit v1.2.3