How to send json url to asterisk dialplan

Hi,

Anyone help me to send JSON url to asterisk dialplan.

Thanks…

I’ve heard of this module https://github.com/drivefast/asterisk-res_json

1 Like

The module meantioned by @johnkiniston seems to do the job. I have complete such task using the PHP function json_decode it takes a JSON encoded string and converts it into a PHP variable.Once you have the variables on PHP there re many ways to pass PHP variable to Asterisk variables