On Thu, Dec 20, 2012 at 9:25 AM, Olle E. Johansson <[email protected]> wrote: >> - pike - has a rpc command > I need to learn about this stuff, so I can take a first stab at porting the > RPC command to modules_k. Time for xmas hacking. > > I probably will regret that part of the mail :-)
Take a look at the ratelimit module: http://sip-router.org/docbook/sip-router/branch/master/modules/ratelimit/ratelimit.html#idp83512 There are simple examples there on getting and setting values. And if you add an rpc command and it just pops up on the xhttp_rpc interface, then it's a first good step :) http://sip-router.org/docbook/sip-router/branch/master/modules/xhttp_rpc/xhttp_rpc.html I would love to see everything migrated to rpc. -ovidiu _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
