I made this patch to ensure kamailio exits with an unclean status if it stops due to a child exits. This allows systemd's unit Restart=on-failure
parameter to actually automatically restart kamailio, in a segfault or any other signal-throwing situation.
The side effect is that it would trigger a kamailio restart if one of the children is stopped with a TERM signal, but I considered here that the only clean way to stop kamailio is to send a signal to the main attendant process, and not to a child.
https://github.com/kamailio/kamailio/pull/403
—
Reply to this email directly or view it on GitHub.