Hello,
2010/7/8 Daniel-Constantin Mierla
> Hello,
>
> thanks for troubleshooting further. I just committed the fix on GIT, try to
> see if now is working ok, then I will backport in 3.0.
>
> Cheers,
> Daniel
>
>
It's working ok. Thanks!
Best regards,
Santi
Hi
2010/7/8 marius zbihlei
> Hello,
>
> Can you please check that tm.so is loaded before tmx.so in the cfg file. I
> investigated and _tm_table is present in tm.so
>
Yes it is loaded before tmx.so
Best regards,
Santi
___
SIP Express Router (SER) an
Santiago Gimeno wrote:
Hi,
I've been digging into the code and I think this error happens when
TM_HASH_STATS is defined which happens when mode=debug. This makes
that the code in modules_k/tmx/t_mi.c calls get_tm_table function that
is defined in modules/tm/h_table.h as:
#define get_tm_tabl
Hello,
thanks for troubleshooting further. I just committed the fix on GIT, try
to see if now is working ok, then I will backport in 3.0.
Cheers,
Daniel
On 7/8/10 11:45 AM, Santiago Gimeno wrote:
Hi,
I've been digging into the code and I think this error happens when
TM_HASH_STATS is defi
Hi,
I've been digging into the code and I think this error happens when
TM_HASH_STATS is defined which happens when mode=debug. This makes that the
code in modules_k/tmx/t_mi.c calls get_tm_table function that is defined in
modules/tm/h_table.h as:
#define get_tm_table() (_tm_table)
where
exter
Hi,
When I build sip-router (from master) with kamailio flavour using:
make config mode=debug FLAVOUR=kamailio; make all; make install
I'm getting this error when trying to start kamailio:
ERROR: [sr_module.c:396]: ERROR: load_module: could not open module
:
/usr/local/lib/kamailio/modules_k/t