This is my config inside the jingle_profiles:<br> <profile type="client"><br><b> <param name="name" value="gtalk[Example]"/></b><br> <param name="login" value="[EXAMPLE]@<a href="http://gmail.com/talk">gmail.com/talk</a>"/><br>
<param name="password" value="[REDACTED]"/><br> <param name="dialplan" value="XML"/><br> <param name="context" value="public"/><br> <param name="message" value="Online"/><br>
<param name="rtp-ip" value="$${bind_server_ip}"/><br> <!-- <param name="ext-rtp-ip" value="auto-nat"/> --><br> <param name="auto-login" value="true"/><br>
<!-- SASL "plain" or "md5" --><br> <param name="sasl" value="plain"/><br> <!-- if the server where the jabber is hosted is not the same as the one in the jid --><br>
<param name="server" value="<a href="http://talk.google.com">talk.google.com</a>"/><br> <!-- Enable TLS or not --><br> <param name="tls" value="true"/><br>
<!-- disable to trade async for more calls --><br> <param name="use-rtp-timer" value="true"/><br> <!-- default extension (if one cannot be determined) --><br> <param name="exten" value="[EXTENSION]"/><br>
<!-- VAD choose one --><br> <!-- <param name="vad" value="in"/> --><br> <!-- <param name="vad" value="out"/> --><br> <param name="vad" value="both"/><br>
<!--<param name="avatar" value="/path/to/tiny.jpg"/>--><br> <param name="candidate-acl" value="wan.auto"/><br> <param name="local-network-acl" value="localnet.auto"/><br>
</profile><br><br>And dialplan to follow:<br><br> <extension name="gvoice_out"><br> <condition field="destination_number" expression="^4664(\d{10})$"><br><b> <action application="bridge" data="dingaling/gtalk[EXAMPLE]/+1$<a href="mailto:1@voice.google.com">1@voice.google.com</a>"/></b><br>
</condition><br> </extension><br><br>Pay special attention to the bolded areas of the configuration example I've provided. Configuring Google talk to work with FreeSwitch is quite straightforward with my configuration example I've provided above. I'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 <<a href="mailto:justlikeef@gmail.com">justlikeef@gmail.com</a>> wrote:<br>> 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>
><br>> 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>><br>> --<br>> Thanks,<br>> Rob<br>
> On Wednesday 13 October 2010 17:51:07 Michael Collins wrote:<br>>> > Here is the profile:<br>>> ><br>>> > <profile name="dingaling_1"><br>>> ><br>>> I believe that this should be:<br>
>> <profile type="client"><br>>><br>>> -MC<br>>><br>> I<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">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>><br><br>