Skip to content

fix: b2bua clear call logs at call release to avoid memory accumulation

Nicolas Delpech requested to merge fix/b2bua-call-logs-accumulation into release/2.4

Reduce memory accumulation in b2bua but conference call events are still stored in memory database, causing the memory to increase slowly. It is possible to solve this by setting ENABLE_DB_STORAGE to OFF in cmake/LinphoneSDK.cmake.

FLEXISIP-490

Edited by Nicolas Delpech

Merge request reports