summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2007-09-13 21:23:32 +0000
committerMark Michelson <mmichelson@digium.com>2007-09-13 21:23:32 +0000
commiteb39b71fbaa09d7df98a8de7dc9c1e775b35f807 (patch)
tree152444076b11e13064f53758184dd0c06ad40670 /CHANGES
parentc04887e428e45f85e1c39bf99e3b06f7aad06362 (diff)
Added the ability to pause and unpause members via the CLI
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82349 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c948ce1ac..6a37d2061 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
--------------------------------------------------------------------------------
+------------------------------------------------------------------------------
--- Functionality changes since Asterisk 1.4-beta was branched ----------------
-------------------------------------------------------------------------------
@@ -50,6 +50,7 @@ CLI Changes
* New CLI command "core show settings"
* Added 'core show channels count' CLI command.
* Added the ability to set the core debug and verbose values on a per-file basis.
+ * Added 'queue pause member' and 'queue unpause member' CLI commands
SIP changes
-----------