Hi, by inspecting the code it seems there is no problem if "grp" field in table "address" becomes "mediumint" rather than "smallint" (as now).
In my case I use diferent intervals within "grp" value to determine the nature of the source IP of a request (requests from clients, from trusted nodes, from PSTN gateways...) so I need to change it to "mediumint" (and works well).
Could it be changed in the database schema so no manual change would be required?
Regards.