Async was not designed to work with a faked request, like the one from
`event_route[core:worker-one-init]`, because it does suspend/continue of a transaction for
a request that is not received from the network and not to be routed. Maybe it can be
enhanced, but meanwhile look at the next alternatives to execute actions after a period of
time:
* rtimer module
* evrexec module
--
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/1727#issuecomment-439895846