I guess you have the problem here,<br>in client.xml you have <br>  &lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;<br><br>but you only define extension 888 in default context,<br>that&#39;s why nobody can reach you from public.<br>
<br>under /usr/local/freeswitch/conf/dialplan<br><br>define extension 888 in public.xml to the proper extension you expect, and check the console log from fs_cli when you do gtalk calling to your gmail client, you will find out the solution to your issue.<br>
<br>chris<br><br><div class="gmail_quote">On Thu, Jun 25, 2009 at 10:15 PM, Jingwei Yang <span dir="ltr">&lt;<a href="mailto:jingwei.yang@gmail.com">jingwei.yang@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Chris. thanks for the reply. Here&#39;re my answers.<br><br><div class="gmail_quote"><div class="im">On Thu, Jun 25, 2009 at 9:02 PM, Chris Chen <span dir="ltr">&lt;<a href="mailto:chris.chen2004@gmail.com" target="_blank">chris.chen2004@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Two questions for you:<br><br>1) Do you have extension &quot;888&quot; in your public context?</blockquote>

</div><div><br><span style="color: rgb(51, 102, 255);">What public context are you saying? I only defined 888.xml in /usr/local/freeswitch/conf/directory/default.</span> <br><br></div><div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>2)Can you put your internal Ip address of FS in rtp-ip instead of $${bind_server_ip} just to make sure it get the right IP?</blockquote></div><div><br><span style="color: rgb(51, 102, 255);">I changed it to the internal Ip, but still no echo.</span><br>

 </div><div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
3)  &lt;param name=&quot;disable-rtp-auto-adjust&quot; value=&quot;true&quot;/&gt; is not really required at least for my working setup behind the NAT router.</blockquote></div><div><br><span style="color: rgb(51, 102, 255);">Thanks, I&#39;ve commented it out.</span><br>

 </div><div><div></div><div class="h5"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div><br><br><br><div class="gmail_quote">
On Thu, Jun 25, 2009 at 1:31 AM, Jingwei Yang <span dir="ltr">&lt;<a href="mailto:jingwei.yang@gmail.com" target="_blank">jingwei.yang@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Chris, thanks for your help. Here&#39;s my client.xml<br><br>&lt;include&gt;<br>  &lt;!-- Client Profile (Original mode) --&gt;<br>


  &lt;!-- to use this profile take the x- away from the open and close tags so its &lt;profile&gt; and &lt;/profile&gt; --&gt;<br>
  &lt;profile type=&quot;client&quot;&gt;<br>    &lt;param name=&quot;name&quot; value=&quot;<a href="http://gmail.com" target="_blank">gmail.com</a>&quot;/&gt;<br>    &lt;param name=&quot;login&quot; value=&quot;<a href="http://userAAA@gmail.com/talk" target="_blank">userAAA@gmail.com/talk</a>&quot;/&gt;<br>



    &lt;param name=&quot;password&quot; value=&quot;xxxxxxxx&quot;/&gt;<br>    &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>    &lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;<br>    &lt;param name=&quot;message&quot; value=&quot;Jingle all the way&quot;/&gt;<br>



    &lt;param name=&quot;rtp-ip&quot; value=&quot;$${bind_server_ip}&quot;/&gt;<br>    &lt;!--&lt;param name=&quot;ext-sip-ip&quot; value=&quot;$${external_sip_ip}&quot;/&gt;--&gt;<br>    &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;$${external_rtp_ip}&quot;/&gt;<br>



    &lt;param name=&quot;disable-rtp-auto-adjust&quot; value=&quot;true&quot;/&gt;<br>    &lt;param name=&quot;auto-login&quot; value=&quot;true&quot;/&gt;<br>    &lt;!-- SASL &quot;plain&quot; or &quot;md5&quot; --&gt;<br>



    &lt;param name=&quot;sasl&quot; value=&quot;plain&quot;/&gt;<br>    &lt;!-- if the server where the jabber is hosted is not the same as the one in the jid --&gt;<br>    &lt;param name=&quot;server&quot; value=&quot;<a href="http://talk.google.com" target="_blank">talk.google.com</a>&quot;/&gt;<br>



    &lt;!-- Enable TLS or not --&gt;<br>    &lt;param name=&quot;tls&quot; value=&quot;true&quot;/&gt;<br>    &lt;!-- disable to trade async for more calls --&gt;<br>    &lt;param name=&quot;use-rtp-timer&quot; value=&quot;true&quot;/&gt;<br>



    &lt;!-- default extension (if one cannot be determined) --&gt;<br>    &lt;param name=&quot;exten&quot; value=&quot;888&quot;/&gt;<br>    &lt;!-- VAD choose one --&gt;<br>    &lt;!-- &lt;param name=&quot;vad&quot; value=&quot;in&quot;/&gt; --&gt;<br>



    &lt;!-- &lt;param name=&quot;vad&quot; value=&quot;out&quot;/&gt; --&gt;<br>    &lt;param name=&quot;vad&quot; value=&quot;both&quot;/&gt;<br>    &lt;!--&lt;param name=&quot;avatar&quot; value=&quot;/path/to/tiny.jpg&quot;/&gt;--&gt;<br>



    &lt;!--&lt;param name=&quot;candidate-acl&quot; value=&quot;rfc1918.auto&quot;/&gt;--&gt;<br>  &lt;/profile&gt;<br>&lt;/include&gt;<div><div></div><div><br><br><br><div class="gmail_quote">On Thu, Jun 25, 2009 at 11:53 AM, Chris Chen <span dir="ltr">&lt;<a href="mailto:chris.chen2004@gmail.com" target="_blank">chris.chen2004@gmail.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Please provide your client.xml detail with confidential information crossout, I have gtalk client and server working properly behind the NAT.<br>



