<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>It looks better now. Try to load the module and see if works.
      Sometimes other libs might be needed, but then you will get a
      missing symbol error.</p>
    <p>Cheers,<br>
      Daniel<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 24/06/16 07:08, Cibin Paul wrote:<br>
    </div>
    <blockquote cite="mid:9652A4AB-FFFD-4B9E-81D7-D5398DB4FDD6@me.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <span style="font-size: 14px;" class="">Thanks Daniel,</span>
      <div class=""><br class="">
      </div>
      <div class=""><span style="font-size: 14px;" class="">I
          reconfigured the libssl libraries and got the following result
          for ldd tls.so. Is this fine or am I missing something?</span></div>
      <div class=""><span style="font-size: 14px;" class=""><br class="">
        </span></div>
      <div class="">
        <div class="" style="margin: 0px; line-height: normal;"><span
            class="" style="font-variant-ligatures: no-common-ligatures;
            font-size: 14px;"><span class="Apple-tab-span" style="white-space:pre">   </span>inux-vdso.so.1
            =>  (0x00007ffffe34f000)</span></div>
        <div class="" style="margin: 0px; line-height: normal;"><span
            class="" style="font-variant-ligatures: no-common-ligatures;
            font-size: 14px;"><span class="Apple-tab-span" style="white-space: pre;"> </span>libssl.so.1.0.0
            => /usr/local/ssl/lib/libssl.so.1.0.0
            (0x00007fa572d16000)</span></div>
        <div class="" style="margin: 0px; line-height: normal;"><span
            class="" style="font-variant-ligatures: no-common-ligatures;
            font-size: 14px;"><span class="Apple-tab-span" style="white-space: pre;"> </span>libc.so.6
            => /lib64/libc.so.6 (0x00007fa5729be000)</span></div>
        <div class="" style="margin: 0px; line-height: normal;"><span
            class="" style="font-variant-ligatures: no-common-ligatures;
            font-size: 14px;"><span class="Apple-tab-span" style="white-space: pre;"> </span>libcrypto.so.1.0.0
            => /usr/local/ssl/lib/libcrypto.so.1.0.0
            (0x00007fa5725a8000)</span></div>
        <div class="" style="margin: 0px; line-height: normal;"><span
            class="" style="font-variant-ligatures: no-common-ligatures;
            font-size: 14px;"><span class="Apple-tab-span" style="white-space: pre;"> </span>libdl.so.2
            => /lib64/libdl.so.2 (0x00007fa5723a4000)</span></div>
        <div class="" style="margin: 0px; line-height: normal;"><span
            class="" style="font-variant-ligatures: no-common-ligatures;
            font-size: 14px;"><span class="Apple-tab-span" style="white-space: pre;"> </span>libz.so.1
            => /usr/lib64/libz.so.1 (0x00007fa572190000)</span></div>
        <div class="" style="margin: 0px; line-height: normal;"><span
            class="" style="font-variant-ligatures: no-common-ligatures;
            font-size: 14px;"><span class="Apple-tab-span" style="white-space: pre;"> </span>/lib64/ld-linux-x86-64.so.2
            (0x0000003976a00000)</span></div>
      </div>
      <div class=""><span class="" style="font-variant-ligatures:
          no-common-ligatures; font-size: 14px;"><br class="">
        </span></div>
      <div class=""><span class="" style="font-variant-ligatures:
          no-common-ligatures; font-size: 14px;">Regards</span></div>
      <div class=""><span class="" style="font-variant-ligatures:
          no-common-ligatures; font-size: 14px;">Cibin</span></div>
      <div class=""><span class="" style="font-variant-ligatures:
          no-common-ligatures; font-size: 14px;"><br class="">
        </span></div>
      <div class=""><br class="">
        <div>
          <blockquote type="cite" class="">
            <div class="">On 23-Jun-2016, at 11:26 PM, Daniel-Constantin
              Mierla <<a moz-do-not-send="true"
                href="mailto:miconda@gmail.com" class="">miconda@gmail.com</a>>
              wrote:</div>
            <br class="Apple-interchange-newline">
            <div class="">
              <meta content="text/html; charset=windows-1252"
                http-equiv="Content-Type" class="">
              <div bgcolor="#FFFFFF" text="#000000" class="">
                <p class="">Hello,</p>
                <p class="">you don't have the libraries to link against
                  them listed in the LIBS var -- it is only a path
                  there. There shoulb at least '
                  <meta charset="utf-8" class="">
                  -lssl -lcrypto' in addition of what you have there.</p>
                <p class="">Cheers,<br class="">
                  Daniel<br class="">
                </p>
                <br class="">
                <div class="moz-cite-prefix">On 23/06/16 09:42, Cibin
                  Paul wrote:<br class="">
                </div>
                <blockquote
                  cite="mid:5C7A623E-16DF-4563-B4F3-F08E9EBE478D@me.com"
                  type="cite" class="">
                  <meta http-equiv="Content-Type" content="text/html;
                    charset=windows-1252" class="">
                  Hello,
                  <div class=""><br class="">
                  </div>
                  <div class="">Please find the attached Makefile for
                    tls</div>
                  <div class=""><br class="">
                  </div>
                  <div class="">Thanks & Regards</div>
                  <div class="">Cibin</div>
                  <div class=""><br class="">
                  </div>
                  <div class=""><br class="">
                  </div>
                  <br class="">
                  <fieldset class="mimeAttachmentHeader"></fieldset>
                  <br class="">
                  <meta http-equiv="Content-Type" content="text/html;
                    charset=windows-1252" class="">
                  <div class=""><br class="">
                  </div>
                  <div class=""><br class="">
                    <div class="">
                      <blockquote type="cite" class="">
                        <div class="">On 23-Jun-2016, at 1:08 PM,
                          Daniel-Constantin Mierla <<a
                            moz-do-not-send="true"
                            href="mailto:miconda@gmail.com" class=""><a class="moz-txt-link-abbreviated" href="mailto:miconda@gmail.com">miconda@gmail.com</a></a>>
                          wrote:</div>
                        <br class="Apple-interchange-newline">
                        <div class="">
                          <meta content="text/html;
                            charset=windows-1252"
                            http-equiv="Content-Type" class="">
                          <div bgcolor="#FFFFFF" text="#000000" class="">
                            <p class="">Hello,</p>
                            <p class="">so it is not linked to any
                              libssl. The Makefile for tls module is not
                              properly made. Maybe you can attach it and
                              we can see what is the problem.</p>
                            <p class="">Cheers,<br class="">
                              Daniel<br class="">
                            </p>
                            <br class="">
                            <div class="moz-cite-prefix">On 23/06/16
                              09:36, Cibin Paul wrote:<br class="">
                            </div>
                            <blockquote
                              cite="mid:7A383CB4-D53C-4264-A25D-FE7893440428@me.com"
                              type="cite" class="">
                              <meta http-equiv="Content-Type"
                                content="text/html;
                                charset=windows-1252" class="">
                              <span style="font-size: 14px;" class="">Hello,</span>
                              <div class=""><span style="font-size:
                                  14px;" class=""><br class="">
                                </span></div>
                              <div class=""><span style="font-size:
                                  14px;" class="">Yes I have the old
                                  libssl too. But the /usr/local/ssl/lib
                                  has the new version which I updated in
                                  LIBS. Please find below the output of
                                  ldd tls.so</span></div>
                              <div class=""><span style="font-size:
                                  14px;" class=""><br class="">
                                </span></div>
                              <div class="">
                                <div style="margin: 0px; line-height:
                                  normal;" class=""><span
                                    style="font-variant-ligatures:
                                    no-common-ligatures; font-size:
                                    14px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>linux-vdso.so.1
                                    =>  (0x00007fff8137d000)</span></div>
                                <div style="margin: 0px; line-height:
                                  normal;" class=""><span
                                    style="font-variant-ligatures:
                                    no-common-ligatures; font-size:
                                    14px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>libc.so.6
                                    => /lib64/libc.so.6
                                    (0x00007f070ef92000)</span></div>
                                <div style="margin: 0px; line-height:
                                  normal;" class=""><span
                                    style="font-variant-ligatures:
                                    no-common-ligatures; font-size:
                                    14px;" class=""><span class="Apple-tab-span" style="white-space:pre">   </span>/lib64/ld-linux-x86-64.so.2
                                    (0x0000003976a00000)</span></div>
                              </div>
                              <div style="margin: 0px; line-height:
                                normal;" class=""><span
                                  style="font-variant-ligatures:
                                  no-common-ligatures; font-size: 14px;"
                                  class=""><br class="">
                                </span></div>
                              <div style="margin: 0px; line-height:
                                normal;" class=""><span
                                  style="font-variant-ligatures:
                                  no-common-ligatures; font-size: 14px;"
                                  class="">Regards</span></div>
                              <div style="margin: 0px; line-height:
                                normal;" class=""><span
                                  style="font-variant-ligatures:
                                  no-common-ligatures; font-size: 14px;"
                                  class="">Cibin</span></div>
                              <div style="margin: 0px; font-size: 11px;
                                line-height: normal; font-family:
                                Menlo;" class=""><span
                                  style="font-variant-ligatures:
                                  no-common-ligatures" class=""><br
                                    class="">
                                </span></div>
                              <div style="margin: 0px; font-size: 11px;
                                line-height: normal; font-family:
                                Menlo;" class=""><span
                                  style="font-variant-ligatures:
                                  no-common-ligatures" class=""><br
                                    class="">
                                </span></div>
                              <div class=""><span
                                  style="font-variant-ligatures:
                                  no-common-ligatures" class=""><br
                                    class="">
                                </span></div>
                              <div class=""><br class="">
                              </div>
                              <div class=""><br class="">
                              </div>
                              <div class=""><br class="">
                                <div class="">
                                  <blockquote type="cite" class="">
                                    <div class="">On 23-Jun-2016, at
                                      12:56 PM, Daniel-Constantin Mierla
                                      <<a moz-do-not-send="true"
                                        class="moz-txt-link-abbreviated"
                                        href="mailto:miconda@gmail.com">miconda@gmail.com</a>>
                                      wrote:</div>
                                    <br
                                      class="Apple-interchange-newline">
                                    <div class="">
                                      <meta content="text/html;
                                        charset=windows-1252"
                                        http-equiv="Content-Type"
                                        class="">
                                      <div bgcolor="#FFFFFF"
                                        text="#000000" class="">
                                        <p class="">Hello,</p>
                                        <p class="">do you have also
                                          another version of the libssl
                                          installed?</p>
                                        <p class="">Can you do ldd on
                                          tls.so module of kamailio and
                                          send here the output?</p>
                                        <p class="">Cheers,<br class="">
                                          Daniel<br class="">
                                        </p>
                                        <br class="">
                                        <div class="moz-cite-prefix">On
                                          23/06/16 09:19, Cibin Paul
                                          wrote:<br class="">
                                        </div>
                                        <blockquote
                                          cite="mid:CD89916B-B5F8-481F-B661-BFCF0F1C25AD@me.com"
                                          type="cite" class="">
                                          <meta
                                            http-equiv="Content-Type"
                                            content="text/html;
                                            charset=windows-1252"
                                            class="">
                                          Hi,
                                          <div class=""><br class="">
                                          </div>
                                          <div class="">Any pointer
                                            please</div>
                                          <div class=""><br class="">
                                          </div>
                                          <div class="">Regards</div>
                                          <div class="">Cibin</div>
                                          <div class=""><br class="">
                                          </div>
                                          <div class=""><br class="">
                                            <div class="">
                                              <blockquote type="cite"
                                                class="">
                                                <div class="">On
                                                  20-Jun-2016, at 1:36
                                                  PM, Cibin Paul <<a
