Hello list,
last week I switched to a new mysql table structure for the LCR module.
Because of proper permission management and mapping of our internal structures to kamailio's structures we are using mysql views.
When I tried to run kamailio with the new settings the column type check failed, even if the view worked with the mysql "CONVERT" function to convert the output to what kamailio expects.
So I thought about a module-specific or server-wide setting to skip/ignore the column-type check...
Jasmin