Module: sip-router Branch: master Commit: 2cef8565864ab1963ea3c2a6b863727a566e4580 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2cef8565...
Author: sobomax sobomax@sippysoft.com Committer: sobomax sobomax@sippysoft.com Date: Fri Jan 29 04:48:21 2010 -0800
Revert "Revert "Add Python module, still WIP, but should be usable. No xml"."
This reverts commit e08eaddb181637f4fbb3a165fb0827b9a964f6bd.
---
modules/app_python/Makefile | 31 ++ modules/app_python/handler.py | 26 ++ modules/app_python/python_exec.c | 125 ++++++++ modules/app_python/python_exec.h | 31 ++ modules/app_python/python_iface.c | 49 ++++ modules/app_python/python_iface.h | 30 ++ modules/app_python/python_mod.c | 291 +++++++++++++++++++ modules/app_python/python_mod.h | 32 ++ modules/app_python/python_msgobj.c | 532 +++++++++++++++++++++++++++++++++++ modules/app_python/python_msgobj.h | 34 +++ modules/app_python/python_support.c | 82 ++++++ modules/app_python/python_support.h | 28 ++ 12 files changed, 1291 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=2cef...