Daniel-Constantin Mierla writes:
Anyhow, with Kamailio World finished, I just got a bit of time and pushed a commit -- no time to test right now, but maybe you can give it a try and then report if works. If not, I will dig further soon, just give the new error messages/details/...
There is no error messages anymore, but from a test call only ACK appeared in db table:
modparam("siptrace", "db_url", "MYSQL_SIP_PROXY_USAGE_URL") modparam("siptrace", "trace_flag", TRACE)
if (isflagset(TRACE)) { INFO(Tracing $rm); sip_trace(); };
May 9 13:03:49 host /usr/bin/sip-proxy[16575]: INFO: Tracing INVITE May 9 13:03:51 host /usr/bin/sip-proxy[16575]: INFO: Tracing ACK May 9 13:03:55 host /usr/bin/sip-proxy[16575]: INFO: Tracing BYE
You don't need to spend your time on this, since your commits didn't break the module. Just go back to 5.2 level and let the person who implemented the new features to fix the code.
-- Juha