<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, &quot;Cucu Florian&quot; &lt;<a href="koralu@gmail.com">koralu@gmail.com</a>&gt; 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 &quot;bypass media&quot; in FS with the following scenario: Xlite(ext.1000) -&gt; FS &lt;- 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>&quot;This is useful if you have two end-points that need to use a codec that is currently not supported in FreeSWITCH &quot;<BR>
</I><BR>
As the FS tutorial said <U>&quot;Before executing the bridge action you must set the &quot;bypass_media&quot; flag to true. &quot;</U> so I put the following line in my dial plan.<BR>
<BR>
&lt;extension name=&quot;extension-intercom&quot;&gt;<BR>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;1001&quot;&gt;<BR>
       <I> <B>&lt;action application=&quot;set&quot; data=&quot;bypass_media=true&quot;/&gt;<BR>
</B></I>        &lt;action application=&quot;bridge&quot; data=&quot;user/1001&quot;/&gt;<BR>
    &lt;/condition&gt;<BR>
&lt;/extension&gt;<BR>
<BR>
<BR>
&lt;extension name=&quot;extension-intercom&quot;&gt;<BR>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;1000&quot;&gt;<BR>
        <B><I>&lt;action application=&quot;set&quot; data=&quot;bypass_media=true&quot;/&gt;<BR>
</I></B>        &lt;action application=&quot;bridge&quot; data=&quot;user/1000&quot;/&gt;<BR>
    &lt;/condition&gt;<BR>
&lt;/extension&gt;<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>