moz-do-not-send="true" class="moz-txt-link-abbreviated"
                                                    href="mailto:paul_cibin@me.com"><a class="moz-txt-link-abbreviated" href="mailto:paul_cibin@me.com">paul_cibin@me.com</a></a>>
                                                  wrote:</div>
                                                <br
                                                  class="Apple-interchange-newline">
                                                <div class="">
                                                  <meta
                                                    http-equiv="Content-Type"
                                                    content="text/html;
charset=windows-1252" class="">
                                                  <div style="word-wrap:
                                                    break-word;
                                                    -webkit-nbsp-mode:
                                                    space;
                                                    -webkit-line-break:
                                                    after-white-space;"
                                                    class=""><span
                                                      style="font-size:
                                                      14px;" class="">Hello
                                                      Daniel,</span>
                                                    <div class=""><span
style="font-size: 14px;" class=""><br class="">
                                                      </span></div>
                                                    <div class=""><span
style="font-size: 14px;" class="">Sorry for late response. I tried
                                                        adding the
                                                        following entry
                                                        in
                                                        modules/tls/Makefile</span></div>
                                                    <div class=""><span
style="font-size: 14px;" class=""><br class="">
                                                      </span></div>
                                                    <div class="">
                                                      <div
                                                        style="margin:
                                                        0px;
                                                        line-height:
                                                        normal;"
                                                        class=""><span
                                                          style="font-variant-ligatures:
