<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Yes<br>
    <br>
    <br>
    yazi ~/Downloads/freeswitch $ git log -n 10
/home/yazi/Downloads/freeswitch/libs/sofia-sip/libsofia-sip-ua/tport/ws.c<br>
    commit 61e22e8b500afd8b03f32441398c8cebcf7cbb11<br>
    Author: Anthony Minessale <a class="moz-txt-link-rfc2396E" href="mailto:anthm@freeswitch.org">&lt;anthm@freeswitch.org&gt;</a><br>
    Date:&nbsp;&nbsp; Tue Apr 22 23:25:34 2014 +0500<br>
    <br>
    &nbsp;&nbsp;&nbsp; FS-6476 --resolve<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">&#20110; 14-4-25 &#19979;&#21320;10:27, Michael Jerris &#20889;&#36947;:<br>
    </div>
    <blockquote
      cite="mid:CAEF50CC-AA22-4121-A58A-55B75953ABF4@jerris.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      does the code your using include this commit:
      <div><br>
      </div>
      <div>
        <div>commit 61e22e8b500afd8b03f32441398c8cebcf7cbb11</div>
        <div>Author: Anthony Minessale &lt;<a moz-do-not-send="true"
            href="mailto:anthm@freeswitch.org">anthm@freeswitch.org</a>&gt;</div>
        <div>Date: &nbsp; Tue Apr 22 23:25:34 2014 +0500</div>
        <div><br>
        </div>
        <div>&nbsp; &nbsp; FS-6476 --resolve</div>
        <div><br>
        </div>
        <div>?</div>
        <div><br>
        </div>
        <div>
          <div>On Apr 25, 2014, at 10:47 AM, rockxsj &lt;<a
              moz-do-not-send="true" href="mailto:rockxsj@gmail.com">rockxsj@gmail.com</a>&gt;
            wrote:</div>
          <br class="Apple-interchange-newline">
          <blockquote type="cite">
            <meta content="text/html; charset=ISO-8859-1"
              http-equiv="Content-Type">
            <div bgcolor="#FFFFFF" text="#000000"> Not today,but
              yestoday!Could you check the code about the ws?<br>
              <div class="moz-cite-prefix">&#20110; 2014&#24180;04&#26376;25&#26085; 05:03, Michael
                Jerris &#20889;&#36947;:<br>
              </div>
              <blockquote cite="mid:3785419925346593768@unknownmsgid"
                type="cite">
                <meta http-equiv="content-type" content="text/html;
                  charset=ISO-8859-1">
                <div>is this the same with the most recent git master
                  from today?</div>
                <div><br>
                  On Apr 24, 2014, at 9:28 PM, rockxsj &lt;<a
                    moz-do-not-send="true"
                    href="mailto:rockxsj@gmail.com">rockxsj@gmail.com</a>&gt;

                  wrote:<br>
                  <br>
                </div>
                <blockquote type="cite">
                  <div>
                    <meta content="text/html; charset=ISO-8859-1"
                      http-equiv="Content-Type">
                    I found that the socket have already closed! Should
                    the code must check the socket status? And when the
                    socket is closed,it should stop retry and return a
                    error.<br>
                    <div class="moz-cite-prefix">&#20110; 2014&#24180;04&#26376;24&#26085; 12:31,
                      Michael Jerris &#20889;&#36947;:<br>
                    </div>
                    <blockquote
                      cite="mid:6A94221E-BDF3-419B-835F-54B3824E3D9B@jerris.com"
                      type="cite">
                      <meta http-equiv="Content-Type"
                        content="text/html; charset=ISO-8859-1">
                      can you get it stuck in this state, get a gcore of
                      the process in the stuck state, and file a jira
                      with a thread apply all bt full from this core
                      file?
                      <div><br>
                        <div>
                          <div>On Apr 24, 2014, at 10:08 AM, rockxsj
                            &lt;<a moz-do-not-send="true"
                              href="mailto:rockxsj@gmail.com">rockxsj@gmail.com</a>&gt;


                            wrote:</div>
                          <br class="Apple-interchange-newline">
                          <blockquote type="cite">
                            <meta content="text/html;
                              charset=ISO-8859-1"
                              http-equiv="Content-Type">
                            <div bgcolor="#FFFFFF" text="#000000"> I
                              have try the master code,and the bug is
                              still there.What should I do?<br>
                              <div class="moz-cite-prefix">&#20110; 2014&#24180;04&#26376;23&#26085;
                                14:13, Michael Jerris &#20889;&#36947;:<br>
                              </div>
                              <blockquote
                                cite="mid:4FFE6CA5-6EC5-425E-A44F-1F7079329EB6@jerris.com"
                                type="cite">
                                <meta http-equiv="Content-Type"
                                  content="text/html;
                                  charset=ISO-8859-1">
                                Have you tried this with more recent git
                                master code? &nbsp;we fixed a block in the
                                secure websocket code a few weeks back.
                                <div><br>
                                  <div>
                                    <div>On Apr 23, 2014, at 8:34 AM,
                                      rockxsj &lt;<a
                                        moz-do-not-send="true"
                                        href="mailto:rockxsj@gmail.com">rockxsj@gmail.com</a>&gt;



                                      wrote:</div>
                                    <br
                                      class="Apple-interchange-newline">
                                    <blockquote type="cite">
                                      <meta http-equiv="content-type"
                                        content="text/html;
                                        charset=ISO-8859-1">
                                      <div bgcolor="#FFFFFF"
                                        text="#000000"> I use sipml5
                                        call to freeswitch, the most
                                        time it work well.But sometimes
                                        if too many calls at a time, it
                                        did not work. When I capture
                                        package on client and server, I
                                        found that my client cannot
                                        recive package from the
                                        server.The below message is the
                                        cpu info when I cannot call, and
                                        I found the server can not send
                                        data to the socket.<br>
                                        <br>
                                        BUG: soft lockup - CPU#14 stuck
                                        for 60s! [freeswitch:10399]<br>
                                        CPU 14:<br>
                                        Modules linked in: be2iscsi
                                        ib_iser rdma_cm ib_cm iw_cm
                                        ib_sa ib_mad ib_core ib_addr
                                        iscsi_tcp bnx2i cnic ipv6
                                        xfrm_nalgo crypto_api uio cxgb3i
                                        libcxgbi cxgb3 8021q
                                        libiscsi_tcp libiscsi2
                                        scsi_transport_iscsi2
                                        scsi_transport_iscsi dm_mirror
                                        dm_multipath scsi_dh video
                                        backlight sbs power_meter hwmon
                                        i2c_ec i2c_core dell_wmi wmi
                                        button battery asus_acpi
                                        acpi_memhotplug ac parport_pc lp
                                        parport joydev sr_mod cdrom sg
                                        tpm_tis tg3 tpm tpm_bios pcspkr
                                        dm_raid45 dm_message
                                        dm_region_hash dm_log dm_mod
                                        dm_mem_cache ahci libata shpchp
                                        megaraid_sas sd_mod scsi_mod
                                        ext3 jbd uhci_hcd ohci_hcd
                                        ehci_hcd<br>
                                        Pid: 10399, comm: freeswitch Not
                                        tainted 2.6.18-348.el5 #1<br>
                                        RIP:
                                        0033:[&lt;0000003d26c0d55b&gt;]&nbsp;
                                        [&lt;0000003d26c0d55b&gt;]<br>
                                        RSP: 002b:00002b87166103d8&nbsp;
                                        EFLAGS: 00000246<br>
                                        RAX: 0000000000000002 RBX:
                                        0000000000000004 RCX:
                                        0000003d26c0e021<br>
                                        RDX: 0000000000000000 RSI:
                                        0000000000000002 RDI:
                                        0000000000000000<br>
                                        RBP: 00002b8716612000 R08:
                                        00002b8716611940 R09:
                                        0000000000000000<br>
                                        R10: 0000000000000000 R11:
                                        0000000000000246 R12:
                                        0000000000000000<br>
                                        R13: 0000000000003303 R14:
                                        00002b8716610480 R15:
                                        0000000000000004<br>
                                        FS:&nbsp; 00002b8716611940(0000)
                                        GS:ffff810107ba9cc0(0000)
                                        knlGS:0000000000000000<br>
                                        CS:&nbsp; 0010 DS: 0000 ES: 0000 CR0:
                                        000000008005003b<br>
                                        CR2: 00002b877542b000 CR3:
                                        00000002aba9c000 CR4:
                                        00000000000006a0<br>
                                        <br>
                                        Call Trace:<br>
                                        <br>
                                        <br>
                                        <br>
                                        When it send failure,it will
                                        re-try,the below picture is the
                                        screenshot of capture pacakte.<br>
                                        <br>
                                        <a moz-do-not-send="true"
                                          class="moz-txt-link-freetext"
href="http://yazi.whoknow.me/wp-content/uploads/2014/04/cpuinfo.jpg">http://yazi.whoknow.me/wp-content/uploads/2014/04/cpuinfo.jpg</a><br>
                                        <br>
                                        <br>
                                        Somebody can help me? Is there
                                        some wrong with webrtc support?<br>
                                        <meta charset="utf-8">
                                        <span
style="color:rgb(51,51,51);font-family:Arial;font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;letter-spacing:normal;line-height:24px;text-align:start;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,153);display:inline!important;float:none"></span>
                                      </div>
                                    </blockquote>
                                  </div>
                                </div>
                              </blockquote>
                            </div>
                          </blockquote>
                        </div>
                        <br>
                      </div>
                      <br>
                      <fieldset class="mimeAttachmentHeader"></fieldset>
                      <br>
                    </blockquote>
                  </div>
                </blockquote>
              </blockquote>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>