On Wed, Aug 16, 2017 at 1:59 PM, Logeshwaran G logeshwarangs@gmail.com wrote:
I need to pass the json values through HTTP Request, (i.e Invoking through browser like postman client)
Kindly provide me the json lcr.reload key values.
Something like this should work:
curl -X POST --data '{"id":260,"method":"lcr.reload","jsonrpc":"2.0","params":[]}' http://$kamailio_ip:$kamailio_port/jsonrpc
BR Sebastian