<div dir="ltr">Hi Daniel,<br><div class="gmail_extra"><br><div class="gmail_quote">On 17 January 2017 at 14:15, Daniel-Constantin Mierla <span dir="ltr"><<a href="mailto:miconda@gmail.com" target="_blank">miconda@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <p>I guess you can use other modules such as http_client to interact
      with the web service. The jansson module can be used to parse the
      result.<br></p>
    <p>Also, it should be possible to do it without interacting with the
      web service, because you can compute the password using the shared
      secret key. So, in this case, Kamailio doesn't need to interact
      with the web service.<br>
    </p>
    <p><br></p></div></blockquote><div>Thanks for that, and to Carsten who also sent explanation.</div><div><br></div><div>It seems like all that documentation about the web service is indeed a red-herring since the module is neither a client nor a provider of such a service.  There is no obligation to implement such a service as documented - since in any event auth_ephemeral neither implements nor consumes this web service.</div><div><br></div><div>All auth_ephemeral does it to authenticate clients using a secret (password) that is encrypted using a shared key.  auth_ephemeral I guess decrypts the secret which is structured so that auth_ephemeral can tell that it is legit and unexpired.</div><div><br></div><div>Do I have this right?</div><div><br></div><div>Gotta say that the docs really don't make this clear.</div><div><br></div><div>Thanks,</div><div>Steve</div><div><br></div><div><br></div></div></div></div>