aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-01 00:53:25 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-01 00:53:25 +0000
commitaf55d60c2d4db57136933aa2668674832af68875 (patch)
treedfd8f4bd810b7ab1cf19d2adcf3f4700c721c650 /CHANGES
parent712e98b0a0e92acf4a081cba51694d23150cc005 (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: http://svn.digium.com/svn/asterisk/trunk@105461 f38db490-d61c-443f-a65b-d21fe96a405b
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