<div dir="ltr"><div> </div>
<div>I was using GuntTls-2.7.3 for windows. Now I am using GuntTls-2.9.9. I have modified only gnutls.h, added following line:</div>
<div> </div>
<div>typedef long ssize_t;</div>
<div> </div>
<div>because otherwise it was giving errors...</div>
<div> </div>
<div>What is the recommended version of the TLS lib for windows?</div>
<div> </div>
<div>After upgrading the the GnuTls and freeswitch to rev 16806, I ran the freeswitch with mod_dingalilg enabled. Once started, I issued just the &#39;shutdown&#39; command on the console, exception happened.</div>
<div> </div>
<div>......................</div>
<div>2010-02-25 09:45:29.795285 [CONSOLE] switch_loadable_module.c:1277 Stopping: CORE_SOFTTIMER_MODULE</div>
<div>2010-02-25 09:45:29.810910 [CONSOLE] switch_time.c:780 Soft timer thread exiting.</div>
<div>2010-02-25 09:45:29.810910 [NOTICE] switch_loadable_module.c:98 Thread ended for CORE_SOFTTIMER_MODULE</div>
<div>2010-02-25 09:45:29.826535 [DEBUG] switch_loadable_module.c:456 Write lock interface &#39;dingaling&#39; to wait for existing references.</div>
<div>2010-02-25 09:45:29.826535 [NOTICE] switch_loadable_module.c:464 Deleting Endpoint &#39;dingaling&#39;</div>
<div>2010-02-25 09:45:29.826535 [NOTICE] switch_loadable_module.c:572 Deleting API Function &#39;dl_debug&#39;</div>
<div>2010-02-25 09:45:29.826535 [DEBUG] switch_loadable_module.c:574 Write lock interface &#39;dl_debug&#39; to wait for existing references.</div>
<div>2010-02-25 09:45:29.826535 [NOTICE] switch_loadable_module.c:572 Deleting API Function &#39;dl_pres&#39;</div>
<div>2010-02-25 09:45:29.826535 [DEBUG] switch_loadable_module.c:574 Write lock interface &#39;dl_pres&#39; to wait for existing references.</div>
<div>2010-02-25 09:45:29.826535 [NOTICE] switch_loadable_module.c:572 Deleting API Function &#39;dl_logout&#39;</div>
<div>2010-02-25 09:45:29.826535 [DEBUG] switch_loadable_module.c:574 Write lock interface &#39;dl_logout&#39; to wait for existing references.</div>
<div>2010-02-25 09:45:29.826535 [NOTICE] switch_loadable_module.c:572 Deleting API Function &#39;dl_login&#39;</div>
<div>2010-02-25 09:45:29.826535 [DEBUG] switch_loadable_module.c:574 Write lock interface &#39;dl_login&#39; to wait for existing references.</div>
<div>2010-02-25 09:45:29.826535 [NOTICE] switch_loadable_module.c:572 Deleting API Function &#39;dingaling&#39;</div>
<div>2010-02-25 09:45:29.826535 [DEBUG] switch_loadable_module.c:574 Write lock interface &#39;dingaling&#39; to wait for existing references.</div>
<div>2010-02-25 09:45:29.826535 [DEBUG] switch_loadable_module.c:710 Write lock interface &#39;jingle&#39; to wait for existing references.</div>
<div>2010-02-25 09:45:29.826535 [NOTICE] switch_loadable_module.c:719 Deleting Chat interface &#39;jingle&#39;</div>
<div>2010-02-25 09:45:29.826535 [CONSOLE] switch_loadable_module.c:1277 Stopping: mod_dingaling</div>
<div>2010-02-25 09:45:31.185910 [DEBUG] libdingaling.c:1546 io error 2 7 retry in 1 second(s)</div>
<div>........................</div>
<div> </div>
<div>And the code went in the stream.c...</div>
<div> </div>
<div>int</div>
<div>iks_fd (iksparser *prs)</div>
<div>{</div>
<div>struct stream_data *data;</div>
<div> </div>
<div>if (prs) {</div>
<div>data = iks_user_data (prs);</div>
<div>if (data) {</div>
<div><font style="background-color: rgb(255, 0, 0);">return (int) data-&gt;sock;</font></div>
<div>}</div>
<div>}</div>
<div>return -1;</div>
<div>}</div>
<div> </div>
<div> </div>
<div> </div>
<div>On Tue, Feb 23, 2010 at 11:31 PM, Anthony Minessale &lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt; wrote:</div>
<div>&gt; If you are modifying your build to add libgcrypt / libgnutls to win32, you</div>
<div>&gt; have chosen an incompatible version of one of these libs.  We do not support</div>
<div>&gt; manually adding this modification to the code, you will need to find someone</div>
<div>&gt; else who has done it successfully to help you.</div>
<div>&gt;</div>
<div>&gt;</div>
<div>&gt;</div>
<div>&gt;</div>
<div>&gt; On Tue, Feb 23, 2010 at 1:59 AM, Moiz Chinoy &lt;<a href="mailto:moizchinoy@gmail.com" target="_blank">moizchinoy@gmail.com</a>&gt; wrote:</div>
<div>&gt;&gt;</div>
<div>&gt;&gt; Moreover, if I gtalk client is on the same machine as FS and i have</div>
<div>&gt;&gt; following settings, FS crashes with the same mutex error.</div>
<div>&gt;&gt;</div>
<div>&gt;&gt; External Sip Profile has following lines:</div>
<div>&gt;&gt; ---------------------------------------------------------</div>
<div>&gt;&gt;   &lt;param name=&quot;rtp-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;</div>
<div>&gt;&gt;   &lt;param name=&quot;sip-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;</div>
<div>&gt;&gt;   &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;auto-nat&quot;/&gt;</div>
<div>&gt;&gt;   &lt;param name=&quot;ext-sip-ip&quot; value=&quot;auto-nat&quot;/&gt;</div>
<div>&gt;&gt;</div>
<div>&gt;&gt; Jingle Client.xml has following lines:</div>
<div>&gt;&gt; -----------------------------------------------------</div>
<div>&gt;&gt;   &lt;param name=&quot;rtp-ip&quot; value=&quot;$${bind_server_ip}&quot;/&gt;</div>
<div>&gt;&gt;   &lt;!--&lt;param name=&quot;ext-rtp-ip&quot; value=&quot;$${external_rtp_ip}&quot;/&gt;--&gt;</div>
<div>&gt;&gt;   &lt;!--&lt;param name=&quot;disable-rtp-auto-adjust&quot; value=&quot;true&quot;/&gt;--&gt;</div>
<div>&gt;&gt;   &lt;!--&lt;param name=&quot;avatar&quot; value=&quot;/path/to/tiny.jpg&quot;/&gt;--&gt;</div>
<div>&gt;&gt;   &lt;!--&lt;param name=&quot;candidate-acl&quot; value=&quot;wan.auto&quot;/&gt;--&gt;</div>
<div>&gt;&gt;   &lt;!--&lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;--&gt;</div>
<div>&gt;&gt;</div>
<div>&gt;&gt; If I uncomment the following line in client.xml (Jingle profile)</div>
<div>&gt;&gt;   &lt;!--&lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;--&gt;</div>
<div>&gt;&gt; then exception does not happen.</div>
<div>&gt;&gt;</div>
<div>&gt;&gt; Is this a known issue or do I need to post it in JIRA?</div>
<div>&gt;&gt;</div>
<div>&gt;&gt; Tell me if more logs are needed...</div>
<div>&gt;&gt;</div>
<div>&gt;&gt;</div>
<div>&gt;&gt; On Sun, Feb 21, 2010 at 8:00 PM, Moiz Chinoy &lt;<a href="mailto:moizchinoy@gmail.com" target="_blank">moizchinoy@gmail.com</a>&gt; wrote:</div>
<div>&gt;&gt; &gt; Guys,</div>
<div>&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt; To make things simple gtalk client is entirely on different network.</div>
<div>&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt; Call comes from outside through external Sip profile.</div>
<div>&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt; If gtalk answers the call after 3-4 rings both parties can hear each</div>
<div>&gt;&gt; &gt; other.</div>
<div>&gt;&gt; &gt; If gtalk answers the call after 2 rings both parties no one can hear</div>
<div>&gt;&gt; &gt; each other.</div>
<div>&gt;&gt; &gt; If gtalk answers the call immediately FS crashes.</div>
<div>&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt; Attached is the screen shot of the error...</div>
<div>&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt; Here is the FS log...</div>
<div>&gt;&gt; &gt; --------------------------------</div>
<div>&gt;&gt; &gt; <a href="http://pastebin.freeswitch.org/12197" target="_blank">http://pastebin.freeswitch.org/12197</a></div>
<div>&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt; External Sip Profile has following lines:</div>
<div>&gt;&gt; &gt; ---------------------------------------------------------</div>
<div>&gt;&gt; &gt;    &lt;param name=&quot;rtp-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;</div>
<div>&gt;&gt; &gt;    &lt;param name=&quot;sip-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;</div>
<div>&gt;&gt; &gt;    &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;$${external_rtp_ip}&quot;/&gt;</div>
<div>&gt;&gt; &gt;    &lt;param name=&quot;ext-sip-ip&quot; value=&quot;$${external_sip_ip}&quot;/&gt;</div>
<div>&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt; Jingle Client.xml has following lines:</div>
<div>&gt;&gt; &gt; -----------------------------------------------------</div>
<div>&gt;&gt; &gt;    &lt;param name=&quot;rtp-ip&quot; value=&quot;$${bind_server_ip}&quot;/&gt;</div>
<div>&gt;&gt; &gt;    &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;$${external_rtp_ip}&quot;/&gt;</div>
<div>&gt;&gt; &gt;    &lt;param name=&quot;disable-rtp-auto-adjust&quot; value=&quot;true&quot;/&gt;</div>
<div>&gt;&gt; &gt;    &lt;!--&lt;param name=&quot;avatar&quot; value=&quot;/path/to/tiny.jpg&quot;/&gt;--&gt;</div>
<div>&gt;&gt; &gt;    &lt;!--&lt;param name=&quot;candidate-acl&quot; value=&quot;wan.auto&quot;/&gt;--&gt;</div>
<div>&gt;&gt; &gt;    &lt;!--&lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;--&gt;</div>
<div>&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt; Vars.xml has following lines:</div>
<div>&gt;&gt; &gt; -------------------------------------------</div>
<div>&gt;&gt; &gt; &lt;X-PRE-PROCESS cmd=&quot;set&quot;</div>
<div>&gt;&gt; &gt; data=&quot;external_rtp_ip=stun:<a href="http://stun.freeswitch.org" target="_blank">stun.freeswitch.org</a>&quot;/&gt;</div>
<div>&gt;&gt; &gt; &lt;X-PRE-PROCESS cmd=&quot;set&quot;</div>
<div>&gt;&gt; &gt; data=&quot;external_sip_ip=stun:<a href="http://stun.freeswitch.org" target="_blank">stun.freeswitch.org</a>&quot;/&gt;</div>
<div>&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt; Please advise me how can I provide more of the required data.</div>
<div>&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt; On Wed, Feb 17, 2010 at 11:36 PM, Anthony Minessale</div>
<div>&gt;&gt; &gt; &lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt; wrote:</div>
<div>&gt;&gt; &gt;&gt; you cant combine stun and gtalk and boxes in the same lan very easily</div>
<div>&gt;&gt; &gt;&gt; if you</div>
<div>&gt;&gt; &gt;&gt; do need to do that you will need to mess with</div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&gt;&gt; &gt;&gt; &lt;param name=&quot;candidate-acl&quot; value=&quot;wan.auto&quot;/&gt;</div>
<div>&gt;&gt; &gt;&gt; &lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;</div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&gt;&gt; &gt;&gt; On Wed, Feb 17, 2010 at 9:41 AM, Moiz Chinoy &lt;<a href="mailto:moizchinoy@gmail.com" target="_blank">moizchinoy@gmail.com</a>&gt;</div>
<div>&gt;&gt; &gt;&gt; wrote:</div>
<div>&gt;&gt; &gt;&gt;&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; Guys I am unable to produce the crash but now both parties cannot hear</div>
<div>&gt;&gt; &gt;&gt;&gt; each other!</div>
<div>&gt;&gt; &gt;&gt;&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; Vars.xml has following lines:</div>
<div>&gt;&gt; &gt;&gt;&gt;  &lt;X-PRE-PROCESS cmd=&quot;set&quot;</div>
<div>&gt;&gt; &gt;&gt;&gt; data=&quot;external_rtp_ip=stun:<a href="http://stun.freeswitch.org" target="_blank">stun.freeswitch.org</a>&quot;/&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt;  &lt;X-PRE-PROCESS cmd=&quot;set&quot;</div>
<div>&gt;&gt; &gt;&gt;&gt; data=&quot;external_sip_ip=stun:<a href="http://stun.freeswitch.org" target="_blank">stun.freeswitch.org</a>&quot;/&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; Jingle Client.xml has following lines:</div>
<div>&gt;&gt; &gt;&gt;&gt;    &lt;param name=&quot;rtp-ip&quot; value=&quot;$${bind_server_ip}&quot;/&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt;    &lt;!-- &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;auto-nat&quot;/&gt; --&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt;    &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;$${external_rtp_ip}&quot;/&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt;    &lt;param name=&quot;disable-rtp-auto-adjust&quot; value=&quot;true&quot;/&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt;    &lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; On Wed, Feb 17, 2010 at 5:38 PM, Anthony Minessale</div>
<div>&gt;&gt; &gt;&gt;&gt; &lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt; wrote:</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; Obtain a stack trace from the crash.</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; On Feb 17, 2010 5:26 AM, &quot;Moiz Chinoy&quot; &lt;<a href="mailto:moizchinoy@gmail.com" target="_blank">moizchinoy@gmail.com</a>&gt; wrote:</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; Hi,</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; FS rev: 16673</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; Platform: Windows</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; More details:</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; FS is behind NAT and machine is running a VPN connection.</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; FS and GTalk client on the same machine:</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; --------------------------------------------------------------------------------------------------</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; jingle profile client.xml has following line:</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; &lt;param name=&quot;rtp-ip&quot; value=&quot;$${bind_server_ip}&quot;/&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; External SIP call is successfully bridged to GTalk client.</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; FS and GTalk client on the different machine:</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; --------------------------------------------------------------------------------------------------</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; jingle profile client.xml has following lines:</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; &lt;param name=&quot;rtp-ip&quot; value=&quot;$${bind_server_ip}&quot;/&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;$${external_rtp_ip}&quot;/&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; As soon as external SIP call land and I try to bridge the call to</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; GTalk client, FS crashes.</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; NAT Details:</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; ---------------------------</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; I think my NAT does not support UpNP or PMP. The reason I say it</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; because when FS starts following message is displayed:</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; 2010-02-17 09:15:42.809674 [INFO] switch_nat.c:409 Scanning for NAT</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; 2010-02-17 09:15:42.809674 [ERR] switch_nat.c:197 Error checking for</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; PMP [init failed]</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; 2010-02-17 09:15:42.809674 [DEBUG] switch_nat.c:414 Checking for</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; UPnP</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; 2010-02-17 09:15:56.825388 [DEBUG] switch_nat.c:114 No</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; InternetGatewayDevice, using first entry as default</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; (<a href="http://192.168.16.17:50144/" target="_blank">http://192.168.16.17:50144/</a>).</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; 2010-02-17 09:15:56.887889 [INFO] switch_nat.c:429 No PMP or UPnP</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; NAT</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; devices detected!</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; On Tue, Feb 16, 2010 at 8:41 PM, Brian West &lt;<a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a>&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; wrote:</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;&gt; can you please update...</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; _______________________________________________</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; FreeSWITCH-users mailing list</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a></div>
<div>&gt;&gt; &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></div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &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></div>
<div>&gt;&gt; &gt;&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;&gt;&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; --</div>
<div>&gt;&gt; &gt;&gt;&gt; Regards,</div>
<div>&gt;&gt; &gt;&gt;&gt; Moiz Chinoy.</div>
<div>&gt;&gt; &gt;&gt;&gt;</div>
<div>&gt;&gt; &gt;&gt;&gt; _______________________________________________</div>
<div>&gt;&gt; &gt;&gt;&gt; FreeSWITCH-users mailing list</div>
<div>&gt;&gt; &gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a></div>
<div>&gt;&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></div>
<div>&gt;&gt; &gt;&gt;&gt;</div>
<div>&gt;&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></div>
<div>&gt;&gt; &gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&gt;&gt; &gt;&gt; --</div>
<div>&gt;&gt; &gt;&gt; Anthony Minessale II</div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&gt;&gt; &gt;&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a></div>
<div>&gt;&gt; &gt;&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a></div>
<div>&gt;&gt; &gt;&gt; Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a></div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&gt;&gt; &gt;&gt; AIM: anthm</div>
<div>&gt;&gt; &gt;&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a></div>
<div>&gt;&gt; &gt;&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a></div>
<div>&gt;&gt; &gt;&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch</div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&gt;&gt; &gt;&gt; FreeSWITCH Developer Conference</div>
<div>&gt;&gt; &gt;&gt; <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a></div>
<div>&gt;&gt; &gt;&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a></div>
<div>&gt;&gt; &gt;&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a></div>
<div>&gt;&gt; &gt;&gt; pstn:+19193869900</div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&gt;&gt; &gt;&gt; _______________________________________________</div>
<div>&gt;&gt; &gt;&gt; FreeSWITCH-users mailing list</div>
<div>&gt;&gt; &gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a></div>
<div>&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></div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&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></div>
<div>&gt;&gt; &gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&gt;&gt; &gt;&gt;</div>
<div>&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt;</div>
<div>&gt;&gt; &gt; --</div>
<div>&gt;&gt; &gt; Regards,</div>
<div>&gt;&gt; &gt; Moiz Chinoy.</div>
<div>&gt;&gt; &gt;</div>
<div>&gt;&gt;</div>
<div>&gt;&gt;</div>
<div>&gt;&gt;</div>
<div>&gt;&gt; --</div>
<div>&gt;&gt; Regards,</div>
<div>&gt;&gt; Moiz Chinoy.</div>
<div>&gt;&gt;</div>
<div>&gt;&gt; _______________________________________________</div>
<div>&gt;&gt; FreeSWITCH-users mailing list</div>
<div>&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a></div>
<div>&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></div>
<div>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></div>
<div>&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></div>
<div>&gt;</div>
<div>&gt;</div>
<div>&gt;</div>
<div>&gt; --</div>
<div>&gt; Anthony Minessale II</div>
<div>&gt;</div>
<div>&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a></div>
<div>&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a></div>
<div>&gt; Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a></div>
<div>&gt;</div>
<div>&gt; AIM: anthm</div>
<div>&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a></div>
<div>&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a></div>
<div>&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch</div>
<div>&gt;</div>
<div>&gt; FreeSWITCH Developer Conference</div>
<div>&gt; <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a></div>
<div>&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a></div>
<div>&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a></div>
<div>&gt; pstn:+19193869900</div>
<div>&gt;</div>
<div>&gt; _______________________________________________</div>
<div>&gt; FreeSWITCH-users mailing list</div>
<div>&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a></div>
<div>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></div>
<div>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></div>
<div>&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></div>
<div>&gt;</div>
<div>&gt;</div>
<div> </div>
<div> </div>
<div> </div>
<div>-- </div>
<div>Regards,</div>
<div>Moiz Chinoy.</div>
</div>