Hello,
a new module is now in GIT master branch, named async.
Its purpose is to provide asynchronous SIP request processing using t_suspend()/t_continue() mechanism from tm module. While the tm module had it for quite some time, it was not available for usage in configuration file.
There are two functions implemented by now:
- async_route(routename, interval) - execute asynchronously a route block after a time interval - aync_sleep(interval) - sleep asynchronously for a time interval and then resume SIP request processing
See the readme for more details: http://kamailio.org/docs/modules/devel/modules/async.html
Cheers, Daniel