[sr-dev] git:kamailio_3.0: Add Python module, still WIP, but should be usable. No xml

Maxim Sobolev sobomax at sippysoft.com
Fri Jan 29 13:17:11 CET 2010


Module: sip-router
Branch: kamailio_3.0
Commit: cfd0e860c912645708c7286f02d8fc92b2f1f61d
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cfd0e860c912645708c7286f02d8fc92b2f1f61d

Author: sobomax <sobomax at sippysoft.com>
Committer: sobomax <sobomax at sippysoft.com>
Date:   Fri Jan 29 04:10:40 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=cfd0e860c912645708c7286f02d8fc92b2f1f61d



More information about the sr-dev mailing list