no-common-ligatures; font-size: 14px;" class="">ifneq ($(SSL_BUILDER),)</span></div>
                                                      <div
                                                        style="margin:
                                                        0px;
                                                        line-height:
                                                        normal;"
                                                        class=""><span
                                                          style="font-variant-ligatures:
no-common-ligatures; font-size: 14px;" class="">        DEFS +=
                                                          -I/usr/local/ssl/include</span></div>
                                                      <div
                                                        style="margin:
                                                        0px;
                                                        line-height:
                                                        normal;"
                                                        class=""><span
                                                          style="font-variant-ligatures:
no-common-ligatures; font-size: 14px;" class="">        LIBS +=
                                                          -L/usr/local/ssl/lib</span></div>
                                                    </div>
                                                    <div style="margin:
                                                      0px; line-height:
                                                      normal;" class=""><span
style="font-variant-ligatures: no-common-ligatures; font-size: 14px;"
                                                        class=""><br
                                                          class="">
                                                      </span></div>
                                                    <div style="margin:
                                                      0px; line-height:
                                                      normal;" class=""><span
style="font-variant-ligatures: no-common-ligatures; font-size: 14px;"
                                                        class=""><br
                                                          class="">
                                                      </span></div>
                                                    <div style="margin:
                                                      0px; line-height:
                                                      normal;" class=""><span
