It could be a deadlock ... do the following.
kamctl ps
and grab the pid of the process ""ctl handler"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, view it on GitHub, or mute the thread.