<font size="2" face="Tahoma" color="#000000 ">Hi,</font><div class="mb_sig"></div><div><font size="2" face="Tahoma" color="#000000 "><br></font></div><div><font size="2" face="Tahoma" color="#000000 ">I'm using kamailio as an intermediate proxy with survivability. That means I'm monitoring the primary server using the dispatch module, and if it goes down, I take control of all further requests. The main server acts as registrar, but I keep a copy a of the registered users list.</font></div><div><font size="2" face="Tahoma" color="#000000 "><br></font></div><div><font size="2" face="Tahoma" color="#000000 ">There's a feature of Siemens (now Unify) phones and SBC where in this same scenario, the SBC will send a NOTIFY packet informing the status change to the phones. The phones then display a message indicating "limited service" and re-register. To indicate that they support this feature, phones send a "Supported: X-Siemens-Proxy-State" header when registering. The NOTIFY packet from the SBC includes the header "Event: server-mode-backup" or "Event: </font><font face="Tahoma" size="2">server-mode-normal" according to the main server status.</font></div><div><font face="Tahoma" size="2"><br></font></div><div><font face="Tahoma" size="2">I would like to replicate this functionality in kamailio. I looked at the presence module, as it already sends NOTIFY requests, but UACs have to subscribe to events first, and Siemens phones do not. I am trying to do it manually in the event_route[dispatcher:dst-down/up] triggers, but I can't find a way to iterate through all registered users.</font></div><div><font face="Tahoma" size="2"><br></font></div><div><font face="Tahoma" size="2">I would appreciate some assistance:</font></div><div><font face="Tahoma" size="2"><br></font></div><div><font face="Tahoma" size="2">- Is there some module I'm missing that implements something similar?</font></div><div><font face="Tahoma" size="2">- If not, how to iterate </font><span style="font-family: Tahoma; font-size: small; ">through all registered users to manually send a request to each of them?</span></div><div><font face="Tahoma" size="2">- If I send the requests using </font><span style="font-family: Tahoma; font-size: small; ">uac_req_send</span><font face="Tahoma" size="2">, will they be sent </font><font face="Tahoma" size="2">sequentially from the same thread?</font></div><div><font face="Tahoma" size="2"><br></font></div><div><font face="Tahoma" size="2">Thanks</font></div><div><font face="Tahoma" size="2">Neven Boric</font></div>