Module: sip-router
Branch: master
Commit: a527b1eb527ede4523610903c7efe7b22e276514
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a527b1e…
Author: sobomax <sobomax(a)sippysoft.com>
Committer: sobomax <sobomax(a)sippysoft.com>
Date: Fri Jan 29 04:30:28 2010 -0800
Add Python module, still WIP, but should be usable. No xml
documentation yet, some notes can be found here:
http://www.b2bua.org/wiki/PythonSEROpenSIPSKamailio
If anybody wants to step in and lend me a helping hand with the
xml docs please be my guest.
Thanks to the Daniel-Constantin Mierla for the help with the
port.
---
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=a52…