Hi all,<br>I&#39;ve updated to the latest SVN 17048.<br>Here is my dialplan:<br>&lt;include&gt;<br>        &lt;context name=&quot;default&quot;&gt;<br>                &lt;extension name=&quot;outbound_soc&quot;&gt;<br>                        &lt;condition field=&quot;destination_number&quot; expression=&quot;^.*$&quot;&gt;<br>
                                &lt;action application=&quot;ring_ready&quot; /&gt;<br>                                &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br>                                &lt;action application=&quot;set&quot; data=&quot;bypass_media=true&quot;/&gt;<br>
                                &lt;action application=&quot;set&quot; data=&quot;ignore_early_media=true&quot;/&gt;<br>                                &lt;action application=&quot;set&quot; data=&quot;exec_after_bridge_app=park&quot;/&gt;<br>
                                &lt;action application=&quot;socket&quot; data=&quot;<a href="http://0.0.0.0:8447">0.0.0.0:8447</a> async full&quot;/&gt;<br>                        &lt;/condition&gt;<br>                &lt;/extension&gt;<br>
        &lt;/context&gt;<br>&lt;/include&gt;<br><br>From a nc session I issued the following commands.<br>connect<br><br>sendmsg<br>call-command: execute<br>execute-app-name: answer<br><br>sendmsg<br>call-command: execute<br>
execute-app-name: bridge<br>execute-app-arg: user/1010<br><br><br>I (user/1001) is able to hear the voice of the bridged party (user/1010). But user/1010 is unable to hear my voice.<br><br>If I set the bypass_media=false, then both can hear the voice.<br>
<br>I wanted to know why when bypass_media=true, the user/1010 cannot hear my voice.<br>Here is the freeswitch log:<br><a href="http://pastebin.freeswitch.org/12484">http://pastebin.freeswitch.org/12484</a><br>