<div dir="ltr"><div><div><div><div><div><div><div>Hi,<br><br></div>Kamailio release 4.4.3 was tagged as a "bug fix release", no config changes should be needed.<br><br></div>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.<br><br></div>1) Defines must not have '-' in the names. <br><br></div>In 4.4.2 we had a Define like this:<br></div><br>#!define <span class="gmail-blob-code-inner"><span class="gmail-x gmail-x-first gmail-x-last">NO-FRAUDCHECK<br><br></span></span></div><span class="gmail-blob-code-inner"><span class="gmail-x gmail-x-first gmail-x-last">This threw an error when trying to restart with 4.4.3. Replacing it with<br></span></span></div><div><span class="gmail-blob-code-inner"><span class="gmail-x gmail-x-first gmail-x-last"><br>#!define NO_FRAUDCHECK<br></span></span></div><div><span class="gmail-blob-code-inner"><span class="gmail-x gmail-x-first gmail-x-last"><br>fixed the problem.<br><br><br></span></span></div><div><span class="gmail-blob-code-inner"><span class="gmail-x gmail-x-first gmail-x-last">2) Module Order problems.<br><br></span></span></div><div><span class="gmail-blob-code-inner"><span class="gmail-x gmail-x-first gmail-x-last">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.<br><br><br><br></span></span></div><div><span class="gmail-blob-code-inner"><span class="gmail-x gmail-x-first gmail-x-last">3) There's a bug in uac_auth function. I've opened an issue for that:<br><a href="https://github.com/kamailio/kamailio/issues/797">https://github.com/kamailio/kamailio/issues/797</a><br><br><br><br></span></span></div><div><span class="gmail-blob-code-inner"><span class="gmail-x gmail-x-first gmail-x-last">Best Regards,<br></span></span></div><div><span class="gmail-blob-code-inner"><span class="gmail-x gmail-x-first gmail-x-last">Sebastian<br></span></span></div><span class="gmail-blob-code-inner"><span class="gmail-x gmail-x-first gmail-x-last"></span></span></div>