Lelio,<br><br>The registration status is not actually stored in the Informix database that I'm aware of. This means any SQL statement against the database wouldn't yield the information you're looking for.<br><br>
The information about registration status is stored in a shared memory space that the RIS process has access to. You can peek at the information RIS has from the command line for each server with the CLI command:<br><br>show risdb query phone<br>
<br>Where I think you need to go next is looking into another interface to access the registration info. It may be possible to query RIS programatically through the RIS web interface (just like RTMT does), or there may be something in the AXL API for this. I don't know the exact how-to for either of those though.<br>
<br>-Burns<br><br><br><div class="gmail_quote">On Mon, Apr 25, 2011 at 10:23 AM, Lelio Fulgenzi <span dir="ltr"><<a href="mailto:lelio@uoguelph.ca">lelio@uoguelph.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div style="font-family:Verdana;font-size:10pt;color:#000000"><span><br>I'm hoping to get information from the tables using SQL and will read up on the database library in a while, however, just wondering about this one. From what I recall, IP address information is a different characteristic. Is this store in tables at all? If so/not, how can I access this information to produce a snapshot of phones that are not plugged in?<br>
<br><br><br><span name="x"></span>---<br>Lelio Fulgenzi, B.A.<br>Senior Analyst (CCS) * University of Guelph * Guelph, Ontario N1G 2W1<br><a href="tel:%28519%29%20824-4120" value="+15198244120" target="_blank">(519) 824-4120</a> x56354 <a href="tel:%28519%29%20767-1060" value="+15197671060" target="_blank">(519) 767-1060</a> FAX (JNHN)<br>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>Cooking with unix is easy. You just sed it and forget it. <br>                              - LFJ (with apologies to Mr. Popeil)<br><span name="x"></span><br>
</span><br></div></div><br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br>