I modified the MAX_NO_OF_GWS to 256
And the lcr_has_size to 256 and I'm still have the problem.
Do you have the chance to reproduce the problem with kamailio 1.5.2 ?
Ricardo.-
-----Mensaje original-----
De: Juha Heinanen [mailto:jh@tutpro.com]
Enviado el: jueves, 22 de octubre de 2009 13:14
Para: Ricardo Martinez
CC: users(a)lists.kamailio.org
Asunto: RE: [Kamailio-Users] LCR problem with "id" column and match
priorities
Ricardo Martinez writes:
Can i change the lcr_has_size from the configuration
file with the
parameter?
modparam("lcr", "lcr_hash_size", 1024)
yes, you can do that.
Another thing.
Looking at the lcr_mod.c file there is a parameter called
MAX_NO_OF_GWS
defined as follows :
#define MAX_NO_OF_GWS 128
Can I increase this value too? Maybe 256 ?
yes, you can increase that too, but there is no config variable for it.
so you need to recompile the module.
-- juha