Re: [SR-Users] Issue building sip-router (kamailio flavour)

2010-07-08 Thread Santiago Gimeno
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

Re: [SR-Users] Issue building sip-router (kamailio flavour)

2010-07-08 Thread Santiago Gimeno
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

Re: [SR-Users] Issue building sip-router (kamailio flavour)

2010-07-08 Thread marius zbihlei
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

Re: [SR-Users] Issue building sip-router (kamailio flavour)

2010-07-08 Thread 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 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

Re: [SR-Users] Issue building sip-router (kamailio flavour)

2010-07-08 Thread Santiago Gimeno
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

[SR-Users] Issue building sip-router (kamailio flavour)

2010-06-16 Thread Santiago Gimeno
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