[asterisk-bugs] [JIRA] (ASTERISK-25357) AMI GetConfigJSON

Asterisk Team (JIRA) noreply at issues.asterisk.org
Fri Aug 28 20:24:33 CDT 2015


    [ https://issues.asterisk.org/jira/browse/ASTERISK-25357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=227405#comment-227405 ] 

Asterisk Team commented on ASTERISK-25357:
------------------------------------------

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].

> AMI GetConfigJSON
> -----------------
>
>                 Key: ASTERISK-25357
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25357
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: . I did not set the category correctly.
>    Affects Versions: 13.2.0
>         Environment: Ubuntu 14.04
>            Reporter: tangqinchao
>            Severity: Minor
>
> This is a error json format on function action_getconfigjson or manager.c
>  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, "}");



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list