I&#39;m trying to figure out how to execute an API command such as a lua script after a user has connected to a conference.<br><br>for example, an extension is executed and the user is connected to a conference:<br>        &lt;action application=&quot;conference&quot; data=&quot;live@home+flags{moderator}&quot;/&gt;<br>
after the user has connected to the conference, i want a lua script to run.<br>is this possible?<br>everything i&#39;ve tried results in executing the lua script before the user is actually connected to the conference.<br>
<br>