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 "connected". <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> <action application="answer" /><br> <action application="set" data="bridge_pre_execute_aleg_app=playback"/><br>
<action application="set" data="bridge_pre_execute_bleg_app=playback"/><br> <action application="set" data="bridge_pre_execute_aleg_data=foo.wav"/><br>
<action application="set" data="bridge_pre_execute_bleg_data=bar.wav"/><br> <action application="bridge" data="freetdm/1/a/9512236723"/><br>
<br><br>Thanks!<br><br clear="all">regards,<br>Anita<br><br>