They can be set (or unset) from the dialplan:<br>    &lt;action application=&quot;set&quot; data=&quot;bypass_media=true&quot; /&gt;<br>    &lt;action application=&quot;set&quot; data=&quot;bypass_media=false&quot; /&gt;<br>

    &lt;action application=&quot;set&quot; data=&quot;proxy_media=true&quot; /&gt;<br>    &lt;action application=&quot;set&quot; data=&quot;proxy_media=false&quot; /&gt;<br><br>Unless you&#39;re transcoding or attaching a application that needs to decode the audio data, all bridged calls will work in passthrough mode by default. Decoding/encoding of audio data only happens when it&#39;s required.<br>

<br>Also note that proxy-media is *not* passthrough. You shouldn&#39;t really use it unless you want to support a codec that&#39;s not supported by FS.<br><br>-Steve<br><br><br><br><div class="gmail_quote">On 8 September 2011 18:03, Joe Flemmings <span dir="ltr">&lt;<a href="mailto:joe.jflemmings@gmail.com">joe.jflemmings@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<p class="MsoNormal">Is there a way of having just calls using g711 do media
passthrough and NOT all calls<br>
Because the following parameters in internal.xml apply to all calls</p>

<p class="MsoNormal"><br>
&lt;param name=&quot;inbound-bypass-media&quot; value=&quot;true&quot;/&gt;</p>

<p class="MsoNormal">&lt;param name=&quot;inbound-proxy-media&quot;
value=&quot;true&quot;/&gt;</p><p class="MsoNormal"><br></p><p class="MsoNormal">Thanks Joe<br></p>

<br><br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>