<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(0, 0, 0);" class="">Hello Karsten,</div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(0, 0, 0); min-height: 14px;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(0, 0, 0);" class="">thanks for the hint, it seems to be possible to implement it all with „low level“ functions. However as you already said, there are a lot of things to cover which is usually done by the module. For me it looks like it’s a better idea to enhance the module, otherwise the script get’s too complicated.</div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(0, 0, 0); min-height: 14px;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(0, 0, 0);" class="">Best regards</div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(0, 0, 0); min-height: 14px;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(0, 0, 0);" class="">Markus </div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(0, 0, 0);" class=""><br class=""></div><blockquote type="cite" class=""><div class="">Am 17.12.2021 um 12:53 schrieb Karsten Horsmann <<a href="mailto:khorsmann@gmail.com" class="">khorsmann@gmail.com</a>>:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi Markus,<div class=""><br class=""></div><div class="">with an db its easier and re-register is working fine automatically.</div><div class=""><br class=""></div><div class="">But <a href="https://kamailio.org/docs/modules/5.5.x/modules/uac.html#uac.f.uac_auth" class="">https://kamailio.org/docs/modules/5.5.x/modules/uac.html#uac.f.uac_auth</a> for authentication INVITES </div><div class="">and uac_req_send (to form REGISTER messages) and a route to challenge response maybe possible.</div><div class=""><br class=""></div><div class="">Its then "building" the stuff uac normally did automatically manual.</div><div class="">Didnt test that but - its an kamailio script - so the sky is the limit.</div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Fr., 17. Dez. 2021 um 12:37 Uhr schrieb Markus Bönke <<a href="mailto:mb@tenios.de" class="">mb@tenios.de</a>>:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello all,<br class="">
<br class="">
we want to use the "remote registrations feature" of the uac module to let kamailio register with other sip providers. As far as I see the module works only with a database backend. As our kamailio script should be independent from a database, a solution could be to load the configuration on startup (and refresh it periodically) from a database view into a htable and then trigger the remote registrations based on the expiration of the htable columns.<br class="">
<br class="">
Could something like this be implemented by using the uac module or by an other workaround ? Or does it require some enhancements in the uac module ?<br class="">
<br class="">
Thanks and regards<br class="">
<br class="">
Markus<br class="">
<br class="">
<br class="">
__________________________________________________________<br class="">
Kamailio - Users Mailing List - Non Commercial Discussions<br class="">
  * <a href="mailto:sr-users@lists.kamailio.org" target="_blank" class="">sr-users@lists.kamailio.org</a><br class="">
Important: keep the mailing list in the recipients, do not reply only to the sender!<br class="">
Edit mailing list options or unsubscribe:<br class="">
  * <a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank" class="">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br class="">
</blockquote></div><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div dir="ltr" class="gmail_signature">Mit freundlichen Grüßen<br class="">*Karsten Horsmann*<br class=""></div>
__________________________________________________________<br class="">Kamailio - Users Mailing List - Non Commercial Discussions<br class="">  * <a href="mailto:sr-users@lists.kamailio.org" class="">sr-users@lists.kamailio.org</a><br class="">Important: keep the mailing list in the recipients, do not reply only to the sender!<br class="">Edit mailing list options or unsubscribe:<br class="">  * <a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" class="">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br class=""></div></blockquote></div><br class=""></div></body></html>