From: Russell Bryant Date: Fri, 23 Feb 2007 21:08:25 +0000 (+0000) Subject: Add GetConfigJSON to the CHANGES file. X-Git-Tag: 1.6.0-beta1~3^2~3123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d8350e20a66844d683f884d5e7fdcb4fcfefdce;p=thirdparty%2Fasterisk.git Add GetConfigJSON to the CHANGES file. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@56421 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index df0fd8ac2c..8d562de083 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 ------------------