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.