<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    4.1 is compiled with memory debug on, set:<br>
    <br>
    memlog=0<br>
    children=2<br>
    <br>
    in kamailio.cfg, restart and do some calls. Then stop kamailio and
    send the messages from syslog at the moment of shutting down
    kamailio. Used memory chunks should be there and maybe we can spot
    the leak.<br>
    <br>
    Another point, are you constrained to 4.1.x version or can you
    upgrade to 4.2.x?<br>
    <br>
    It might be easier to troubleshoot on 4.2 as the code is more recent
    -- I am not author of cnxcc module, but it is not a very old one,
    besides that the dialog module got some work since 4.1 series. In
    one month 4.1 will also go as third stable branch, as we will
    release 4.3 and typically we focus on the latest two stable
    branches.<br>
    <br>
    Anyhow, first to the part with memory debugging and then think about
    upgrading to 4.2.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <div class="moz-cite-prefix">On 13/05/15 12:50, Bui Minh Yen wrote:<br>
    </div>
    <blockquote
cite="mid:CAC5bOT0mg8Fq_yd90FH0FSbS=APZeAVzDg5+wX3c9VURNB-S2w@mail.gmail.com"
      type="cite">
      <div dir="ltr">Dear Daniel,
        <div>Thank you for your answer. I find the case that memleak
          happen after only this case: prepaid call sip-gsm timeout when
          enable cnxcc, other case memleak does not happen.</div>
        <div><br>
        </div>
        <div class="gmail_extra">
          <div>Test scenario: </div>
          <div>1. A calls B</div>
          <div>2. A is playing ringback tone and B is playing ringing
            tone</div>
          <div>3. Ethernet from Kamailio to Media Gateway Controller  is
            disconnected internet</div>
          <div>4. A end call, B end call</div>
          <div>5. After about >30 second, Kamailio has internet</div>
          <div>--> All transaction in tm module after this time is
            not freed</div>
          <div><br>
          </div>
          <div>kamailio config:</div>
          <div>#!define FLT_DLGTRACK 4<br>
          </div>
          <div>
            <div>modparam("dialog", "dlg_flag", FLT_DLGTRACK)</div>
            <div>modparam("dialog", "timeout_avp", "$avp(i:10)")</div>
            <div>modparam("dialog", "hash_size", 2048)</div>
            <div>modparam("dialog", "default_timeout", 21600)</div>
            <div>modparam("dialog", "detect_spirals", 1)</div>
            <div>modparam("dialog", "db_url", DBURL)</div>
            <div>modparam("dialog", "db_mode", 1)</div>
            <div>modparam("dialog", "send_bye", 1)</div>
            <div>modparam("dialog", "wait_ack", 1)</div>
            <div>modparam("dialog", "dlg_extra_hdrs", "Reason: Credit
              exhausted\r\n")</div>
            <div>modparam("dialog", "dlg_match_mode", 1)</div>
          </div>
          <div><br>
          </div>
          <div>
            <div>#!ifdef WITH_DIALOG</div>
            <div>            setflag(FLT_DLGTRACK);  # Track this dialog</div>
            <div>#!endif</div>
          </div>
          <div><br>
          </div>
          <div>If I used dlg_manage() instead of setflag(FLT_DLGTRACK),
            memleak does not happen, but the dialog_terminated_callback
            of cnxcc module is not called when terminate call.</div>
          <div><br>
          </div>
          <div>
            <div>After test, I used kamcmd tm.stats and the result:
              Current and waiting transaction increase,
              freed transaction do not increase</div>
            <div><br clear="all">
              <div>
                <div>[root@kamailio]# kamcmd tm.stats</div>
                <div>{</div>
                <div><span style="white-space:pre-wrap"> </span>current:
                  15</div>
                <div><span style="white-space:pre-wrap"> </span>waiting:
                  15</div>
                <div><span style="white-space:pre-wrap"> </span>total:
                  26</div>
                <div><span style="white-space:pre-wrap"> </span>total_local:
                  0</div>
                <div><span style="white-space:pre-wrap"> </span>replied_locally:
                  22</div>
                <div><span style="white-space:pre-wrap"> </span>6xx: 0</div>
                <div><span style="white-space:pre-wrap"> </span>5xx: 0</div>
                <div><span style="white-space:pre-wrap"> </span>4xx: 5</div>
                <div><span style="white-space:pre-wrap"> </span>3xx: 0</div>
                <div><span style="white-space:pre-wrap"> </span>2xx: 21</div>
                <div><span style="white-space:pre-wrap"> </span>created:
                  26</div>
                <div><span style="white-space:pre-wrap"> </span>freed:
                  11</div>
                <div><span style="white-space:pre-wrap"> </span>delayed_free:
                  0</div>
                <div>}</div>
              </div>
              <div><br>
              </div>
              <div>I capture message and see:</div>
              <div>- With case enable cnxcc: After about 120 seconds
                (fr_inv_timer timeout) Kamailio sends CANCEL message to
                callee and 408 message only one time to caller</div>
              <div>- With other case (not enable cnxcc), after about 120
                seconds, Kamailio sends CANCEL message to callee and
                send 408 message 3 times (retransmission). After that,
                tm trigger wt_timer (5 seconds) and free the
                transaction.</div>
              <div><br>
              </div>
              <div>Could you help me to resolve this problem?</div>
              <div>Thank you so much!</div>
            </div>
          </div>
          <div><br>
          </div>
          <div class="gmail_quote">On Wed, May 6, 2015 at 5:49 PM,
            Daniel-Constantin Mierla <span dir="ltr"><<a
                moz-do-not-send="true" href="mailto:miconda@gmail.com"
                target="_blank">miconda@gmail.com</a>></span> wrote:<br>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
              <div bgcolor="#FFFFFF" text="#000000"> Hello,<br>
                <br>
                there is no indication yet where is the leak, so you
                have to upgrade core and all modules you are using.<br>
                <br>
                If you configured with 4GB of memory, then there is a
                leak. You say you have your own customized modules, you
                should investigate your changes first to see if there
                are leaks.<br>
                <br>
                There are some notes on how to compile with memory
                debugger and troubleshoot leaks at:<br>
                <br>
                  - <a moz-do-not-send="true"
                  href="http://kamailio.org/wiki/tutorials/troubleshooting/memory"
                  target="_blank">http://kamailio.org/wiki/tutorials/troubleshooting/memory</a><br>
                <br>
                Cheers,<br>
                Daniel
                <div><br>
                  <br>
                  <div>On 06/05/15 10:40, Bui Minh Yen wrote:<br>
                  </div>
                  <blockquote type="cite">
                    <div dir="ltr">Hello Daniel,
                      <div><br>
                      </div>
                      <div>Thank you so much for your answer</div>
                      <div>I want to ask you something before upgrade
                        kamailio, currently we are config shared memory
                        size is 4GB, and normal kamailio only use 12-14
                        MB. We are changed some module for our purpose
                        like using cnxcc (using for prepaid) and
                        alias_db module for call forwarding feature.
                        Like you said we should upgrade to
                        kamailio-4.1.8, so we have to upgrade all
                        modules and core or only some modules which
                        related to this error? If only some modules,
                        could you tell me what modules?</div>
                      <div><br>
                      </div>
                      <div>Thanks so much for your help!  </div>
                    </div>
                    <div class="gmail_extra"><br>
                      <div class="gmail_quote">On Wed, May 6, 2015 at
                        2:34 PM, Daniel-Constantin Mierla <span
                          dir="ltr"><<a moz-do-not-send="true"
                            href="mailto:miconda@gmail.com"
                            target="_blank">miconda@gmail.com</a>></span>
                        wrote:<br>
                        <blockquote class="gmail_quote"
                          style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
                          <div bgcolor="#FFFFFF" text="#000000">
                            <div>Hello,<br>
                              <br>
                              upgrade to kamailio 4.1.8, because there
                              are fixes since 4.1.5. Same config and
                              database structure are used in all 4.1.x
                              releases, therefore you just need to
                              deploy the new version and restart.<br>
                              <br>
                              Also, be sure you have allocated
                              sufficient shared memory (-m command line
                              parameter), by default is 32MB, once that
                              is filled, kamailio throws out of memory
                              errors. <br>
                              <br>
                              Cheers,<br>
                              Daniel
                              <div>
                                <div><br>
                                  <br>
                                  On 06/05/15 04:27, Bui Minh Yen wrote:<br>
                                </div>
                              </div>
                            </div>
                            <blockquote type="cite">
                              <div>
                                <div>
                                  <div dir="ltr">
                                    <div>
                                      <div
                                        style="font-size:12.8000001907349px">
                                        <div>Hi everyone,<br>
                                          <br>
                                        </div>
                                        I am using Kamailio-4.1.5.
                                        Sometime kamailio was crash
                                        because memory leak.</div>
                                      <div
                                        style="font-size:12.8000001907349px"><br>
                                      </div>
                                      <div
                                        style="font-size:12.8000001907349px">Log

                                        when out of mem</div>
                                      <div
                                        style="font-size:12.8000001907349px"><br>
                                      </div>
                                      <div>
                                        <div><span
                                            style="font-size:12.8000001907349px">May

                                             2 09:49:00 vnpsip01
                                            /usr/local/sbin/kamailio[30821]:
                                            ERROR: tm [t_lookup.c:1472]:
                                            t_newtran(): ERROR:
                                            t_newtran: new_t failed</span></div>
                                        <div><span
                                            style="font-size:12.8000001907349px">May

                                             2 09:49:00 vnpsip01
                                            /usr/local/sbin/kamailio[30821]:
                                            ERROR: tm [t_lookup.c:1332]:
                                            new_t(): ERROR: new_t: out
                                            of mem:</span></div>
                                        <div><span
                                            style="font-size:12.8000001907349px">May

                                             2 09:49:00 vnpsip01
                                            /usr/local/sbin/kamailio[30821]:
                                            ERROR: tm [t_lookup.c:1472]:
                                            t_newtran(): ERROR:
                                            t_newtran: new_t failed</span></div>
                                        <div><span
                                            style="font-size:12.8000001907349px">May

                                             2 09:49:00 vnpsip01
                                            /usr/local/sbin/kamailio[30821]:
                                            ERROR: usrloc
                                            [ucontact.c:103]:
                                            new_ucontact(): no more shm
                                            memory</span></div>
                                        <div><span
                                            style="font-size:12.8000001907349px">May

                                             2 09:49:00 vnpsip01
                                            /usr/local/sbin/kamailio[30821]:
                                            ERROR: usrloc
                                            [urecord.c:155]:
                                            mem_insert_ucontact():
                                            failed to create new contact</span></div>
                                        <div><span
                                            style="font-size:12.8000001907349px">May

                                             2 09:49:00 vnpsip01
                                            /usr/local/sbin/kamailio[30821]:
                                            ERROR: usrloc
                                            [urecord.c:547]:
                                            insert_ucontact(): failed to
                                            insert contact</span></div>
                                        <div><span
                                            style="font-size:12.8000001907349px">May

                                             2 09:49:00 vnpsip01
                                            /usr/local/sbin/kamailio[30821]:
                                            ERROR: registrar
                                            [save.c:708]:
                                            update_contacts(): failed to
                                            insert contact</span></div>
                                        <div><span
                                            style="font-size:12.8000001907349px">May

                                             2 09:49:00 vnpsip01
                                            /usr/local/sbin/kamailio[30821]:
                                            ERROR: tm [t_lookup.c:1332]:
                                            new_t(): ERROR: new_t: out
                                            of mem:</span></div>
                                        <div><span
                                            style="font-size:12.8000001907349px">May

                                             2 09:49:00 vnpsip01
                                            /usr/local/sbin/kamailio[30821]:
                                            ERROR: tm [t_lookup.c:1472]:
                                            t_newtran(): ERROR:
                                            t_newtran: new_t failed</span></div>
                                        <div><span
                                            style="font-size:12.8000001907349px">May

                                             2 09:49:00 vnpsip01
                                            /usr/local/sbin/kamailio[30821]:
                                            ERROR: usrloc
                                            [ucontact.c:103]:
                                            new_ucontact(): no more shm
                                            memory</span></div>
                                        <div><span
                                            style="font-size:12.8000001907349px">May

                                             2 09:49:00 vnpsip01
                                            /usr/local/sbin/kamailio[30821]:
                                            ERROR: usrloc
                                            [urecord.c:155]:
                                            mem_insert_ucontact():
                                            failed to create new contact</span></div>
                                        <div><span
                                            style="font-size:12.8000001907349px">May

                                             2 09:49:00 vnpsip01
                                            /usr/local/sbin/kamailio[30821]:
                                            ERROR: usrloc
                                            [urecord.c:547]:
                                            insert_ucontact(): failed to
                                            insert contact</span></div>
                                        <div><span
                                            style="font-size:12.8000001907349px">May

                                             2 09:49:00 vnpsip01
                                            /usr/local/sbin/kamailio[30821]:
                                            ERROR: registrar
                                            [save.c:521]:
                                            insert_contacts(): failed to
                                            insert contact</span></div>
                                        <div><span
                                            style="font-size:12.8000001907349px"><br>
                                          </span></div>
                                        <div><span
                                            style="font-size:12.8000001907349px">Log

                                            when kamailio was crash</span></div>
                                      </div>
                                      <div
                                        style="font-size:12.8000001907349px"><br>
                                      </div>
                                      <div
                                        style="font-size:12.8000001907349px">
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30818]:
                                          ALERT: <core>
                                          [main.c:775]: handle_sigs():
                                          child process 30821 exited by
                                          a signal 11</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30818]:
                                          ALERT: <core>
                                          [main.c:778]: handle_sigs():
                                          core was not generated</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30818]:
                                          INFO: <core>
                                          [main.c:790]: handle_sigs():
                                          INFO: terminating due to
                                          SIGCHLD</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          INFO: <core>
                                          [main.c:841]: sig_usr(): INFO:
                                          signal 15 received</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: <core>
                                          [main.c:852]: sig_usr():
                                          Memory status (pkg):</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:
                                          (0x7f6af5968010):</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status: heap size=
                                          749731840</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status: used=
                                          1110960,
                                          used+overhead=1663384,
                                          free=748068456</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status: max used
                                          (+overhead)= 1825240</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status: dumping all
                                          alloc'ed. fragments:</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:      0. N
                                           address=0x7f6af599d528
                                          frag=0x7f6af599d4f8 size=1024
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          str_hash.h: str_hash_alloc(69)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:      1. N
                                           address=0x7f6af599d988
                                          frag=0x7f6af599d958 size=256
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30828]:
                                          INFO: <core>
                                          [main.c:841]: sig_usr(): INFO:
                                          signal 15 received</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          str_hash.h: str_hash_alloc(69)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:      2. N
                                           address=0x7f6af599dae8
                                          frag=0x7f6af599dab8 size=176
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          counters.c: cnt_hash_add(339)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:      3. N
                                           address=0x7f6af599dbf8
                                          frag=0x7f6af599dbc8 size=240
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          counters.c: cnt_hash_add(339)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:      4. N
                                           address=0x7f6af599dd48
                                          frag=0x7f6af599dd18 size=128
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          counters.c: init_counters(129)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:      5. N
                                           address=0x7f6af599de28
                                          frag=0x7f6af599ddf8 size=16
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          modparam.c:
                                          set_mod_param_regex(124)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:      6. N
                                           address=0x7f6af599de98
                                          frag=0x7f6af599de68 size=128
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          str_hash.h: str_hash_alloc(69)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:      7. N
                                           address=0x7f6af599df78
                                          frag=0x7f6af599df48 size=48
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          route.c: route_add(159)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:      8. N
                                           address=0x7f6af599e008
                                          frag=0x7f6af599dfd8 size=16
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          route.c: init_rlist(181)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:      9. N
                                           address=0x7f6af599e078
                                          frag=0x7f6af599e048 size=128
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          str_hash.h: str_hash_alloc(69)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:     10. N
                                           address=0x7f6af599e158
                                          frag=0x7f6af599e128 size=48
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          route.c: route_add(159)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:     11. N
                                           address=0x7f6af599e1e8
                                          frag=0x7f6af599e1b8 size=16
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          route.c: init_rlist(181)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:     12. N
                                           address=0x7f6af599e258
                                          frag=0x7f6af599e228 size=128
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          str_hash.h: str_hash_alloc(69)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:     13. N
                                           address=0x7f6af599e338
                                          frag=0x7f6af599e308 size=48
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          route.c: route_add(159)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:     14. N
                                           address=0x7f6af599e3c8
                                          frag=0x7f6af599e398 size=16
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          route.c: init_rlist(181)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:     15. N
                                           address=0x7f6af599e438
                                          frag=0x7f6af599e408 size=128
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          str_hash.h: str_hash_alloc(69)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30833]:
                                          INFO: <core>
                                          [main.c:841]: sig_usr(): INFO:
                                          signal 15 received</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30833]:
                                          NOTICE: <core>
                                          [main.c:852]: sig_usr():
                                          Memory status (pkg):</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30833]:
                                          NOTICE: qm_status:
                                          (0x7f6af5968010):</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30833]:
                                          NOTICE: qm_status: heap size=
                                          749731840</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30833]:
                                          NOTICE: qm_status: used=
                                          1110768,
                                          used+overhead=1663192,
                                          free=748068648</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30833]:
                                          NOTICE: qm_status: max used
                                          (+overhead)= 1825240</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30833]:
                                          NOTICE: qm_status: dumping all
                                          alloc'ed. fragments:</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30833]:
                                          NOTICE: qm_status:      0. N
                                           address=0x7f6af599d528
                                          frag=0x7f6af599d4f8 size=1024
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30833]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          str_hash.h: str_hash_alloc(69)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30833]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30833]:
                                          NOTICE: qm_status:      1. N
                                           address=0x7f6af599d988
                                          frag=0x7f6af599d958 size=256
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30833]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          str_hash.h: str_hash_alloc(69)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30827]:
                                          INFO: <core>
                                          [main.c:841]: sig_usr(): INFO:
                                          signal 15 received</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30830]:
                                          INFO: <core>
                                          [main.c:841]: sig_usr(): INFO:
                                          signal 15 received</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30828]:
                                          NOTICE: <core>
                                          [main.c:852]: sig_usr():
                                          Memory status (pkg):</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30830]:
                                          NOTICE: <core>
                                          [main.c:852]: sig_usr():
                                          Memory status (pkg):</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30830]:
                                          NOTICE: qm_status:
                                          (0x7f6af5968010):</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30830]:
                                          NOTICE: qm_status: heap size=
                                          749731840</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30830]:
                                          NOTICE: qm_status: used=
                                          1110768,
                                          used+overhead=1663192,
                                          free=748068648</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30830]:
                                          NOTICE: qm_status: max used
                                          (+overhead)= 1825240</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30830]:
                                          NOTICE: qm_status: dumping all
                                          alloc'ed. fragments:</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30828]:
                                          NOTICE: qm_status:
                                          (0x7f6af5968010):</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30830]:
                                          NOTICE: qm_status:      0. N
                                           address=0x7f6af599d528
                                          frag=0x7f6af599d4f8 size=1024
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30830]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          str_hash.h: str_hash_alloc(69)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30832]:
                                          INFO: <core>
                                          [main.c:841]: sig_usr(): INFO:
                                          signal 15 received</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30832]:
                                          NOTICE: <core>
                                          [main.c:852]: sig_usr():
                                          Memory status (pkg):</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30832]:
                                          NOTICE: qm_status:
                                          (0x7f6af5968010):</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30832]:
                                          NOTICE: qm_status: heap size=
                                          749731840</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30832]:
                                          NOTICE: qm_status: used=
                                          1110768,
                                          used+overhead=1663192,
                                          free=748068648</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30832]:
                                          NOTICE: qm_status: max used
                                          (+overhead)= 1825240</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30830]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30832]:
                                          NOTICE: qm_status: dumping all
                                          alloc'ed. fragments:</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30832]:
                                          NOTICE: qm_status:      0. N
                                           address=0x7f6af599d528
                                          frag=0x7f6af599d4f8 size=1024
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30830]:
                                          NOTICE: qm_status:      1. N
                                           address=0x7f6af599d988
                                          frag=0x7f6af599d958 size=256
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30832]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          str_hash.h: str_hash_alloc(69)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30830]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          str_hash.h: str_hash_alloc(69)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30834]:
                                          INFO: <core>
                                          [main.c:841]: sig_usr(): INFO:
                                          signal 15 received</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30830]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30830]:
                                          NOTICE: qm_status:      2. N
                                           address=0x7f6af599dae8
                                          frag=0x7f6af599dab8 size=176
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30830]:
                                          NOTICE: qm_status:          
                                          alloc'd from <core>:
                                          counters.c: cnt_hash_add(339)</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30832]:
                                          NOTICE: qm_status:        
                                           start check=f0f0f0f0, end
                                          check= c0c0c0c0, abcdefed</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30832]:
                                          NOTICE: qm_status:      1. N
                                           address=0x7f6af599d988
                                          frag=0x7f6af599d958 size=256
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30834]:
                                          NOTICE: <core>
                                          [main.c:852]: sig_usr():
                                          Memory status (pkg):</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30823]:
                                          NOTICE: qm_status:     16. N
                                           address=0x7f6af599e518
                                          frag=0x7f6af599e4e8 size=48
                                          used=1</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30834]:
                                          NOTICE: qm_status:
                                          (0x7f6af5968010):</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30822]:
                                          INFO: <core>
                                          [main.c:841]: sig_usr(): INFO:
                                          signal 15 received</div>
                                        <div
                                          style="font-size:12.8000001907349px">May

                                           2 10:50:41 vnpsip01
                                          /usr/local/sbin/kamailio[30822]:
                                          NOTICE: <core>
                                          [main.c:852]: sig_usr():
                                          Memory status (pkg):</div>
                                      </div>
                                      <div
                                        style="font-size:12.8000001907349px"><br>
                                      </div>
                                      <span
                                        style="font-size:12.8000001907349px">Could

                                        you help me to fix this problem!</span><br>
                                      <br>
                                    </div>
                                    <span
                                      style="font-size:12.8000001907349px">Thanks

                                      so much!</span><br clear="all">
                                    <div><br>
                                    </div>
                                    -- <br>
                                    <div>
                                      <div dir="ltr"><font color="black"
                                          face="Tahoma" size="2"><span
                                            style="font-size:10pt"
                                            dir="ltr">
                                            <div><font size="1"><span
                                                  style="font-size:13px">
                                                  <div>
                                                    <p><span><span
                                                          style="font-size:10.5pt;color:black">---------------------------</span></span>
                                                    </p>
                                                    <p><span><b><span>Bui
                                                          Thi Minh Yen</span></b></span></p>
                                                  </div>
                                                </span></font></div>
                                          </span></font><span
