aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-23 21:08:25 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-23 21:08:25 +0000
commitf37a7e6991bf75ecd7fa7950b13ba8c62bcf5fb5 (patch)
tree9d03acb5e719bd4433d4b32f9ff2e7888e2e98a4 /CHANGES
parentef7cd2b6ffce8b9d5dfbc78f49d7aeebf9bae5cf (diff)
Add GetConfigJSON to the CHANGES file.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56421 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index df0fd8ac2..8d562de08 100644
--- a/CHANGES
+++ b/CHANGES
@@ -69,6 +69,10 @@ AMI - The manager (TCP/TLS/HTTP)
CallerIDNum is used for number and CallerIDName for name.
* enable https support for builtin web server.
See configs/http.conf.sample for details.
+ * Added a new action, GetConfigJSON, which can return the contents of an
+ Asterisk configuration file in JSON format. This is intended to help
+ improve the performance of AJAX applications using the manager interface
+ over HTTP.
Dialplan functions
------------------