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

2022-11-28 Thread Daniel-Constantin Mierla
On 28.11.22 14:58, Richard Fuchs wrote: > On 28/11/2022 04.14, [EXT] Aditya Gupta wrote: >> We have 2 rtpengines in production and thousands of calls coming in. >> Few of them get timed out because they don't get processed in time by >> rtpengine. Simply by making 3 commands; offer, answer and

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

2022-11-28 Thread Aditya Gupta
.com/> From: sr-dev mailto:sr-dev-boun...@lists.kamailio.org>> On Behalf Of Aditya Gupta Sent: Thursday, November 24, 2022 2:47 PM To: sr-dev@lists.kamailio.org<mailto:sr-dev@lists.kamailio.org> Subject: [sr-dev] Make some commands in kamailio rtpengine module asynchronous Hel

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

2022-11-28 Thread Richard Fuchs
On 28/11/2022 04.14, [EXT] Aditya Gupta wrote: We have 2 rtpengines in production and thousands of calls coming in. Few of them get timed out because they don't get processed in time by rtpengine. Simply by making 3 commands; offer, answer and delete. It can help us a lot with this. I think

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

2022-11-28 Thread Henning Westerholt
ilto: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

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

2022-11-28 Thread Aditya Gupta
t: [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 command

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

2022-11-28 Thread Henning Westerholt
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 asynch

[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