Hi,

I followed miconda's suggestion for jsonrpc. It gives me error as method 
callback not found.
I am using kamailio 4.4 with modules jsonrpc-s, xhttp, mi_fifo and dialplan. 
Would you suggest me how to solve this?

Json example:
curl -X GET -H "Content-Type: application/json" 
-d'{"jsonrpc":"2.0","method":"dispatcher.reload", "id":"1"}' 
http://127.0.0.1:5060/RPC

Response:

{
        "jsonrpc":      "2.0",
        "error":        {
                "code": -32000,
                "message":      "Execution Error"
        },
        "id":   "1"


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/145#issuecomment-385689408
_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to