<div dir="ltr"><div><div dir="ltr">Hi Henning, <div><br></div><div>Thanks for your suggestions. For now I'll give a try your approach #1.</div><div><br></div><div>Couple extra doubts:</div><div><br></div><div>1- do you think an expiry of say 60s is too low? or is it reasonable? (I know it will depend a lot on the number of records in database, but in this case it's very little, like ~50 or so).</div><div>2- can I set uac module to initialize without sending any REGISTER requests ("start with all records in database disabled")? If answer is no, then my idea would be to set uacreg colum reg_delay to say 10s or so to give time to kamailio to startup, and than have an external script manually disable them before the delay expires. What do you think?</div><div><br></div><div>Thanks again!</div><div>Joel.</div></div></div><div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 12, 2018 at 1:27 PM, Henning Westerholt <span dir="ltr"><<a href="mailto:hw@kamailio.org" target="_blank">hw@kamailio.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>Am Sonntag, 12. August 2018, 22:20:41 CEST schrieb Joel Serrano:<br>
> On an active/passive kamailio cluster, we use keepalived to move a virtual<br>
> IP between the nodes and all signaling goes to that VIP.<br>
> <br>
> One of our DID providers requires us to register with every single DID we<br>
> have from them in order to receive calls for such DID (NOTE: we only want<br>
> to have the "active" kamailio sending outbound registrations to the<br>
> carrier).<br>
> <br>
> My idea was to have keepalived enable all the outbound registrations when<br>
> the current node changes to MASTER and disable them when it changes to<br>
> BACKUP.<br>
> <br>
> Is there a quick "enable all" or "disable all" for uac module outbound<br>
> registrations or do I have to "know in advanced" all of them and<br>
> enable/disable one by one?<br>
<br>
</span>Hello Joel,<br>
<br>
just some ideas, as I did (thankfully) not yet needed to implement something <br>
like this:<br>
<br>
- setting a low registration timeout and just waiting until the expire<br>
- using a small script/tool to just walk over the list of DIDs and send <br>
  SIP REGISTER requests to un-register them all in a bulk<br>
<br>
Of course you can always extend the uac module, or use a python/lua etc.. <br>
script in Kamailio to do something like this. If the uac module access the <br>
list of registrations internally anyway, it should be probably not to hard to <br>
extend it to have some kind of wildcard functionality.<br>
<br>
Best regards,<br>
<br>
Henning<br>
<span class="m_-8682377796592056206m_-8116045744929771743HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Henning Westerholt<br>
<a href="https://skalatan.de/blog/" rel="noreferrer" target="_blank">https://skalatan.de/blog/</a><br>
</font></span></blockquote></div><br></div>
</div>
</div>