<div dir="ltr"><div><div><div>I am trying to play some native files (Preencoded) in lua script and calling the lua script in dialpan like below..<br><br>session:execute(&quot;playback&quot;, &lt;path to file1&gt;);<br>session:execute(&quot;playback&quot;, &lt;path to file2&gt;);<br>session:execute(&quot;playback&quot;, &lt;path to file3&gt;);<br><br></div>When I make call I hear file1 clearly but after that for approx 10-15 seconds I do not hear anything (except some occasional noise like breaking voice) <br><br></div>I tried commenting file1 (to check if file1 is corrupt or something) but then I hear file2 clearly and not file 3 for 10-15 seconds. I also tried session:sleep(100) between playbacks but issues remains same.<br><br></div>Am I doing something wrong?<br></div>