<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello,</p>
    <p>several days ago I split the app_lua module, relocating the code
      related to old Lua sr library to app_lua_sr module, keeping in
      this way app_lua smaller and focused to the KEMI code. Over the
      time, app_lua_sr should be deprecated and removed, as we are sure
      the functions in Lua sr have an equivalent in Lua KSR.</p>
    <p>Therefore, if you are using in Lua scripts functions from 'sr'
      library, consider migrating to KSR as soon as possible. The
      intermediary solution for a quick upgrade to master version (to be
      release as v5.3.x) is to load app_lua_sr and update some
      modparams, like:</p>
    <pre class="code c" style="box-sizing: border-box; font-family: monospace; font-size: 14px; hyphens: none; background: rgb(245, 245, 245); color: rgb(102, 102, 102); margin: 20px 0px; overflow: auto; padding: 20px; white-space: pre-wrap; overflow-wrap: break-word; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">loadmodule <span class="st0" style="box-sizing: border-box;">"app_lua.so"</span>
loadmodule <span class="st0" style="box-sizing: border-box;">"app_lua_sr.so"</span>
modparam<span class="br0" style="box-sizing: border-box;">(</span><span class="st0" style="box-sizing: border-box;">"app_lua_sr"</span><span class="sy0" style="box-sizing: border-box;">,</span> <span class="st0" style="box-sizing: border-box;">"register"</span><span class="sy0" style="box-sizing: border-box;">,</span> <span class="st0" style="box-sizing: border-box;">"sl"</span><span class="br0" style="box-sizing: border-box;">)</span></pre>
    <p>If you find a function from Lua sr not available in Lua KSR, then
      report it via mailing lists or bug tracker.</p>
    <p>An article about this topic was published at:</p>
    <p>  * <a
        href="https://www.kamailio.org/w/2019/05/new-module-app_lua_sr/">https://www.kamailio.org/w/2019/05/new-module-app_lua_sr/</a></p>
    <p>Cheers,<br>
      Daniel<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla -- <a class="moz-txt-link-abbreviated" href="http://www.asipto.com">www.asipto.com</a>
<a class="moz-txt-link-abbreviated" href="http://www.twitter.com/miconda">www.twitter.com/miconda</a> -- <a class="moz-txt-link-abbreviated" href="http://www.linkedin.com/in/miconda">www.linkedin.com/in/miconda</a></pre>
  </body>
</html>