<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi there<br><br>I am begginer with FS , I use FS plus Gtalk&nbsp;&nbsp; everything is OK with PCMU codec but whenever&nbsp; i replace it whit G723 codec i got "This codec is only usable in passthrough mode!" error.<br><br>SIP GW&nbsp; &gt;&nbsp; FreeSwitch&nbsp; &gt;&nbsp; Gtalk<br><br>these are my configuration files :<br><br>------- public.xml ----------------<br><br>&lt;extension name="Gtalk"&gt;<br>&nbsp;&nbsp;&lt;condition field="source" expression="mod_sofia"/&gt;<br>&nbsp;&nbsp;&lt;condition field="destination_number" expression="^1234$"&gt;<br>&nbsp;&lt;!-- &lt;action application="set" data="proxy_media=true"/&gt; --&gt;<br>&nbsp; &lt;action application="set" data="bypass_media=true"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;action application="bridge"
 data="dingaling/gmail.com/xxxxx@gmail.com"/&gt;<br>&nbsp;&nbsp;&lt;/condition&gt;<br>&lt;/extension&gt;<br><br>------------&nbsp; dingaling.conf.xml ------------<br><br>&lt;configuration name="dingaling.conf" description="XMPP Jingle Endpoint"&gt;<br>&nbsp; &lt;settings&gt;<br>&nbsp;&nbsp;&nbsp; &lt;param name="debug" value="1"/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;param name="codec-prefs" value="G723"/&gt;<br>&nbsp; &lt;/settings&gt;<br><br>&nbsp; &lt;X-PRE-PROCESS cmd="include" data="../jingle_profiles/*.xml"/&gt;<br><br>&lt;/configuration&gt;<br><br>---------- sip_profiles/external.xml ---------------<br><br>&lt;!-- <br>&nbsp;&lt;param name="inbound-codec-prefs" value="$${global_codec_prefs}"/&gt;<br>&nbsp;&lt;param name="outbound-codec-prefs" value="$${outbound_codec_prefs}"/&gt;<br>--&gt;<br>&lt;param name="inbound-codec-prefs" value="G723"/&gt;<br>&nbsp; &lt;param name="outbound-codec-prefs" value="G723"/&gt;<br><br><br><span>I was googling for a while
 but I got nothing.</span><br><span>Thanks in advance.</span><br><br><br></td></tr></table><br>