style="font-size: 14px;" class="">Starting kamailio, giving following
                                                        error. I am
                                                        using
                                                        kamailio-4.4.1
                                                        with  openssl
                                                        1.0.2h </span></div>
                                                    <div style="margin:
                                                      0px; line-height:
                                                      normal;" class=""><span
style="font-size: 14px;" class=""><br class="">
                                                      </span></div>
                                                    <div style="margin:
                                                      0px; line-height:
                                                      normal;" class="">
                                                      <div
                                                        style="margin:
                                                        0px;
                                                        line-height:
                                                        normal;"
                                                        class=""><span
                                                          style="font-variant-ligatures:
no-common-ligatures; font-size: 14px;" class="">ERROR: <core>
                                                          [sr_module.c:582]:
                                                          load_module():
                                                          could not open
                                                          module
                                                          </usr/local/lib64/kamailio/modules/tls.so>:
/usr/local/lib64/kamailio/modules/tls.so: undefined symbol:
                                                          GENERAL_NAME_free</span></div>
                                                      <div
                                                        style="margin:
                                                        0px;
                                                        line-height:
                                                        normal;"
                                                        class=""><span
                                                          style="font-variant-ligatures:
no-common-ligatures; font-size: 14px;" class=""><br class="">
                                                        </span></div>
                                                      <div
                                                        style="margin:
                                                        0px;
                                                        line-height:
                                                        normal;"
                                                        class=""><span
                                                          style="font-size:
                                                          14px;"
                                                          class="">Could
                                                          you please
                                                          throw some
                                                          light on
                                                          this. </span></div>
                                                      <div
                                                        style="font-size:
                                                        11px;
                                                        font-family:
                                                        Menlo; margin:
                                                        0px;
                                                        line-height:
                                                        normal;"
                                                        class=""><span
                                                          style="font-variant-ligatures:
