aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-26 19:19:31 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-26 19:19:31 +0000
commit7deaedf968adf8b016c54e505378878ffcbcaead (patch)
tree055f1fd6797ddb44d8650d54d9e4f0eda5fb5836 /CHANGES
parent2024fbae3fe21fcd1f9ab5c7215791ed57f959fe (diff)
Add a linkedlist macro that maintains a sorted list
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@111036 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 33c74ff13..61c0b80da 100644
--- a/CHANGES
+++ b/CHANGES
@@ -31,6 +31,12 @@ SIP Changes
* The ATTENDED_TRANSFER_COMPLETE_SOUND can now be set using setvar to cause a given
audio file to be played upon completion of an attended transfer.
+CLI Changes
+-----------
+ * New CLI command, "config reload <file.conf>" which reloads any module that
+ references that particular configuration file. Also added "config list"
+ which shows which configuration files are in use.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.4.X to Asterisk 1.6.0 -------------
------------------------------------------------------------------------------
@@ -135,9 +141,6 @@ CLI Changes
* 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.
- * New CLI command, "config reload <file.conf>" which reloads any module that
- references that particular configuration file. Also added "config list"
- which shows which configuration files are in use.
SIP changes
-----------