[asterisk-bugs] [JIRA] (ASTERISK-26751) Applications: JSON - New app to parse JSON into dialplan variables
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Wed Jan 25 15:02:10 CST 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-26751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton updated ASTERISK-26751:
------------------------------------
Summary: Applications: JSON - New app to parse JSON into dialplan variables (was: new app: JSON)
> Applications: JSON - New app to parse JSON into dialplan variables
> ------------------------------------------------------------------
>
> Key: ASTERISK-26751
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26751
> Project: Asterisk
> Issue Type: New Feature
> Security Level: None
> Components: Applications/NewFeature
> Affects Versions: GIT
> Reporter: scgm11
> Severity: Minor
>
> 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}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list