no-common-ligatures" class=""><br class="">
                                                        </span></div>
                                                      <div
                                                        style="margin:
                                                        0px;
                                                        line-height:
                                                        normal;"
                                                        class=""><span
                                                          style="font-size:
                                                          14px;"
                                                          class="">Regards</span></div>
                                                      <div
                                                        style="margin:
                                                        0px;
                                                        line-height:
                                                        normal;"
                                                        class=""><span
                                                          style="font-size:
                                                          14px;"
                                                          class="">Cibin</span></div>
                                                      <div
                                                        style="font-size:
                                                        11px;
                                                        font-family:
                                                        Menlo; margin:
                                                        0px;
                                                        line-height:
                                                        normal;"
                                                        class=""><span
                                                          style="font-variant-ligatures:
no-common-ligatures" class=""><br class="">
                                                        </span></div>
                                                      <div
                                                        style="font-size:
                                                        11px;
                                                        font-family:
                                                        Menlo; margin:
                                                        0px;
                                                        line-height:
                                                        normal;"
                                                        class=""><span
                                                          style="font-variant-ligatures:
no-common-ligatures" class=""><br class="">
                                                        </span></div>
                                                      <div
                                                        style="font-size:
                                                        11px;
                                                        font-family:
                                                        Menlo; margin:
                                                        0px;
                                                        line-height:
                                                        normal;"
                                                        class=""><span
                                                          style="font-variant-ligatures:
no-common-ligatures" class=""><br class="">
                                                        </span></div>
                                                    </div>
                                                    <div style="margin:
                                                      0px; font-size:
                                                      11px; line-height:
                                                      normal;
                                                      font-family:
                                                      Menlo;" class=""><span
style="font-variant-ligatures: no-common-ligatures" class=""><br
                                                          class="">
                                                      </span></div>
                                                    <div class="">
                                                      <div class="">
                                                        <blockquote
                                                          type="cite"
                                                          class="">
                                                          <div class="">On
                                                          17-Jun-2016,
                                                          at 5:30 PM,
                                                          Daniel-Constantin
                                                          Mierla <<a
moz-do-not-send="true" class="moz-txt-link-abbreviated"
                                                          href="mailto:miconda@gmail.com"><a class="moz-txt-link-abbreviated" href="mailto:miconda@gmail.com">miconda@gmail.com</a></a>>
                                                          wrote:</div>
                                                          <br
                                                          class="Apple-interchange-newline">
                                                          <div class="">
                                                          <div class="">Hello,<br
                                                          class="">
                                                          <br class="">
                                                          edit the
                                                          modules/tls/Makefile
                                                          to set the
                                                          DEFS and LIBS
                                                          with the paths
                                                          to<br class="">
                                                          your lib.<br
                                                          class="">
                                                          <br class="">
                                                          Cheers,<br
                                                          class="">
                                                          Daniel<br
                                                          class="">
                                                          <br class="">
                                                          <br class="">
                                                          On 17/06/16
                                                          13:30, Cibin
                                                          Paul wrote:<br
                                                          class="">
                                                          <blockquote
                                                          type="cite"
                                                          class="">Hi,<br
                                                          class="">
                                                          <br class="">
                                                          Can any one
                                                          guide me to
                                                          compile
                                                          kamailio with
                                                          custom openssl
                                                          path please.<br
                                                          class="">
                                                          <br class="">
                                                          Thanks &
                                                          Regards<br
                                                          class="">
                                                          Cibin<br
                                                          class="">
                                                          <br class="">
                                                          <br class="">
                                                          <br class="">
