summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2010-05-19 15:12:18 +0000
committerLeif Madsen <leif@leifmadsen.com>2010-05-19 15:12:18 +0000
commita8a1961be703188e82845054691d433456b0ebcd (patch)
tree82eac304ccc9393fd74b922cfc7e74fd34a644b9 /CHANGES
parent51e7ee235b0d75964bb221d3a246ccc2422a6cb4 (diff)
Add ability to hangup all channels from the CLI.
Added the keyword 'all' to the 'channel hangup request' CLI command so that you can request all channels to be hungup without having to restart Asterisk. (closes issue #16009) Reported by: moy Patches: hangup-all-rev-221688.patch uploaded by moy (license 222) Tested by: moy, russell git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@264117 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 238f25091..ddb3eb7da 100644
--- a/CHANGES
+++ b/CHANGES
@@ -455,6 +455,8 @@ CLI Changes
files it was built from.
* New 'manager show settings' command showing the current settings loaded from
manager.conf.
+ * Added 'all' keyword to the CLI command "channel request hangup" so that you can send
+ the channel hangup request to all channels.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.6.1 to Asterisk 1.6.2 -------------