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.
Thanks & Kind Regards, Logeshwaran G
On Wed, Aug 16, 2017 at 5:05 PM, Logeshwaran G logeshwarangs@gmail.com wrote:
Thanks for detailed explanation.
Kindly provide me the example json key parameter for lcr.reload.
It will be much helpful
Thanks & Kind Regards, Logeshwaran G
On Wed, Aug 16, 2017 at 4:31 PM, Sebastian Damm damm@sipgate.de wrote:
Unless you want to trigger that after receiving some kind of "SIP control packet", you would rather add something like this in your kamailio.cfg:
event_route[xhttp:request] { if ($hu =~ "^/jsonrpc") { xlog("L_NOTICE", "Got jsonrpc request, body '$rb'\n"); jsonrpc_dispatch(); } else { xhttp_reply("500", "Internal Server Error", "text/html", "<html><body>Unsupported URL $hu</body></html>"); } return; }
Then you would use curl or a script in the language of your choice and send a request to http://kamailio_ip:kamailio_tcp_listen_port/jsonrpc with the json string in the body.
Best Regards, Sebastian
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users