style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"></span></div>
                                    </div>
                                  </div>
                                  <br>
                                  <fieldset></fieldset>
                                  <br>
                                </div>
                              </div>
                              <pre>_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a moz-do-not-send="true" href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a>
<a moz-do-not-send="true" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><span><font color="#888888">
</font></span></pre>
                              <span><font color="#888888"> </font></span></blockquote>
                            <span><font color="#888888"> <br>
                                <br>
                                <pre cols="72">-- 
Daniel-Constantin Mierla
<a moz-do-not-send="true" href="http://twitter.com/#%21/miconda" target="_blank">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" href="http://www.linkedin.com/in/miconda" target="_blank">http://www.linkedin.com/in/miconda</a>
Kamailio World Conference, May 27-29, 2015
Berlin, Germany - <a moz-do-not-send="true" href="http://www.kamailioworld.com" target="_blank">http://www.kamailioworld.com</a></pre>
                              </font></span></div>
                        </blockquote>
                      </div>
                      <br>
                      <br clear="all">
                      <div><br>
                      </div>
                      <div>
                        <div dir="ltr">
                          <div><font color="black" face="Tahoma"
                              size="2"><span style="font-size:10pt"
                                dir="ltr">
                                <div>
                                  <div><font size="1"><span
                                        style="font-size:13px">
                                        <div>
                                          <p><span><span
                                                style="font-size:10.5pt;color:black">---------------------------</span></span>
                                          </p>
                                          <p><span><b><span>Bui Thi Minh
                                                  Yen</span></b></span></p>
                                        </div>
                                      </span></font></div>
                                </div>
                              </span></font><span
