<div dir="ltr"><div>Hi<br></div><div>I'm trying to use a simple lua event consumer like this:</div><div><br></div><div><b>connnn = freeswitch.EventConsumer('CHANNEL_HANGUP');</b><br>      freeswitch.consoleLog("NOTICE", "waiting for event \n");<br>e = con:pop(1,500)<br>      freeswitch.consoleLog("NOTICE", "ssssssssssssssstop waiting for event \n");<br>       freeswitch.consoleLog("NOTICE", e:serialize().."\n");<br></div><div><br></div><div>but lines after consumer creation are never executed! if I comment the first line, next lines are executed successfully, scripts blocks at the first line</div><div>my lua xml config is like this:</div><div><br></div><div><configuration name="lua.conf" description="LUA Configuration"><br>  <settings>   <br>    <param name="module-directory" value="/usr/local/lib/lua/5.2/?.so"/>    <br>    <param name="startup-script" value="jobs/rk-token-update.lua"/>   <br>    <hook event="DETECTED_TONE"  script="on_tone.lua"/><br>     <hook event="CHANNEL_BRIDGE"  script="onbridge.lua"/><br>     hook event="CHANNEL_UNBRIDGE"  script="onbridge.lua"/><br>  </settings><br></configuration><br></div><div><br></div><div>fs is an old box with version 1.6</div><div>FreeSWITCH Version 1.6.20+git~20180507T185611Z~43a9feb7f8~64bit (git 43a9feb 2018-05-07 18:56:11Z 64bit)<br></div></div>