We need to make commands in rtpengine module asynchronous just like it is in evapi module which improves efficiency. I need help in it. Firstly I need to know which all commands in rtpengine has to be supported by asynchronous complementary functions. Secondly I was trying to understand the async functionality in evapi. I understood the suspend and continue process used to implement this. But I couldn't see anywhere we are trying to continue the suspended processes. Thank you.