[Home]

Summary:ASTERISK-26751: Applications: JSON - New app to parse JSON into dialplan variables
Reporter:Sebastian Gutierrez (sum)Labels:
Date Opened:2017-01-25 13:59:41.000-0600Date Closed:
Priority:MinorRegression?No
Status:Open/NewComponents:Applications/NewFeature
Versions:GIT Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:As the XML version this parses JSON into dialplan variables

Example:
{noformat}
exten=> _XXXX,1,Set(json={"Guid": 1 , "Screen": false , "Form": "Codigos" , "Campaign" : "Entrada" , "Callerid" : "${CALLERID(num)}"  , "ParAndValues" : "par1=val1-par2=val2-par3=val3" , "Beep" : "TRUE"})
exten=> _XXXX,2,JSON(${json})
exten=> _XXXX,3,NoOp(${Guid})
exten=> _XXXX,4,NoOp(${Form})
exten=> _XXXX,5,NoOp(${Beep})
{noformat}
Comments:By: Asterisk Team (asteriskteam) 2017-01-25 13:59:41.906-0600

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