Can you go with in the frame 2 of the core that has:
```
#2 0x00007f25fec371e7 in keepalive_timer (ticks=65354259, data=0x0) at
nat_traversal.c:1597
```
Then do the following gdb commands:
```
frame 2
info locals
p *slot
```
---
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/619#issuecomment-221185643