Module: sip-router
Branch: kamailio_3.0
Commit: cfd0e860c912645708c7286f02d8fc92b2f1f61d
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cfd0e86…
Author: sobomax <sobomax(a)sippysoft.com>
Committer: sobomax <sobomax(a)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=cfd…
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…
Hello,
should we package kamailio 1.5.4? 1.5.3 was in october last year, there
were some commits around since then. Next week monday?
1.4.x got out of maintenance period, should we do the 1.4.5 (just
release tarballs) to mark that?
Cheers,
Daniel
--
Daniel-Constantin Mierla
* http://www.asipto.com/
Hi!
Today kamailio 3.0 crashed during TLS tests. Unfortunately the backtrace
does not say much:
# gdb kamailio /tmp/core.kamailio.sig11.24868
...
Core was generated by `/usr/sbin/kamailio -P
/var/run/kamailio/kamailio.pid -m 64 -u root -g root -f /'.
Program terminated with signal 11, Segmentation fault.
[New process 24868]
#0 0x0814e5f0 in fm_malloc (qm=0xb36d0000, size=<value optimized out>)
at mem/f_malloc.c:194
194 if (frag->size <= (*f)->size) break;
(gdb) bt
#0 0x0814e5f0 in fm_malloc (qm=0xb36d0000, size=<value optimized out>)
at mem/f_malloc.c:194
#1 0xb787a2da in ser_malloc (size=21848) at ../../mem/shm_mem.h:256
#2 0xb7c9c4ce in ?? () from /usr/lib/i686/cmov/libcrypto.so.0.9.8
#3 0x00005558 in ?? ()
#4 0xb7d97124 in ?? () from /usr/lib/i686/cmov/libcrypto.so.0.9.8
#5 0xbfdd7828 in ?? ()
#6 0xb7c9cb4f in CRYPTO_malloc () from
/usr/lib/i686/cmov/libcrypto.so.0.9.8
Backtrace stopped: frame did not save the PC
regards
Klaus