Module: sip-router Branch: master Commit: 62b59b95bcc45c7ff87a95d7c7e796bf356913bf URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=62b59b95...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Aug 14 09:13:57 2014 +0200
jsonrpc-s: new module implementing a JSONRPC server over HTTP
- it uses internal json library - requires xhttp module to handle http messages
---
modules/jsonrpc-s/Makefile | 12 + modules/jsonrpc-s/README | 162 ++++++ modules/jsonrpc-s/doc/Makefile | 4 + modules/jsonrpc-s/doc/jsonrpc-s.xml | 37 ++ modules/jsonrpc-s/doc/jsonrpc-s_admin.xml | 159 ++++++ modules/jsonrpc-s/jsonrpc-s_mod.c | 846 +++++++++++++++++++++++++++++ modules/jsonrpc-s/jsonrpc-s_mod.h | 57 ++ 7 files changed, 1277 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=62b5...