This is my config inside the jingle_profiles:<br>  &lt;profile type=&quot;client&quot;&gt;<br><b>    &lt;param name=&quot;name&quot; value=&quot;gtalk[Example]&quot;/&gt;</b><br>    &lt;param name=&quot;login&quot; value=&quot;[EXAMPLE]@<a href="http://gmail.com/talk">gmail.com/talk</a>&quot;/&gt;<br>
    &lt;param name=&quot;password&quot; value=&quot;[REDACTED]&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;Online&quot;/&gt;<br>
    &lt;param name=&quot;rtp-ip&quot; value=&quot;$${bind_server_ip}&quot;/&gt;<br>    &lt;!-- &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;auto-nat&quot;/&gt; --&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;!-- default extension (if one cannot be determined) --&gt;<br>    &lt;param name=&quot;exten&quot; value=&quot;[EXTENSION]&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><br>And dialplan to follow:<br><br>  &lt;extension name=&quot;gvoice_out&quot;&gt;<br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^4664(\d{10})$&quot;&gt;<br><b>      &lt;action application=&quot;bridge&quot; data=&quot;dingaling/gtalk[EXAMPLE]/+1$<a href="mailto:1@voice.google.com">1@voice.google.com</a>&quot;/&gt;</b><br>
    &lt;/condition&gt;<br>  &lt;/extension&gt;<br><br>Pay special attention to the bolded areas of the configuration example I&#39;ve provided. Configuring Google talk to work with FreeSwitch is quite straightforward with my configuration example I&#39;ve provided above. I&#39;ve ran to this same configuration ambiguity when they first completed this feature anyways, so I hope my configuration example does help you into resolving that problem<br>
<br>On Wed, Oct 13, 2010 at 3:07 PM, Rob Hutton &lt;<a href="mailto:justlikeef@gmail.com">justlikeef@gmail.com</a>&gt; wrote:<br>&gt; Caught and changed that, but it does the same thing.  I also changed the profile name to gtalk in case there was a case sensitivity issue or something, but same result.<br>
&gt;<br>&gt; I am told that the wiki is not quite correct either, but with everyone away from their development PCs, it will be the weekend before the corrections are available.<br>&gt;<br>&gt; --<br>&gt; Thanks,<br>&gt; Rob<br>
&gt; On Wednesday 13 October 2010 17:51:07 Michael Collins wrote:<br>&gt;&gt; &gt; Here is the profile:<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;  &lt;profile name=&quot;dingaling_1&quot;&gt;<br>&gt;&gt; &gt;<br>&gt;&gt; I believe that this should be:<br>
&gt;&gt; &lt;profile type=&quot;client&quot;&gt;<br>&gt;&gt;<br>&gt;&gt; -MC<br>&gt;&gt;<br>&gt; I<br>&gt;<br>&gt; _______________________________________________<br>&gt; FreeSWITCH-users mailing list<br>&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt;<br><br>