aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-19 15:12:18 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-19 15:12:18 +0000
commit277ba396c8501efd4b653ab491b42ce7779a26a3 (patch)
tree82eac304ccc9393fd74b922cfc7e74fd34a644b9 /CHANGES
parentbb1f97bd51df46d811cf50d9632da8bf52e33f0a (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: http://svn.digium.com/svn/asterisk/trunk@264117 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 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 -------------