If you are modifying your build to add libgcrypt / libgnutls to win32, you have chosen an incompatible version of one of these libs.  We do not support manually adding this modification to the code, you will need to find someone <br>
else who has done it successfully to help you.<br><br><br><br><br><div class="gmail_quote">On Tue, Feb 23, 2010 at 1:59 AM, Moiz Chinoy <span dir="ltr">&lt;<a href="mailto:moizchinoy@gmail.com">moizchinoy@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;">Moreover, if I gtalk client is on the same machine as FS and i have<br>
following settings, FS crashes with the same mutex error.<br>
<div class="im"><br>
External Sip Profile has following lines:<br>
---------------------------------------------------------<br>
   &lt;param name=&quot;rtp-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;<br>
   &lt;param name=&quot;sip-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;<br>
</div><div class="im">   &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;auto-nat&quot;/&gt;<br>
</div>   &lt;param name=&quot;ext-sip-ip&quot; value=&quot;auto-nat&quot;/&gt;<br>
<div class="im"><br>
Jingle Client.xml has following lines:<br>
-----------------------------------------------------<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;$${external_rtp_ip}&quot;/&gt;--&gt;<br>
   &lt;!--&lt;param name=&quot;disable-rtp-auto-adjust&quot; value=&quot;true&quot;/&gt;--&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;wan.auto&quot;/&gt;--&gt;<br>
   &lt;!--&lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;--&gt;<br>
