<p class="MsoNormal" style="text-indent: 27pt;"><span lang="EN-US">After <span class="text-cell">enabling the HAVE_GNUTLS define, I can
now log in google talk. Thank you very much.</span></span></p>

<p class="MsoNormal"><span lang="EN-US"><span style="">        </span>I
have one more question. “FreeSWITCH and Google Talk cannot connect to each
other after a successful ringing and answering” (refer to “<a href="http://wiki.freeswitch.org/wiki/Mod_dingaling">http://wiki.freeswitch.org/wiki/Mod_dingaling</a>”).
I test it by: soft-phone (x-lite 3.0) ---&gt;FS (GT account1) ---&gt;GT
account2 (GT software 1.0.0.105). Account2
rings and answers, but no sound can be heard. If GT account2 is signed in with
the web page, it will not even ring. Is it a normal situation? The dial plan is
as below (refer to &quot;<a href="http://chesterton.id.au/blog/2008/01/02/freeswitch-google-talk-dingaling-jingle-all-the-way/">http://chesterton.id.au/blog/2008/01/02/freeswitch-google-talk-dingaling-jingle-all-the-way/</a>&quot;):</span></p>


<p class="MsoNormal"><span lang="EN-US">&lt;extension
name=&quot;gvoice_out&quot;&gt;</span></p>

<p class="MsoNormal" style="text-indent: 24pt;"><span lang="EN-US">&lt;condition field=&quot;destination_number&quot;
expression=&quot;^gmail\+([^\@]+)\@?(.*)$&quot;&gt;</span></p>

<p class="MsoNormal"><span lang="EN-US"><span style="">        </span><span style="">        </span>&lt;action application=&quot;set&quot;
data=&quot;hangup_after_bridge=true&quot;/&gt;</span></p>

<p class="MsoNormal"><span lang="EN-US"><span style="">        </span><span style="">        </span>&lt;action
application=&quot;bridge&quot; data=&quot;dingaling/thisjoy/$<a href="mailto:1@gmail.com">1@gmail.com</a>&quot;/&gt;</span></p>

<p class="MsoNormal" style="text-indent: 24pt;"><span lang="EN-US">&lt;/condition&gt;</span></p>

<p class="MsoNormal"><span lang="EN-US">&lt;/extension&gt;</span></p>

<p class="MsoNormal" style="text-indent: 24pt;"><span lang="EN-US">Although I tried
several versions, it is still unworkable. Now I am not sure if it is the problem
of GT version or FreeSwitch. Is there any link for downloading the actually latest
version of google talk software?</span></p>

<br><br><div class="gmail_quote">2010/11/2 Diego Toro <span dir="ltr">&lt;<a href="mailto:dftoro@yahoo.com">dftoro@yahoo.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top">Hi, You must use SSLv3 so that TLS works properly on Windows.<br><br>Have you correctly configurate only TLS ?  (certs and so on)<br>
<br>Diego Toro<br>
<a href="http://voipensando.blogspot.com/" target="_blank">http://voipensando.blogspot.com/</a><br><br>--- On <b>Tue, 11/2/10, joy this <i>&lt;<a href="mailto:thisjoy0528@gmail.com" target="_blank">thisjoy0528@gmail.com</a>&gt;</i></b> wrote:<br>
<blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: joy this &lt;<a href="mailto:thisjoy0528@gmail.com" target="_blank">thisjoy0528@gmail.com</a>&gt;<br>Subject: Re: [Freeswitch-users] problem with jingaling (may cause by TLS)<br>
To: &quot;FreeSWITCH Users Help&quot; &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>&gt;<br>Date: Tuesday, November 2, 2010, 4:39 AM<div><div></div><div class="h5">
<br><br><div>

<p style="margin-right: 0.9pt; text-indent: 27pt;"><span lang="EN-US">I used Wireshark to observe the transferred packages which are sent
by FreeSwitch and google talk software. I found that FreeSwitch packages are
lacked of the “SSLv2” and “TLSv1” packages. Does this result from TLS does
not support iksemel project on Windows?</span></p>

<p style="text-indent: 27pt;"><span lang="EN-US">I used different versions of GnuTLS and ilsemel to rebuild
FreeSwitch. Another message in the log file appeared: “2010-11-01
16:26:40.171875 [DEBUG] libdingaling.c:1609 io error 2 7 retry in 8 second(s)”.
</span></p>

<p style="text-indent: 27pt;"><span lang="EN-US">The work seems complicated. Are there any hints or suggestions?</span></p>

<br><br><div>2010/10/30 Jeffrey Leung <span dir="ltr">&lt;<a rel="nofollow" href="http://mc/compose?to=curriegrad2004@gmail.com" target="_blank">curriegrad2004@gmail.com</a>&gt;</span><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

You&#39;ll need to patch the code to some extent for mod_dingaling with<br>
TLS support on Windows to work. For now, run FreeSwitch under<br>
CentOS/RHEL 5.x for now. Fedora 13&#39;s libgnutls is broken, so expect<br>
some segfaults when you try to load mod_dingaling under that distro.<br>
<div><div></div><div><br>
On Fri, Oct 29, 2010 at 4:06 AM, joy this &lt;<a rel="nofollow" href="http://mc/compose?to=thisjoy0528@gmail.com" target="_blank">thisjoy0528@gmail.com</a>&gt; wrote:<br>
&gt; OK. I will keep trying. Thank you for suggestions.<br>
&gt;<br>
&gt; 2010/10/28 Jeff Lenk &lt;<a rel="nofollow" href="http://mc/compose?to=jeff@jefflenk.com" target="_blank">jeff@jefflenk.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; This is not currently supported in the current windows iksemel project.<br>
&gt;&gt; The<br>
&gt;&gt; required code for tls has been conditionally compiled out.<br>
&gt;&gt;<br>
&gt;&gt; Do a search for WIN32 in the project!<br>
&gt;&gt;<br>
&gt;&gt; If you are able to make this work please post your recipe to the Wiki so<br>
&gt;&gt; we<br>
&gt;&gt; can correct the docs there.<br>
&gt;&gt; --<br>
&gt;&gt; View this message in context:<br>
&gt;&gt; <a rel="nofollow" href="http://freeswitch-users.2379917.n2.nabble.com/problem-with-jingaling-may-cause-by-TLS-tp5682569p5682888.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/problem-with-jingaling-may-cause-by-TLS-tp5682569p5682888.html</a><br>


&gt;&gt; Sent from the freeswitch-users mailing list archive at Nabble.com.<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a rel="nofollow" href="http://mc/compose?to=FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a rel="nofollow" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a rel="nofollow" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a rel="nofollow" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a rel="nofollow" href="http://mc/compose?to=FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a rel="nofollow" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a rel="nofollow" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a rel="nofollow" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a rel="nofollow" href="http://mc/compose?to=FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a rel="nofollow" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a rel="nofollow" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a rel="nofollow" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>
</div><br></div></div>-----Inline Attachment Follows-----<div class="im"><br><br><div>_______________________________________________<br>FreeSWITCH-users mailing list<br><a href="http://mc/compose?to=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></div></div></blockquote></td></tr></tbody></table><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>