Module: sip-router Branch: kamailio_3.0 Commit: cfd0e860c912645708c7286f02d8fc92b2f1f61d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cfd0e860...
Author: sobomax sobomax@sippysoft.com Committer: sobomax sobomax@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=cfd0...
Hi Maxim,
this was done in the wrong place, it is kamailio 3.0.0 release, therefore should be reverted.
The one you did in master is the right one.
Cheers, Daniel
On 1/29/10 1:17 PM, Maxim Sobolev wrote:
Module: sip-router Branch: kamailio_3.0 Commit: cfd0e860c912645708c7286f02d8fc92b2f1f61d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cfd0e860...
Author: sobomaxsobomax@sippysoft.com Committer: sobomaxsobomax@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=cfd0...
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
OOPS, I did not really intend to check this module into this branch, is it a problem? Please forgive pool git-ignorant guy. This thing apparently has its own ideas on how VCS should work and they are not coherent with mine unfortunately. Can somebody clean after me, before I do any more damage?
Maxim Sobolev wrote:
Module: sip-router Branch: kamailio_3.0 Commit: cfd0e860c912645708c7286f02d8fc92b2f1f61d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cfd0e860...
Regards,