<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Thanks. It should have been fixed a while agon with commit
    67fa31e3f01c4d70ad9561949bca4aaa230d0f46<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <div class="moz-cite-prefix">On 16/08/14 08:53, Kelvin Chua wrote:<br>
    </div>
    <blockquote
cite="mid:CAMF97-fNr+ZGt3WUtwE7ta1936--QfK0BmVdoXCChRKPVKGOTg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>forgot to give feedback on this issue, here's a patch.</div>
        <div><br>
        </div>
        <div>--- modules/htable/htable.c<span class=""
            style="white-space:pre"> </span>2014-08-15
          23:49:34.064455715 -0700</div>
        <div>
          +++ modules/htable.c <span class="" style="white-space:pre"> </span>2014-08-15
          23:50:17.640626126 -0700</div>
        <div>@@ -1105,7 +1105,7 @@</div>
        <div> }</div>
        <div> </div>
        <div> rpc_export_t htable_rpc[] = {</div>
        <div>-<span class="" style="white-space:pre"> </span>{"htable.dump",
          htable_rpc_dump, htable_dump_doc, 0},</div>
        <div>+<span class="" style="white-space:pre"> </span>{"htable.dump",
          htable_rpc_dump, htable_dump_doc, RET_ARRAY},</div>
        <div> <span class="" style="white-space:pre"> </span>{"htable.delete",
          htable_rpc_delete, htable_delete_doc, 0},</div>
        <div> <span class="" style="white-space:pre"> </span>{"htable.get",
          htable_rpc_get, htable_get_doc, 0},</div>
        <div> <span class="" style="white-space:pre"> </span>{"htable.sets",
          htable_rpc_sets, htable_sets_doc, 0},</div>
        <div><br>
        </div>
      </div>
      <div class="gmail_extra"><br clear="all">
        <div>Kelvin Chua</div>
        <br>
        <br>
        <div class="gmail_quote">On Wed, Apr 2, 2014 at 2:32 PM, Juha
          Heinanen <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:jh@tutpro.com" target="_blank">jh@tutpro.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div class="">Kelvin Chua writes:<br>
              <br>
              > i was able to apply the RET_ARRAY fix to htable.dump
              in 4.0.5<br>
              > however unable to share the patch as htable_rpc[] is
              nowhere to be found on<br>
              > trunk<br>
              > was there any changes from 4.0.x to trunk with
              regards to rpc?<br>
              <br>
            </div>
            see<br>
            <br>
            rpc_export_t htable_rpc[] = {<br>
                    {"htable.dump", htable_rpc_dump, htable_dump_doc,
            0},<br>
                    {"htable.delete", htable_rpc_delete,
            htable_delete_doc, 0},<br>
                    {"htable.get", htable_rpc_get, htable_get_doc, 0},<br>
                    {"htable.sets", htable_rpc_sets, htable_sets_doc,
            0},<br>
                    {"htable.seti", htable_rpc_seti, htable_seti_doc,
            0},<br>
                    {"htable.listTables", htable_rpc_list,
            htable_list_doc, 0},<br>
                    {"htable.reload", htable_rpc_reload,
            htable_reload_doc, 0},<br>
                    {"htable.stats", htable_rpc_stats, htable_stats_doc,
            0},<br>
                    {0, 0, 0, 0}<br>
            };<br>
            <br>
            in htable.c.<br>
            <br>
            if you don't have write access to the repo, make the change
            and if it<br>
            works in your tests, i can apply the patch.<br>
            <div class="HOEnZb">
              <div class="h5"><br>
                -- juha<br>
                <br>
                _______________________________________________<br>
                SIP Express Router (SER) and Kamailio (OpenSER) -
                sr-users mailing list<br>
                <a moz-do-not-send="true"
                  href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a><br>
                <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><br>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a>
<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>
</pre>
    </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>
Next Kamailio Advanced Trainings 2014 - <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a>
Sep 22-25, Berlin, Germany ::: Oct 15-17, San Francisco, USA</pre>
  </body>
</html>