summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Peeler <jpeeler@digium.com>2008-02-12 00:24:36 +0000
committerJeff Peeler <jpeeler@digium.com>2008-02-12 00:24:36 +0000
commit16a14a4cd87db56f138399a5097647f6890f6037 (patch)
tree58614e54e5084df515faf84b5358b3c10bc0fe95 /CHANGES
parent3f99a1b4bf1fa569c9a0c201a327508eb9ad94a4 (diff)
Requested changes from Pari, reviewed by Russell.
Added ability to retrieve list of categories in a config file. Added ability to retrieve the content of a particular category. Added ability to empty a context. Created new action to create a new file. Updated delete action to allow deletion by line number with respect to category. Added new action insert to add new variable to category at specified line. Updated action newcat to allow new category to be inserted in file above another existing category. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103331 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 79218eef8..1f727f93c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -39,6 +39,14 @@ AMI - The manager (TCP/TLS/HTTP)
Reporting privilege, instead of only under Call or System.
* The IAX* commands now require either System or Reporting privilege, to
mirror the privileges of the SIP* commands.
+ * Added ability to retrieve list of categories in a config file.
+ * Added ability to retrieve the content of a particular category.
+ * Added ability to empty a context.
+ * Created new action to create a new file.
+ * Updated delete action to allow deletion by line number with respect to category.
+ * Added new action insert to add new variable to category at specified line.
+ * Updated action newcat to allow new category to be inserted in file above another
+ existing category.
Dialplan functions
------------------