While executing kamailio.cfg the below error occured:I am using the below config :I have enabled :
event_route[xhttp:request] {
if ($hu =~ "^/RPCHIDDEN/") {
//jsonrpc_dispatch();
set_reply_no_connect(); # optional
dispatch_rpc();
} else {
xhttp_reply("403", "OK", "text/html",
"<html><body>Forbidden</body></html>");
}
return;
}
#!ifdef WITH_XMLRPC
# ----- xmlrpc params -----
modparam("xmlrpc", "route", "XMLRPC");
modparam("xmlrpc", "url_match", "^/RPCHIDDEN/")
#!endif
0(7342) ERROR: <core> [core/cfg.y:3274]: yyparse(): cfg. parser: failed to find command dispatch_rpc (params 0)Thanks & Kind Regards,Logeshwaran GOn Wed, Aug 16, 2017 at 6:11 PM, Sebastian Damm <damm@sipgate.de> wrote: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
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users