Douglas Garstang writes:
Ok, can someone please tell me why 4999 LCR entries is too many? What's the limit? Is it hard coded in the OpenSER source? Why?
there is a constant in lcr_mod.h that tells how many lcr entries cached lcr table can hold:
#define MAX_QUERY_SIZE 512
you can increase its value, but as i have said, lcr module was not designed for the kind of inter-operator application that you have.
-- juha