[Freeswitch-users] ProxyMedia Unable to hear voice
lakshmanan ganapathy
lakindia89 at gmail.com
Fri Mar 19 01:27:07 PDT 2010
Hi all,
I've updated to the latest SVN 17048.
Here is my dialplan:
<include>
<context name="default">
<extension name="outbound_soc">
<condition field="destination_number"
expression="^.*$">
<action application="ring_ready" />
<action application="set"
data="continue_on_fail=true"/>
<action application="set"
data="bypass_media=true"/>
<action application="set"
data="ignore_early_media=true"/>
<action application="set"
data="exec_after_bridge_app=park"/>
<action application="socket" data="
0.0.0.0:8447 async full"/>
</condition>
</extension>
</context>
</include>
>From a nc session I issued the following commands.
connect
sendmsg
call-command: execute
execute-app-name: answer
sendmsg
call-command: execute
execute-app-name: bridge
execute-app-arg: user/1010
I (user/1001) is able to hear the voice of the bridged party (user/1010).
But user/1010 is unable to hear my voice.
If I set the bypass_media=false, then both can hear the voice.
I wanted to know why when bypass_media=true, the user/1010 cannot hear my
voice.
Here is the freeswitch log:
http://pastebin.freeswitch.org/12484
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100319/38d87cb1/attachment-0002.html
More information about the FreeSWITCH-users
mailing list