Hi All,<br><br>I am trying to get mod_dingaling working with gtalk.<br>I  have configured extention 1004 in jingle_profiles/client.xml.<br>I make a call from another gtalk user,the call lands up fine at the extention I have<br>
configured.But there is no audio.I searched a lot and have tried everything I found <br>on the net including using different STUN servers, using different values for candidate-acl,disable-rtp-auto-adjust. etc.<br><br>                                        I enabled debugging in mod_dingaling and found in the xmpp messages that along with a <br>
local RTP ,and a stun RTP a relay RTP port is being advertized by the google server,I ran wireshark on my freeswitch server and looks like <br>the audio is going to the stun RTP port not to the realy RTP port.<br>Can this be a problem?<br>
<br>Does gtalk want the audio to be sent directly to the concerned gtalk client or does it have to go through the google server?<br>The FreeSwitch vesrion I am using is &#39; FreeSWITCH version: 1.0.7 (svn-exported)&#39;.<br>
<br><br>Please find below my jingle_profiles/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;jclient&quot;/&gt;<br>    &lt;param name=&quot;login&quot; value=&quot;<a href="http://XXXXXXXX@gmail.com/gtalk">XXXXXXXX@gmail.com/gtalk</a>&quot;/&gt;<br>
    &lt;param name=&quot;password&quot; value=&quot;XXXXX&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;param name=&quot;ext-rtp-ip&quot; value=&quot;$${external_rtp_ip}&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">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;param name=&quot;disable-rtp-auto-adjust&quot; value=&quot;true&quot;/&gt;<br>
<br>    &lt;!-- default extension (if one cannot be determined) --&gt;<br>    &lt;param name=&quot;exten&quot; value=&quot;1004&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;param name=&quot;candidate-acl&quot; value=&quot;wan.auto&quot;/&gt;<br>    &lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;<br>  &lt;/profile&gt;<br>&lt;/include&gt;<br><br><br>I will appreciate any help or pointers on this.<br>
<br>--<br>Thanks<br>Saurabh<br><br><br>