style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"></span></div>
                        </div>
                      </div>
                    </div>
                  </blockquote>
                  <br>
                  <pre cols="72">-- 
Daniel-Constantin Mierla
<a moz-do-not-send="true" href="http://twitter.com/#%21/miconda" target="_blank">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" href="http://www.linkedin.com/in/miconda" target="_blank">http://www.linkedin.com/in/miconda</a>
Kamailio World Conference, May 27-29, 2015
Berlin, Germany - <a moz-do-not-send="true" href="http://www.kamailioworld.com" target="_blank">http://www.kamailioworld.com</a></pre>
                </div>
              </div>
            </blockquote>
          </div>
          <br>
          <br clear="all">
          <div><br>
          </div>
          -- <br>
          <div>
            <div dir="ltr">
              <div><font color="black" face="Tahoma" size="2"><span
                    style="font-size:10pt" dir="ltr">
                    <div>
                      <div><font size="1"><span style="font-size:13px">
                            <div>
                              <p><span><span
                                    style="font-size:10.5pt;color:black">---------------------------</span></span>
                              </p>
                              <p><span><b><span
                                      style="font-size:10pt;font-family:'Segoe
UI',sans-serif;color:rgb(27,93,141)">Bui Thi Minh Yen</span></b></span><span><span
                                    style="font-size:10.5pt;color:black"></span></span></p>
                              <p><span><span
                                    style="font-size:10pt;font-family:'Segoe
                                    UI',sans-serif;color:rgb(27,93,141)">SSDC,
                                  </span></span><span><font
                                    color="black" face="Tahoma" size="2"><span
                                      style="font-size:10pt" dir="ltr"><font
                                        size="1"><span
                                          style="font-size:13px"><span><span
                                              style="font-size:10pt;font-family:'Segoe
