[Home]

Summary:ASTERISK-25357: AMI GetConfigJSON
Reporter:tangqinchao (tqcenglish)Labels:
Date Opened:2015-08-28 20:22:51Date Closed:2015-09-14 14:45:08
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:13.2.0 Frequency of
Occurrence
Constant
Related
Issues:
duplicatesASTERISK-25391 AMI GetConfigJSON returns invalid JSON
Environment:Ubuntu 14.04Attachments:
Description:This is a error json format on function action_getconfigjson or manager.c
{noformat}
astman_append(s, "\":[")   ==>  astman_append(s, "\":{");

astman_append(s, "istemplate:1");  ==> astman_append(s, "\"istemplate\":1");

astman_append(s, "templates:\"%s\"", ast_str_buffer(templates)); ==>
astman_append(s, "\"templates\":\"%s\"", ast_str_buffer(templates));

astman_append(s, "]");   ==> astman_append(s, "}");
{noformat}
Comments:By: Asterisk Team (asteriskteam) 2015-08-28 20:22:53.462-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Rusty Newton (rnewton) 2015-08-31 09:09:16.829-0500

Please specify the specific error or issue in your description. That will be helpful for those not familiar with JSON format.

By: Rusty Newton (rnewton) 2015-09-14 14:46:03.796-0500

Suspended due to lack of activity. Please request a bug marshal in #asterisk-bugs on the IRC network irc.freenode.net to reopen the issue should you have the additional information requested. Further information on issue tracker usage can be found in the Asterisk Issue Guidlines [1].

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines


Additionally this appears to be a duplicate. I've linked the issue and I'm closing it out.