Hi Folks, newbie question:<div><br></div><div>I have a simple dialplan that takes calls to an extension and executes a lua app:</div><div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">

<div><div><i>&lt;extension name=&quot;incoming&quot;&gt;</i></div></div><div><div><i>        &lt;condition field=&quot;destination_number&quot; expression=&quot;^7777$&quot;&gt;</i></div></div><div><div><i>            &lt;action application=&quot;lua&quot; data=&quot;lua/app.lua&quot; /&gt;</i></div>

</div><div><div><i>        &lt;/condition&gt;</i></div></div><div><div><i> &lt;/extension&gt;</i></div></div><div><i><br></i></div></blockquote>From the same extension I am initiating calls from FS to endpoints and executing another lua app. What I want to do is connect (bridge?) those outbound calls to app.lua. From FS perspective this call should now look like it was initiated by the caller to 7777.<div>

<br></div><div>Is this what call bridging is? What commands/wiki page should I be looking at to do this?</div><div><br></div><div>Thanks in advance,</div><div>Neil<br><div><div><br></div></div></div>