pkg/kamailio/deb: wait for kamailio to exit before returning on sysvinit stop action
We should not return until the service has been fully terminated,
otherwise a subsequent start might break as it can consider itself
as already running. And once the old instance stops there's nothing
left running.
This also makes it possibe to remove a sleep in the restart action.