_______________________________________________<br class="">
                                                          SIP Express
                                                          Router (SER)
                                                          and Kamailio
                                                          (OpenSER) -
                                                          sr-users
                                                          mailing list<br
                                                          class="">
                                                          <a
                                                          moz-do-not-send="true"
class="moz-txt-link-abbreviated"
                                                          href="mailto:sr-users@lists.sip-router.org"><a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a></a><br
                                                          class="">
                                                          <a
                                                          moz-do-not-send="true"
class="moz-txt-link-freetext"
                                                          href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users"><a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a></a><br
                                                          class="">
                                                          </blockquote>
                                                          <br class="">
                                                          -- <br
                                                          class="">
Daniel-Constantin Mierla<br class="">
                                                          <a
                                                          moz-do-not-send="true"
class="moz-txt-link-freetext" href="http://www.asipto.com/"><a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a></a>
                                                          - <a
                                                          moz-do-not-send="true"
class="moz-txt-link-freetext" href="http://www.kamailio.org/"><a class="moz-txt-link-freetext" href="http://www.kamailio.org">http://www.kamailio.org</a></a><br
                                                          class="">
                                                          <a
                                                          moz-do-not-send="true"
class="moz-txt-link-freetext" href="http://twitter.com/#%21/miconda"><a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a></a>
                                                          - <a
                                                          moz-do-not-send="true"
class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda"><a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></a><br
                                                          class="">
                                                          <br class="">
                                                          <br class="">
_______________________________________________<br class="">
                                                          SIP Express
                                                          Router (SER)
                                                          and Kamailio
                                                          (OpenSER) -
                                                          sr-users
                                                          mailing list<br
                                                          class="">
                                                          <a
                                                          moz-do-not-send="true"
class="moz-txt-link-abbreviated"
                                                          href="mailto:sr-users@lists.sip-router.org"><a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a></a><br
                                                          class="">
                                                          <a
                                                          moz-do-not-send="true"
class="moz-txt-link-freetext"
                                                          href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users"><a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a></a><br
                                                          class="">
                                                          </div>
                                                          </div>
                                                        </blockquote>
                                                      </div>
                                                      <br class="">
                                                    </div>
                                                  </div>
                                                </div>
                                              </blockquote>
                                            </div>
                                            <br class="">
                                          </div>
                                        </blockquote>
                                        <br class="">
                                        <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.asipto.com/">http://www.asipto.com</a> - <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.kamailio.org/">http://www.kamailio.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://twitter.com/#%21/miconda">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></pre>
                                      </div>
                                    </div>
                                  </blockquote>
                                </div>
                                <br class="">
                              </div>
                            </blockquote>
                            <br class="">
                            <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.asipto.com/">http://www.asipto.com</a> - <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.kamailio.org/">http://www.kamailio.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://twitter.com/#%21/miconda">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></pre>
                          </div>
                        </div>
                      </blockquote>
                    </div>
                    <br class="">
                  </div>
                </blockquote>
                <br class="">
                <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.asipto.com/">http://www.asipto.com</a> - <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.kamailio.org/">http://www.kamailio.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://twitter.com/#%21/miconda">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></pre>
              </div>
            </div>
          </blockquote>
        </div>
        <br class="">
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a> - <a class="moz-txt-link-freetext" href="http://www.kamailio.org">http://www.kamailio.org</a>
<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></pre>
  </body>
</html>