<br>
</div>If I uncomment the following line in client.xml (Jingle profile)<br>
<div class="im">   &lt;!--&lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;--&gt;<br>
</div>then exception does not happen.<br>
<br>
Is this a known issue or do I need to post it in JIRA?<br>
<br>
Tell me if more logs are needed...<br>
<div><div></div><div class="h5"><br>
<br>
On Sun, Feb 21, 2010 at 8:00 PM, Moiz Chinoy &lt;<a href="mailto:moizchinoy@gmail.com">moizchinoy@gmail.com</a>&gt; wrote:<br>
&gt; Guys,<br>
&gt;<br>
&gt; To make things simple gtalk client is entirely on different network.<br>
&gt;<br>
&gt; Call comes from outside through external Sip profile.<br>
&gt;<br>
&gt; If gtalk answers the call after 3-4 rings both parties can hear each other.<br>
&gt; If gtalk answers the call after 2 rings both parties no one can hear each other.<br>
&gt; If gtalk answers the call immediately FS crashes.<br>
&gt;<br>
&gt; Attached is the screen shot of the error...<br>
&gt;<br>
&gt; Here is the FS log...<br>
&gt; --------------------------------<br>
&gt; <a href="http://pastebin.freeswitch.org/12197" target="_blank">http://pastebin.freeswitch.org/12197</a><br>
&gt;<br>
&gt; External Sip Profile has following lines:<br>
&gt; ---------------------------------------------------------<br>
&gt;    &lt;param name=&quot;rtp-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;<br>
&gt;    &lt;param name=&quot;sip-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;<br>
&gt;    &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;$${external_rtp_ip}&quot;/&gt;<br>
&gt;    &lt;param name=&quot;ext-sip-ip&quot; value=&quot;$${external_sip_ip}&quot;/&gt;<br>
&gt;<br>
&gt; Jingle Client.xml has following lines:<br>
&gt; -----------------------------------------------------<br>
&gt;    &lt;param name=&quot;rtp-ip&quot; value=&quot;$${bind_server_ip}&quot;/&gt;<br>
&gt;    &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;$${external_rtp_ip}&quot;/&gt;<br>
&gt;    &lt;param name=&quot;disable-rtp-auto-adjust&quot; value=&quot;true&quot;/&gt;<br>
&gt;    &lt;!--&lt;param name=&quot;avatar&quot; value=&quot;/path/to/tiny.jpg&quot;/&gt;--&gt;<br>
&gt;    &lt;!--&lt;param name=&quot;candidate-acl&quot; value=&quot;wan.auto&quot;/&gt;--&gt;<br>
&gt;    &lt;!--&lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;--&gt;<br>
&gt;<br>
&gt; Vars.xml has following lines:<br>
&gt; -------------------------------------------<br>
&gt; &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;external_rtp_ip=stun:<a href="http://stun.freeswitch.org" target="_blank">stun.freeswitch.org</a>&quot;/&gt;<br>
&gt; &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;external_sip_ip=stun:<a href="http://stun.freeswitch.org" target="_blank">stun.freeswitch.org</a>&quot;/&gt;<br>
&gt;<br>
&gt;<br>
&gt; Please advise me how can I provide more of the required data.<br>
&gt;<br>
&gt; On Wed, Feb 17, 2010 at 11:36 PM, Anthony Minessale<br>
&gt; &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt; wrote:<br>
&gt;&gt; you cant combine stun and gtalk and boxes in the same lan very easily if you<br>
&gt;&gt; do need to do that you will need to mess with<br>
&gt;&gt;<br>
&gt;&gt; &lt;param name=&quot;candidate-acl&quot; value=&quot;wan.auto&quot;/&gt;<br>
&gt;&gt; &lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Feb 17, 2010 at 9:41 AM, Moiz Chinoy &lt;<a href="mailto:moizchinoy@gmail.com">moizchinoy@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Guys I am unable to produce the crash but now both parties cannot hear<br>
&gt;&gt;&gt; each other!<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Vars.xml has following lines:<br>
&gt;&gt;&gt;  &lt;X-PRE-PROCESS cmd=&quot;set&quot;<br>
&gt;&gt;&gt; data=&quot;external_rtp_ip=stun:<a href="http://stun.freeswitch.org" target="_blank">stun.freeswitch.org</a>&quot;/&gt;<br>
&gt;&gt;&gt;  &lt;X-PRE-PROCESS cmd=&quot;set&quot;<br>
&gt;&gt;&gt; data=&quot;external_sip_ip=stun:<a href="http://stun.freeswitch.org" target="_blank">stun.freeswitch.org</a>&quot;/&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Jingle Client.xml has following lines:<br>
&gt;&gt;&gt;    &lt;param name=&quot;rtp-ip&quot; value=&quot;$${bind_server_ip}&quot;/&gt;<br>
&gt;&gt;&gt;    &lt;!-- &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;auto-nat&quot;/&gt; --&gt;<br>
&gt;&gt;&gt;    &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;$${external_rtp_ip}&quot;/&gt;<br>
&gt;&gt;&gt;    &lt;param name=&quot;disable-rtp-auto-adjust&quot; value=&quot;true&quot;/&gt;<br>
&gt;&gt;&gt;    &lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Wed, Feb 17, 2010 at 5:38 PM, Anthony Minessale<br>
&gt;&gt;&gt; &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt; Obtain a stack trace from the crash.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; On Feb 17, 2010 5:26 AM, &quot;Moiz Chinoy&quot; &lt;<a href="mailto:moizchinoy@gmail.com">moizchinoy@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Hi,<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; FS rev: 16673<br>
&gt;&gt;&gt; &gt; Platform: Windows<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; More details:<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; FS is behind NAT and machine is running a VPN connection.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; FS and GTalk client on the same machine:<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; --------------------------------------------------------------------------------------------------<br>
&gt;&gt;&gt; &gt; jingle profile client.xml has following line:<br>
&gt;&gt;&gt; &gt; &lt;param name=&quot;rtp-ip&quot; value=&quot;$${bind_server_ip}&quot;/&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; External SIP call is successfully bridged to GTalk client.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; FS and GTalk client on the different machine:<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; --------------------------------------------------------------------------------------------------<br>
&gt;&gt;&gt; &gt; jingle profile client.xml has following lines:<br>
&gt;&gt;&gt; &gt; &lt;param name=&quot;rtp-ip&quot; value=&quot;$${bind_server_ip}&quot;/&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;$${external_rtp_ip}&quot;/&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; As soon as external SIP call land and I try to bridge the call to<br>
&gt;&gt;&gt; &gt; GTalk client, FS crashes.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; NAT Details:<br>
&gt;&gt;&gt; &gt; ---------------------------<br>
&gt;&gt;&gt; &gt; I think my NAT does not support UpNP or PMP. The reason I say it<br>
&gt;&gt;&gt; &gt; because when FS starts following message is displayed:<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; 2010-02-17 09:15:42.809674 [INFO] switch_nat.c:409 Scanning for NAT<br>
&gt;&gt;&gt; &gt; 2010-02-17 09:15:42.809674 [ERR] switch_nat.c:197 Error checking for<br>
&gt;&gt;&gt; &gt; PMP [init failed]<br>
&gt;&gt;&gt; &gt; 2010-02-17 09:15:42.809674 [DEBUG] switch_nat.c:414 Checking for UPnP<br>
&gt;&gt;&gt; &gt; 2010-02-17 09:15:56.825388 [DEBUG] switch_nat.c:114 No<br>
&gt;&gt;&gt; &gt; InternetGatewayDevice, using first entry as default<br>
&gt;&gt;&gt; &gt; (<a href="http://192.168.16.17:50144/" target="_blank">http://192.168.16.17:50144/</a>).<br>
&gt;&gt;&gt; &gt; 2010-02-17 09:15:56.887889 [INFO] switch_nat.c:429 No PMP or UPnP NAT<br>
&gt;&gt;&gt; &gt; devices detected!<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; On Tue, Feb 16, 2010 at 8:41 PM, Brian West &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;<br>
&gt;&gt;&gt; &gt; wrote:<br>
&gt;&gt;&gt; &gt;&gt; can you please update...<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; Regards,<br>
&gt;&gt;&gt; Moiz Chinoy.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Anthony Minessale II<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;&gt; Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
&gt;&gt;<br>
&gt;&gt; AIM: anthm<br>
&gt;&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
&gt;&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt;&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH Developer Conference<br>
&gt;&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt;&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
&gt;&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt;&gt; pstn:+19193869900<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a 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 href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Regards,<br>
&gt; Moiz Chinoy.<br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">Regards,<br>
Moiz Chinoy.<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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:+19193869900<br>