Hi all,<br>I've updated to the latest SVN 17048.<br>Here is my dialplan:<br><include><br> <context name="default"><br> <extension name="outbound_soc"><br> <condition field="destination_number" expression="^.*$"><br>
<action application="ring_ready" /><br> <action application="set" data="continue_on_fail=true"/><br> <action application="set" data="bypass_media=true"/><br>
<action application="set" data="ignore_early_media=true"/><br> <action application="set" data="exec_after_bridge_app=park"/><br>
<action application="socket" data="<a href="http://0.0.0.0:8447">0.0.0.0:8447</a> async full"/><br> </condition><br> </extension><br>
</context><br></include><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>