summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-03-01 00:53:25 +0000
committerRussell Bryant <russell@russellbryant.com>2008-03-01 00:53:25 +0000
commitebcefd1395e33f90188f05d482eda65eaf5a6da4 (patch)
treedfd8f4bd810b7ab1cf19d2adcf3f4700c721c650 /CHANGES
parentfbb78d988d1bf503db136bc5b78a1a3482771b85 (diff)
Add a "devstate change" CLI command to control custom device states. Also,
do some additional code cleanup and improvement in passing. (closes issue #12106) Reported by: nizon Patches: devstate-patch.txt uploaded by nizon (license 415) -- Updated to trunk, and tab completion added by me git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@105461 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 56e536f68..0c0a8d919 100644
--- a/CHANGES
+++ b/CHANGES
@@ -97,6 +97,9 @@ CLI Changes
* New CLI command: "core set chanvar" to set a channel variable from the CLI.
* Added an easy way to execute Asterisk CLI commands at startup. Any commands
listed in the startup_commands section of cli.conf will get executed.
+ * 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.
SIP changes
-----------
@@ -166,7 +169,7 @@ Skinny changes
* Proper codec support in chan_skinny.
* Added settings for IP and Ethernet QoS requests
-MGCP changes
+
------------
* Added separate settings for media QoS in mgcp.conf