<div dir="ltr"><div><div>While reading documentation I saw that to call another lua script from inside a lua script we use ..<br><br>api = freeswitch.API();<br>reply = api:executeString(&quot;luarun another.lua&quot;);<br><br></div>But we can also run another lua script using session:execute. I was wondering what is the difference, which one should be preferred?<br><br></div><br></div>