<p></p>
<p>The 53-nightly release does fix the issue.</p>
<p>However, related: is it intentional that <code>apt-get upgrade</code> doesn't show an available upgrade to the nightly release ?</p>
<pre><code>$ apt-cache policy kamailio
kamailio:
  Installed: 5.3.3+bionic
  Candidate: 5.3.3+bionic
  Version table:
 *** 5.3.3+bionic 100
        100 /var/lib/dpkg/status
     5.3.3+0~20200417092406.72+bionic 500
        500 http://deb.kamailio.org/kamailio53-nightly bionic/main amd64 Packages
</code></pre>
<pre><code>$ sudo apt-get upgrade kamailio
Reading package lists... Done
Building dependency tree       
Reading state information... Done
kamailio is already the newest version (5.3.3+bionic).
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
</code></pre>
<p>maybe it is because apt sees version <code>5.3.3+0~20200417092406.72+bionic</code> lower than <code>5.3.3</code>.</p>
<p>when I specify each package version, it does install and fixes the issue.</p>
<pre><code>$ sudo apt-get -s install \
>  kamailio=5.3.3+0~20200417092406.72+bionic \
>  kamailio-extra-modules=5.3.3+0~20200417092406.72+bionic \
>  kamailio-mysql-modules=5.3.3+0~20200417092406.72+bionic \
>  kamailio-snmpstats-modules=5.3.3+0~20200417092406.72+bionic \
>  kamailio-tls-modules=5.3.3+0~20200417092406.72+bionic \
>  kamailio-websocket-modules=5.3.3+0~20200417092406.72+bionic
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  kamailio-berkeley-modules kamailio-cpl-modules kamailio-dbg kamailio-ldap-modules kamailio-lua-modules kamailio-perl-modules kamailio-postgres-modules kamailio-presence-modules
  kamailio-python-modules kamailio-radius-modules kamailio-unixodbc-modules kamailio-xml-modules kamailio-xmpp-modules
The following packages will be DOWNGRADED:
  kamailio kamailio-extra-modules kamailio-mysql-modules kamailio-snmpstats-modules kamailio-tls-modules kamailio-websocket-modules
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/2288#issuecomment-615485329">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZNKXADQF4R77KWUNILRNDHLRANCNFSM4MKEME4Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZMFOSI4MZPJNBRXYSLRNDHLRA5CNFSM4MKEME42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOESXY7EI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/2288#issuecomment-615485329",
"url": "https://github.com/kamailio/kamailio/issues/2288#issuecomment-615485329",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>