Hi, Duncan!
It seems you have discovered two issues: an inconsistency (usrloc vs
dialog) of the hash_size parameter and a small bug in dialog module. For
the first one, the dialog module desires the exact number of the hash
size, but the usrloc module requires a power of two. Therefore, the
proper parameters should be something like that:
modparam("usrloc", "hash_size", 7)
modparam("dialog", "hash_size", 128)
For the second issue, the dialog could not fix the parameter properly. I
have just committed a fix for trunk and 1.8.
Regards,
Razvan Crainea
OpenSIPS Core Developer
http://www.opensips-solutions.com
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users