Skip to content

OpenLI 1.1.7

Compare
Choose a tag to compare
@salcock salcock released this 23 Jul 22:33
· 71 commits to master since this release

From now on, we will not be automatically building .rpm packages for Fedora. Please contact us if this change is going to be a problem for you.

  • Collector: fix file descriptor leak caused by timers in SMS worker threads.
  • Collector: fix bug where a forwarder thread would be unable to exit if the collector is trying to shut down due to an error.
  • Collector: fix another race condition that can cause a collector to hang when it is being halted.
  • Collector: VoIP sync thread now recognises more SIP keep alive payloads (including eXoSIP keep alives) so will no longer complain about invalid SIP payload when these KAs are observed.
  • Collector: fix segfault that can occur if an IP data session is assigned to more than 5 IP addresses.
  • Collector: fix segfault in VoIP sync thread if the expiry timer for a completed call cannot be properly created (e.g. if we run out of
    file descriptors).