Re: [sr-dev] Make some commands in kamailio rtpengine module asynchronous

2022-11-28 Thread Aditya Gupta
:09:20 PM To: Aditya Gupta ; Kamailio (SER) - Development Mailing List Subject: RE: Make some commands in kamailio rtpengine module asynchronous Hello, as mentioned, there are people using rtpengine with larger installations (like some racks of rtpengine). But we are of course alway

Re: [sr-dev] Make some commands in kamailio rtpengine module asynchronous

2022-11-28 Thread Aditya Gupta
my PR?? Thank you From: Henning Westerholt Sent: Monday, November 28, 2022 1:47:00 PM To: Kamailio (SER) - Development Mailing List Cc: Aditya Gupta Subject: RE: Make some commands in kamailio rtpengine module asynchronous Hello, what is the motivation behind

[sr-dev] Make some commands in kamailio rtpengine module asynchronous

2022-11-24 Thread Aditya Gupta
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

[sr-dev] Make Kamailio rtpengine module commands asynchronous

2022-11-22 Thread Aditya Gupta
Hello! We needed rtpengine module to be asynchronous. I needed help for this. 1) I want to understand how many of the commands in the list are needed to be made asynchronous. 2) I went through evapi module to understand how asynchronous commands were implemented by suspending request/responses