From: Tilghman Lesher Date: Wed, 26 Mar 2008 18:41:27 +0000 (+0000) Subject: Oops, fix this, too X-Git-Tag: 1.6.0-beta7~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a46a5e6586ba019f684eea0e906b90340dcdd454;p=thirdparty%2Fasterisk.git Oops, fix this, too git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@111013 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 7ddcbb0d15..33c74ff139 100644 --- a/CHANGES +++ b/CHANGES @@ -135,6 +135,9 @@ CLI Changes * Added a CLI command, "devstate change", which allows you to set custom device states from the func_devstate module that provides the DEVICE_STATE() function and handling of the "Custom:" devices. + * New CLI command, "config reload " which reloads any module that + references that particular configuration file. Also added "config list" + which shows which configuration files are in use. SIP changes -----------