Module: sip-router Branch: master Commit: e7a75db1982a48efb83bd9ba96036dbb6da541e1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e7a75db1...
Author: osas <osas@centos.(none)> Committer: osas <osas@centos.(none)> Date: Sat Oct 27 11:39:29 2012 -0400
xhttp_pi: new web provisioning interface module
---
examples/pi_framework.xml | 324 ++++ examples/xhttp.cfg | 38 + modules/xhttp_pi/Makefile | 20 + modules/xhttp_pi/doc/Makefile | 4 + modules/xhttp_pi/doc/xhttp_pi.xml | 37 + modules/xhttp_pi/doc/xhttp_pi_admin.xml | 366 ++++ modules/xhttp_pi/http_db_handler.c | 102 ++ modules/xhttp_pi/http_db_handler.h | 33 + modules/xhttp_pi/xhttp_pi.c | 392 ++++ modules/xhttp_pi/xhttp_pi.h | 71 + modules/xhttp_pi/xhttp_pi_fnc.c | 2934 +++++++++++++++++++++++++++++++ modules/xhttp_pi/xhttp_pi_fnc.h | 113 ++ 12 files changed, 4434 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=e7a7...