Hi!<br><br>I am trying to bridge the caller to the callee and play them different sound files foo.wav and bar.wav before they are &quot;connected&quot;. <br><br>Taking help from the wiki <a href="http://wiki.freeswitch.org/wiki/Variable_bridge_pre_execute_aleg_app">http://wiki.freeswitch.org/wiki/Variable_bridge_pre_execute_aleg_app</a>, I put up this dialplan but it plays back the audio files to the a-leg and b-leg one after the other and not simultaneously. <br>
<br>What will be the way to do simultaneous playback to both the legs and then bridge them?<br><br>My current dialplan is this<br><br>                          &lt;action application=&quot;answer&quot; /&gt;<br>                          &lt;action application=&quot;set&quot; data=&quot;bridge_pre_execute_aleg_app=playback&quot;/&gt;<br>
                          &lt;action application=&quot;set&quot; data=&quot;bridge_pre_execute_bleg_app=playback&quot;/&gt;<br>                          &lt;action application=&quot;set&quot; data=&quot;bridge_pre_execute_aleg_data=foo.wav&quot;/&gt;<br>
                          &lt;action application=&quot;set&quot; data=&quot;bridge_pre_execute_bleg_data=bar.wav&quot;/&gt;<br>                          &lt;action application=&quot;bridge&quot; data=&quot;freetdm/1/a/9512236723&quot;/&gt;<br>
<br><br>Thanks!<br><br clear="all">regards,<br>Anita<br><br>