Re: [sr-dev] [kamailio/kamailio] async sleep with millisecond precision (#2006)

2019-07-15 Thread Henning Westerholt
@urtho - Thank you, looks like an interesting extension. Can you please create a pull request against kamailio master branch with your changes? You already mentioned the missing XML docs - after you created the pull request lets continue the discussion there. -- You are receiving this because

Re: [sr-dev] [kamailio/kamailio] async sleep with millisecond precision (#2006)

2019-07-15 Thread Henning Westerholt
Closed #2006. -- 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/2006#event-2481949955___ Kamailio (SER) - Development Mailing List

[sr-dev] [kamailio/kamailio] async sleep with millisecond precision (#2006)

2019-07-14 Thread Paweł Pierścionek
Hi, I've implemented a ringless millisecond async sleep using sorted linked list and 1 millisecond timer. Timer queues tasks that are due for execution with async_task_push. https://github.com/urtho/kamailio/tree/microsleep If this is worth including in the master then I can do comments,