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