I got the pcap via email, the call-id matches the `bt full` output, but does not match the
output of `p *cell`. Maybe you used a different corefile, can you get the output from the
same corefile as for `bt full`? Otherwise, I cannot correlate the data between them.
Also, the `(gdb) p cell->callid` in the first comment, after `bt full` show a different
call-id.
What I noticed in the call pcap is that the processing of 200ok (INVITE) takes over 6
seconds, do you have any blocking operations done during 200ok? For example, accounting
can happen at that time, you should check if database server is slow for some reason when
inserting records in acc table (you can also enable latency core parameters to get logs on
slow actions/database statements).
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2757#issuecomment-853790269