Hi<br><br>Using kamailio v1.5 (trunk), I'm testing the following simple presence scenario where one user shutdowns his application without prior un-PUBLISH and un-REGISTER.<br><br>1) user A subscribes to user B presence. Both use X-Lite.<br>
2) user B shutdowns his X-Lite (without doing un-REGISTER and un-PUBLISH of his presence information),<br>3) user B starts again X-Lite, registers and publishes his presence,<br>from that point when user B updates his presence information, user A does not see the updates !<br>
<br>I've configured kamailio to use <br> save("location", "0x04") <br>instead of <br> save("location")<br>for incoming REGISTER but this does not help.<br><br>Is there a way to clean presence DB tables properly when user B register again ?<br>
<br>Regards,<br>Pascal<br>