<div>Jon,</div><div> </div><div> That could work. I was thinking more like using a send() or along the lines of duplicating register() but that means having a separate instance to handle. Plus  registers may only happen every 5-10 mins or more in some cases.</div>
<div> </div><div> My thinking is to keep this as a module for spce,. If the onus is on the UA to update the proxy, then what about creating a high-level watchers list that ngcp can be subscribed to and all new subscribers are added to, then display as a tab in the admin area? Like when a device sends  notify, then do a publish in that watchers list and a 200 to the device in one swoop. In www-admin it simply shows online/offline.</div>
<div> </div><div>--Skyler<br><br></div><div class="gmail_quote">On Thu, Oct 25, 2012 at 3:29 PM, Jon Bonilla <span dir="ltr"><<a href="mailto:jbonilla@sipwise.com" target="_blank">jbonilla@sipwise.com</a>></span> wrote:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">El Thu, 25 Oct 2012 13:39:23 -0700<br>
Skyler <<a href="mailto:skchopperguy@gmail.com">skchopperguy@gmail.com</a>> escribió:<br>
<div class="im"><br>
>  Basically, if you want to monitor as many UA types as possible you'll need<br>
> to have a Client > Server monitoring strategy. Let the devices tell you<br>
> when they are online or not.<br>
><br>
>  I'm thinking you are on the right track with using Presence with PUBLISH<br>
> and SUBSCRIBE. So when a UA sends a OPTIONS or a NOTIFY, spce can be coded<br>
> to then submit a PUBLISH on behalf of the UA. Then for actual monitoring,<br>
> you can SUBSCRIBE from another server. Do you already have a separate<br>
> monitoring server which is running Linux?<br>
><br>
<br>
</div>You could check this module. It might do what you need:<br>
<br>
<a href="http://kamailio.org/docs/modules/stable/modules_k/pua_reginfo.html" target="_blank">http://kamailio.org/docs/modules/stable/modules_k/pua_reginfo.html</a><br>
<div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
Spce-user mailing list<br>
<a href="mailto:Spce-user@lists.sipwise.com">Spce-user@lists.sipwise.com</a><br>
<a href="http://lists.sipwise.com/listinfo/spce-user" target="_blank">http://lists.sipwise.com/listinfo/spce-user</a><br>
</div></div></blockquote></div><br>