They can be set (or unset) from the dialplan:<br> <action application="set" data="bypass_media=true" /><br> <action application="set" data="bypass_media=false" /><br>
<action application="set" data="proxy_media=true" /><br> <action application="set" data="proxy_media=false" /><br><br>Unless you'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's required.<br>
<br>Also note that proxy-media is *not* passthrough. You shouldn't really use it unless you want to support a codec that'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"><<a href="mailto:joe.jflemmings@gmail.com">joe.jflemmings@gmail.com</a>></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>
<param name="inbound-bypass-media" value="true"/></p>
<p class="MsoNormal"><param name="inbound-proxy-media"
value="true"/></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>