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;</i><br>
<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;</b></i><br>
        &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;</i></b><br>        &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>