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.