Cool, many thanks for the heads up.
So jsonrpc_dispatch() in the request handler binds to the method parameter in the JSON blob sent by the client to the corresponding internal management function?
On Fri, Mar 2, 2018 at 9:12 AM, Daniel-Constantin Mierla miconda@gmail.com wrote:
you can do jsonrpc over http/s by using jsonrpcs+xhttp modules -- example at:
https://www.kamailio.org/docs/modules/stable/modules/jsonrpcs.html#jsonrpcs....
There is also an xmlrpc module that works over http/s.