You have to try to get a core file. Set core file limits to unlimited:
``` ulimit -c unlimited ``` Then you may need to run kamailio as root and then reproduce the issue to get a core file, once core file was dumped, grab the backtrace for gdb, see:
- https://www.kamailio.org/wikidocs/tutorials/troubleshooting/coredumpfile/