<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    app_java should allow you to execute any java app from kamailio. I
    haven't use it and not sure if the docs are explicit on what to do:<br>
    <br>
      *
    <a class="moz-txt-link-freetext" href="http://www.kamailio.org/docs/modules/stable/modules/app_java.html">http://www.kamailio.org/docs/modules/stable/modules/app_java.html</a><br>
    <br>
    Also, iirc, app_mono should be able to execute java via mono
    interpreter in linux.<br>
    <br>
    The alternative is to use exec module to execute any external app.
    Or build some http API and use http client from kamailio.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <div class="moz-cite-prefix">On 26/03/16 00:33, Jungtae Kim wrote:<br>
    </div>
    <blockquote
cite="mid:CAN3EEGUpgpTsVuF7eL43vWaCJPwcew5XUAMpw4LMqtjcMdWhgQ@mail.gmail.com"
      type="cite">
      <div dir="ltr"><span style="font-size:12.8px">Hello, </span><br
          style="font-size:12.8px">
        <br style="font-size:12.8px">
        <span style="font-size:12.8px">I'm new to Kamailio. I'm trying
          to make my own auth module to check if incoming SIP messages
          are sighed with a correct key. I want to do this by calling a
          Java code snippet. I found app_java module but I can't figure
          out if this will support my usecase.</span>
        <div style="font-size:12.8px"><br>
        </div>
        <div style="font-size:12.8px">Does app_java allow me to call
          Java code from another module? If not, what can I do to meet
          my use case? My token verification code is written in Java, so
          I'd like to reuse my code if possible.</div>
        <div style="font-size:12.8px"><br>
        </div>
        <div style="font-size:12.8px">Thanks</div>
      </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://www.asipto.com">http://www.asipto.com</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>
Kamailio World Conference, Berlin, May 18-20, 2016 - <a class="moz-txt-link-freetext" href="http://www.kamailioworld.com">http://www.kamailioworld.com</a></pre>
  </body>
</html>