UI',sans-serif;color:rgb(0,83,144)">VNPT Technology</span></span></span></font></span></font></span><span><span
                                    style="font-size:10.5pt;color:black"></span></span></p>
                              <p><span><span
                                    style="font-size:10pt;font-family:'Segoe
                                    UI',sans-serif;color:rgb(0,83,144)">124
                                    Hoang Quoc Viet | Mobile:</span></span><span><span
                                    style="font-size:10pt;font-family:'Segoe
                                    UI',sans-serif;color:black">  </span></span><span><span
                                    style="font-size:10pt;font-family:'Segoe
UI',sans-serif;color:rgb(255,148,39)">(+84) 973110551 </span></span><span
                                  style="font-size:10pt;font-family:'Segoe
                                  UI',sans-serif;color:rgb(0,83,144)">|
                                  Skype:</span><span
                                  style="font-size:10pt;font-family:'Segoe
                                  UI',sans-serif;color:black">  </span><span
                                  style="font-size:10pt;font-family:'Segoe
                                  UI',sans-serif;color:rgb(255,148,39)">minhyenbt</span><span><span
                                    style="font-size:10pt;font-family:'Segoe
UI',sans-serif;color:rgb(255,148,39)"></span></span><span><span
                                    style="font-size:10.5pt;color:black"></span></span></p>
                            </div>
                          </span></font></div>
                    </div>
                  </span></font><span
style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"></span></div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a>
Kamailio World Conference, May 27-29, 2015
Berlin, Germany - <a class="moz-txt-link-freetext" href="http://www.kamailioworld.com">http://www.kamailioworld.com</a></pre>
  </body>
</html>