<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 everything is OK with PCMU codec but whenever i replace it whit G723 codec i got "This codec is only usable in passthrough mode!" error.<br><br>SIP GW > FreeSwitch > Gtalk<br><br>these are my configuration files :<br><br>------- public.xml ----------------<br><br><extension name="Gtalk"><br> <condition field="source" expression="mod_sofia"/><br> <condition field="destination_number" expression="^1234$"><br> <!-- <action application="set" data="proxy_media=true"/> --><br> <action application="set" data="bypass_media=true"/><br> <action application="bridge"
data="dingaling/gmail.com/xxxxx@gmail.com"/><br> </condition><br></extension><br><br>------------ dingaling.conf.xml ------------<br><br><configuration name="dingaling.conf" description="XMPP Jingle Endpoint"><br> <settings><br> <param name="debug" value="1"/><br> <param name="codec-prefs" value="G723"/><br> </settings><br><br> <X-PRE-PROCESS cmd="include" data="../jingle_profiles/*.xml"/><br><br></configuration><br><br>---------- sip_profiles/external.xml ---------------<br><br><!-- <br> <param name="inbound-codec-prefs" value="$${global_codec_prefs}"/><br> <param name="outbound-codec-prefs" value="$${outbound_codec_prefs}"/><br>--><br><param name="inbound-codec-prefs" value="G723"/><br> <param name="outbound-codec-prefs" value="G723"/><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>