Hi everyone,<div>I am trying to use <b>myevents</b> to subscribe events but on call hang FREESWITCH Crash.</div><div>here is my script</div><div><br></div><div><b>test.lua</b></div><div><br></div><div><div>require &quot;ESL&quot;</div>
<div><br></div><div>hostname        = &quot;localhost&quot;--&#39;92.63.208.111&#39;;--&#39;94.249.139.66&#39;--&#39;localhost&#39;;</div><div>port            = &#39;8021&#39;;</div><div>password        = &quot;ClueCon&quot;--&#39;Pak!stan&#39;--&#39;Pakistan&#39;;</div>
<div>sock            = ESL.ESLconnection(hostname, port, password);</div><div><br></div><div>uuid = arg[1];</div><div><br></div><div>e = sock:sendRecv(&quot;myevents &quot;..uuid);<br></div><div>while  sock:connected() do</div>
<div>       e = sock:recvEvent();</div><div>       event = e:getType();</div><div>       print (event..&quot; EVENT Recieved&quot;)</div><div>end<br></div><div><br></div></div><div><b>call.lua</b></div><div><b><br></b></div>
<div><div>        api = freeswitch.API()</div><div>        uuid = api:executeString(&quot;create_uuid&quot;)<br></div><div><br></div><div>        os.execute(&quot;lua test.lua &quot;..uuid..&quot; &amp;&quot;)</div><div>        os.execute(&quot;sleep 1&quot;)</div>
<div><br></div><div>session = freeswitch.Session(&quot;{ignore_early_media=true,origination_uuid=&quot;..uuid..&quot;}user/1000&quot;);</div><div><br></div><div>        session:setAutoHangup(false)</div><div>        session:set_tts_parms(&quot;flite&quot;, &quot;slt&quot;)</div>
<div><br></div><div>        session:speak(&quot;this is a test call&quot;)</div><div style="font-weight:bold"><br></div></div><div style="font-weight:bold"><br></div><div style="font-weight:bold">please tell me how to avoid crash and any help will be highly appreciated</div>
<div style="font-weight:bold"><br></div><div style="font-weight:bold">Regards</div><div style="font-weight:bold"><br></div><div style="font-weight:bold">Shahzad Bhatti</div><div style="font-weight:bold"><br></div>