Hi!
From Makefile:
#excluded because they depend on external *.h files
exclude_modules+= h350
Why is h350 handled different than the other modules with external
dependencies? IMO it just should be added to "exclude_modules?="
# excluded because they do not compile (remove them only
# after they are fixed) -- andrei
exclude_modules+= avpops bdb dbtext iptrtpproxy pa rls
This of course prevents also building of Kamailio's avpops and rls
module. How can we distinguish between ser's rls module and K's rls module?
thanks
Klaus
Module: sip-router
Branch: master
Commit: 10250c1255a2c25f828726d01cfc64ad6a2906ef
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=10250c1…
Author: sobomax <sobomax(a)sippysoft.com>
Committer: sobomax <sobomax(a)sippysoft.com>
Date: Thu Jul 2 15:02:44 2009 -0700
Rework fix for the static buffer overflow with the content of the overly long payload types list. Instead of silently truncating the list, use dynamic buffer allocated on heap to keep that list growing it if necessary.
---
modules_s/nathelper/nathelper.c | 232 +++++++++++++++++++++++++++------------
1 files changed, 162 insertions(+), 70 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=102…
Module: sip-router
Branch: master
Commit: c5927189da3f7c4b7b736b24d8a9258c1a5ccaa3
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c592718…
Author: sobomax <sobomax(a)sippysoft.com>
Committer: sobomax <sobomax(a)sippysoft.com>
Date: Thu Jul 2 14:12:45 2009 -0700
Rework fix for the static buffer overflow with the content of
the overly long payload types list. Instead of silently
truncating the list, use dynamic buffer allocated on heap to
keep that list growing it if necessary.
---
modules_k/nathelper/nathelper.c | 253 ++++++++++++++++++++++++++------------
1 files changed, 173 insertions(+), 80 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=c59…