andrei 2009/05/26 17:41:30 CEST
SER CVS Repository
Modified files:
. tcp_main.c
Log:
tcp: minor fix: TCP_EV_IDLE_CONN_CLOSED
TCP_EV_IDLE_CONN_CLOSED was called also on connect and send timeout (along
with TCP_EV_CONNECT_TIMEOUT and TCP_EV_SEND_TIMEOUT). Same for the
corresponding statistics.
Reported-and-tested-by: Libor Chocholaty <libor(a)iptel.org>
Reported-and-tested-by: Jan Pewner <jpewner(a)iptel.org>
Revision Changes Path
1.151 +8 -3 sip_router/tcp_main.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/tcp_main.c.diff?r1…
i'm returning to the old issue on how to compile core and given list of
modules.
andrei wrote:
> > If what you want is to compile only enum and dialplan:
> > make modules-cfg modules="modules/enum modules/dialplan" modules_s="" modules_k=""
if i try that, nothing happens:
$ make modules-cfg modules="modules/enum modules/dialplan" modules_s="" modules_k=""
config.mak loaded
Makefile.defs defs skipped
rm -f modules.lst
make modules.lst
config.mak loaded
Makefile.defs defs skipped
make[1]: Entering directory `/usr/src/orig/sip-router/trunk'
saving modules list...
make[1]: Leaving directory `/usr/src/orig/sip-router/trunk'
i also tried to edit modules.lst and set
modules= modules/enum modules/dialplan
modules_s=
modules_k=
but no luck.
i don't want to use exclude_modules, because that is a moving target.
-- juha
Hello,
when I try to start SER with the ser-basic.cfg it fails with the
following error message:
0(13147) ERROR: <core> [cfg/cfg.c:135]: ERROR: register_cfg_def(): the
specified size (152) of the config structure does not equal with the
calculated size (148), check whether the variable types are correctly
defined!
Note: I added the size informations to this error message just a minute
ago so that the error message is hopefully more meaningful.
Does anybody know what is wrong here?
I'm using Gentoo Linux with 64bit, maybe that is the reason for this
failure?!
Thanks
Nils