On 12/04/2015 07:19 PM, Juha Heinanen wrote:
Richard Fuchs writes:
question: how it is possible the call works, i.e., rtpengine still has the call even when it was already deleted? does it remember that two offers were made using same params and the call does not really get deleted before it has received two deletes?
It still works if the answer comes in before the delete-delay triggers actual deletion (which is the reason for delete-delay's existence).
That was my question: how it is possible that the call worked even when the answer came AFTER 30 seconds when the call was already deleted.
From your log, it was only 10 seconds between
Dec 4 01:24:32 lohi rtpengine[10306]: [138d9b5516741c30] Call branch '' (via-branch 'z9hG4bKe8998a18295855da') deleted
and
Dec 4 01:24:42 lohi rtpengine[10306]: [138d9b5516741c30] Received command 'answer' from 127.0.0.1:44490
Cheers