Hello,
Hi,Kamailio release 4.4.3 was tagged as a "bug fix release", no config changes should be needed.
This was a bug fix, due to a report on bug tracker when someone was having two route blocks with the name like ABC-XYZ and ABC-JKL, practically overwriting the route blocks and resulting in unexpected behaviour.This threw an error when trying to restart with 4.4.3. Replacing it withIn 4.4.2 we had a Define like this:1) Defines must not have '-' in the names.However, we had to change two things in our config file to get 4.4.3 running. I thought, I might share those on the list.
#!define NO-FRAUDCHECK
#!define NO_FRAUDCHECK
fixed the problem.
2) Module Order problems.
We introduced the usage of http_async_client module a few weeks ago, and this worked perfectly. However, 4.4.3 complained that the pv module was not available before loading http_async_client. After moving up the pv module above http_async_client, everything worked again.
This seems to be a regression of the cseq increment that was reported by one of your colleagues and he reported to be fixed after several patches pushed by myself. There is another related issue open on the tracker, but I got into traveling and didn't have the time to investigate more. It is in my short to-do list.
3) There's a bug in uac_auth function. I've opened an issue for that:
https://github.com/kamailio/kamailio/issues/797
-- Daniel-Constantin Mierla http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio Advanced Training, Berlin, Oct 24-26, 2016 - http://www.asipto.com