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><extension name="incoming"></i></div></div><div><div><i> <condition field="destination_number" expression="^7777$"></i></div></div><div><div><i> <action application="lua" data="lua/app.lua" /></i></div>
</div><div><div><i> </condition></i></div></div><div><div><i> </extension></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>