Hello,
what is the motivation behind this? Are you seeing performance issues in a production environment that could not solved e.g., by adding some more rtpengine resources?
Regarding implementation, you could also have a look for example at the http_async_client module, which might be a bit more easy to understand regarding the async implementation in Kamailio.
Cheers,
Henning
From: sr-dev <sr-dev-bounces@lists.kamailio.org>
On Behalf Of Aditya Gupta
Sent: Thursday, November 24, 2022 2:47 PM
To: sr-dev@lists.kamailio.org
Subject: [sr-dev] Make some commands in kamailio rtpengine module asynchronous
Hello!
We needed some commands in rtpengine module to be asynchronous that is offer, answer and delete. I needed help for this.
Firstly, I went through the evapi module to understand how asynchronous commands were implemented by suspending request/responses
and then by continuing. But I couldn't see anywhere where the suspended commands were being continued.
Thank you.