Allow 'type' field in domain_attrs to be a DB1_BIGINT as well as a
DB1_INT. If you are using a view with 'type' as a calculated field on
a 64 bit machine, then mysql will return the type of 'type' to be a bigint,
not an int (and no amount of CASTing or CONVERTing will fix it).
https://github.com/kamailio/kamailio/pull/182
—
Reply to this email directly or view it on GitHub.