I have a lua script that originate a new call creating a session as:<div><br></div><div>        outbound_session = freeswitch.Session(dialstring, session);</div><div><br></div><div>The problem I have is that session creation sometimes is blocking and sometimes is not blocking.</div>
<div><br></div><div>To me it seems that is related to the RTP so the session creation is blocked until early media is present or until the called answer the call.</div><div><br></div><div>Is this true or I have miss something?</div>
<div><br></div><div>There is a way to do a non blocking session creation? </div><div><br></div><div>Stephen</div>