I should be able to help you.<br><font color="#888888"><br>Chris</font><div><div></div><div><br><br><div class="gmail_quote">On Wed, Jun 24, 2009 at 11:42 PM, Jingwei Yang <span dir="ltr">&lt;<a href="mailto:jingwei.yang@gmail.com" target="_blank">jingwei.yang@gmail.com</a>&gt;</span> wrote:<br>




<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks seven. External IPs have sound echo this time with ext-rtp-ip uncommented and disable-rtp-auto-adjust=true. However, internal IP has no audio this time no matter what value disable-rtp-auto-adjust is...<div>




<div></div><div><br><br><div class="gmail_quote">
On Thu, Jun 25, 2009 at 11:24 AM, seven <span dir="ltr">&lt;<a href="mailto:dujinfang@gmail.com" target="_blank">dujinfang@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





<div>uncomment ext-rtp-ip<div><div></div><div><div><br></div><div><div>On Jun 25, 2009, at 10:23 AM, Jingwei Yang wrote:<br><blockquote type="cite">Hi seven, thanks for your reply. I&#39;ve commented out &quot;ext-rtp-ip&quot; and put &quot;disable-rtp-auto-adjust&quot; inside client.xml. No matter what value this parameter has (true or false), local IP is able to hear the echo but external ones still have no audio.<br>





 <br><div class="gmail_quote">On Wed, Jun 24, 2009 at 6:01 PM, seven <span dir="ltr">&lt;<a href="mailto:dujinfang@gmail.com" target="_blank">dujinfang@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





 <div>search wiki from sth. like disable_rtp_autoajust , I don&#39;t remember the exact var.<div><br></div><div><br><div><div><div></div><div>On Jun 24, 2009, at 5:40 PM, Jingwei Yang wrote:<br></div></div> <blockquote type="cite">





<div><div></div><div>Hi Guys,<br><br>Here&#39;s my situation:<br><br>The freeswitch server and my machine are behind the same LAN. If I commented out &quot;ext-rtp-ip&quot; from client.xml, I&#39;m able to hear the echo (by <i>originate dingaling/<a href="http://gmail.com/userAAA@gmail.com" target="_blank">gmail.com/userAAA@gmail.com</a> &amp;echo</i>).<br>





 <br>However, external calls have no sound at all no matter whether this param is commented out or not. <br><br>Please kindly let me know what other params to set to resolve this issue.<br><br>Thanks,<br>-Jingwei<br></div>





 </div> _______________________________________________<br>Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">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>





 </blockquote></div><br></div></div><br>_______________________________________________<br> Freeswitch-users mailing list<br> <a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">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> _______________________________________________<br>Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">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></blockquote></div><br></div></div></div></div><br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">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>
</div></div><br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">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>
</div></div><br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">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>
</div></div><br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">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>
</div></div><br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">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></div></div><br>
<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>