<div dir="ltr">Hi! <br>Happy new year to all!!!<br><br>Look like I am first in this year wit hthe questions in this list :-).<br><br>I'm using stateless kamailio and RTPengnine to build some kind of the stateless cluster<br>I found that kamailio keeps some data  in the SHMEM in case of using RTPengine module even if it is not a rtpengine_manage function but offer/answer/delete<br><br>In this case if INVITE (offer) handled by 1-st kamailio in my cluster, and BYE/CANCEL handled by second kamailio in the cluster - 1-st kamailio (which has been used for offer) will hase kinda internal "memory leak" (in SHMEM it never decrased)<br><br>At the rtpengine module source I found some transation dependencies for the rtpengine_manage function but did not find for the offer/answer/delete<br>I supposed these 3 functions just sending requests to the rtpnegine with keys and not storing anything<br><br>So my question - is it possible to use RTPengine module in stateless way to avoid internal "memory leak" because in my scenario I have big chance never receive  BYE/CANCEL on the machine that started handle particular call</div>