aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-02 23:10:47 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-02 23:10:47 +0000
commitcdc296ee61353dd2f088e1694d0240f9395554ca (patch)
tree782fef9d488487c3841bdf8e6d0b32fb8b4e9119 /CHANGES
parent49c8a65acf665420506a6d15261e5c5bce23b1b9 (diff)
Add a CLI command to log out a manager user
(closes issue #13877) Reported by: eliel Patches: cli_manager_logout.patch.txt uploaded by eliel (license 64) Tested by: eliel, putnopvut git-svn-id: http://svn.digium.com/svn/asterisk/trunk@173028 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cb8b7e5e3..604b9c8e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -295,6 +295,8 @@ IAX Changes
CLI Changes
-----------
+ * New CLI command, "manager logout <username> [from <ipaddress>]" that will logout a
+ user manager based on the username and also (optional) on the ip address.
* New CLI command, "config reload <file.conf>" which reloads any module that
references that particular configuration file. Also added "config list"
which shows which configuration files are in use.