[OpenSIPS-Users] Users Digest, Vol 48, Issue 21 - Raspberry Pi / OpenSIPS
Răzvan Crainea
razvan at opensips.org
Fri Jul 6 14:42:57 CEST 2012
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
More information about the Users
mailing list