<div dir="ltr"><div>Hi dear developers!</div><div>I can see ApplicationReplaced event and it's working: client.on_event('ApplicationReplaced', application_replaced)</div><div>When I run this code  in the 2-nd thread  I get this message.</div><div>But what is I need to know when Application is started?</div><div>Ordinary situation.</div><div>I have a dialer app using 2 threads:</div><div>1) DIaler  thread doing originate</div><div>2) Stasis thread handlng channel events.</div><div>So if I start borth threads simultaneously dialer starts to originate before Stasis app is connected.</div><div>Why not implement ApplicationStarted message similar to ApplicationReplaced?</div><div>If ApplicationStarted existed I could use threading.Event() and wait from dialer thread for event.set() from ApplicationStarted event from stasis thread.</div><div>Any suggestions?</div><div>Thanks.</div><div><br></div><div><br></div>
</div>