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 and then continuing. But I couldn't see anywhere where
the suspended commands were being continued.
Thank you.