It could be a deadlock ... do the following.
* start kamailio
* do `kamctl ps` and grab the pid of the process ""ctl handler"
* reproduce the issue
Then use gdb to attach to the pid:
```
gdb /usr/local/sbin/kamailio _CTLPID_
bt full
```
Paste the output here.
--
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/1304#issuecomment-342496405