Anthony - I ported my test script to Lua and it has the same problem. <div><br></div><div><div>newSession = freeswitch.Session(&quot;{ignore_early_media=true}sofia/<a href="http://192.168.1.10/1000">192.168.1.10/1000</a>&quot;)</div>
<div><br></div><div>if newSession:ready() then</div><div>    freeswitch.consoleLog(&quot;info&quot;, &quot;Call connected\n&quot; )</div><div>else</div><div>    local cause = newSession:hangupCause()</div><div>    freeswitch.consoleLog(&quot;err&quot;, &quot;Call not connected. Cause: &quot; .. cause .. &quot;\n&quot; )</div>
<div>end</div><div><br></div><div><br></div><br></div>