Hi All,<div><br></div><div>My scenario:</div><div>number dialed by user test_user<br>dial plan configured to send outbound call to event socket listening on <a href="http://127.0.0.1:11111">127.0.0.1:11111</a></div><div>outbound call is intercepted, bridge application is executed to connect leg A (test_user) with dialed number via my SIP provider (leg B)</div>
<div><br></div><div>The problem is, that (completely randomly - sometimes it&#39;s OK, sometimes not) user&#39;s session is desynchronized with events from leg B.</div><div>Leg B dials number and connects via SIP provider to the destination number (that&#39;s always OK)<br>
But (randomly) leg A doesn&#39;t get ring back, no connect event, still in &quot;calling&quot; state until 30 second timeout (in the same time leg B is connected OK) but there is some problem with passing events from leg B to leg A</div>
<div><br></div><div>Bridge params:</div><div>{ignore_early_media=true,bypass_media=false,origination_caller_id_name=004822333222111,origination_caller_id_number=004822333222111,effective_caller_id_number=004822333222111,effective_caller_id_name=004822333222111,execute_on_answer=sched_hangup +5700 alloted_timeout}sofia/gateway/supergateway/0000048222019475</div>
<div><br></div><div>I&#39;ve tried to change socket mode to sync but with no success</div><div><br></div><div>I use following Java code to execute bridge application:</div><div><div><br></div><div>SendMsg msg = new SendMsg();</div>
<div>msg.addCallCommand(&quot;execute&quot;);</div><div>msg.addExecuteAppName(&quot;bridge&quot;);</div><div>msg.addExecuteAppArg(dialstring);</div><div>msg.addEventLock();</div></div><div><br></div><div>Full freeswitch console log link: <a href="http://pastebin.com/eLCmMXRB">http://pastebin.com/eLCmMXRB</a></div>
<div><br></div><div>I will greatly appreciate your help solving this problem</div><div><br></div>