While looking into HOMER I saw that large INVITEs got truncated in the webinterface, looking at the HEP traffic these (UDP) messages got fragmented in transport (asterisk/res_hep) and I started to think these were not getting reassembled correctly. Only to find out the database schemas have set the msg size set to varchar(1500).
Is there any good reason for not changing this to a bigger default?