<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] Bypass Media not work</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>You still need to have the codecs enabled in your FreeSWITCH configuration, <BR>
also FreeSWITCH supports iLBC and Broadvoice32 and 16 codecs along with a list of other codecs that are just not enabled by default...<BR>
<BR>
K<BR>
<BR>
<BR>
<BR>
On 4/24/12 5:19 AM, "Cucu Florian" <<a href="koralu@gmail.com">koralu@gmail.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Hello,<BR>
<BR>
I tried to test the behavior of "bypass media" in FS with the following scenario: Xlite(ext.1000) -> FS <- Xlite(ext:1001)<BR>
<BR>
On each Xlite I set one single codec (that is currently unsupported by FS) as it said in wiki page: <I>"This is useful if you have two end-points that need to use a codec that is currently not supported in FreeSWITCH "<BR>
</I><BR>
As the FS tutorial said <U>"Before executing the bridge action you must set the "bypass_media" flag to true. "</U> so I put the following line in my dial plan.<BR>
<BR>
<extension name="extension-intercom"><BR>
<condition field="destination_number" expression="1001"><BR>
<I> <B><action application="set" data="bypass_media=true"/><BR>
</B></I> <action application="bridge" data="user/1001"/><BR>
</condition><BR>
</extension><BR>
<BR>
<BR>
<extension name="extension-intercom"><BR>
<condition field="destination_number" expression="1000"><BR>
<B><I><action application="set" data="bypass_media=true"/><BR>
</I></B> <action application="bridge" data="user/1000"/><BR>
</condition><BR>
</extension><BR>
<BR>
When I put in Xlite also G711ulaw/alaw as codecs preference the calls was ok. But when I put only codecs that FS do not support(ex. iLBC,BroadVoice32) the call failed. What am I missing? <BR>
<BR>
I made this scenario because I need to route via FS some calls with G729r8 codec and I need no codec negotiation.<BR>
<BR>
Ty<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_________________________________________________________________________<BR>
Professional FreeSWITCH Consulting Services:<BR>
<a href="consulting@freeswitch.org">consulting@freeswitch.org</a><BR>
<a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><BR>
<BR>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<BR>
<a href="http://www.cudatel.com">http://www.cudatel.com</a><BR>
<BR>
Official FreeSWITCH Sites<BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><BR>
<a href="http://www.cluecon.com">http://www.cluecon.com</a><BR>
<BR>
FreeSWITCH-users mailing list<BR>
<a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE>
</BODY>
</HTML>