<div dir="ltr">Gary,<div><br></div><div>Please share on the list, or unicast to me, if you would?</div><div>Thanks,</div><div><br></div><div>Erik  Goppel</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Mar 27, 2014 at 10:53 AM, Gary Parker <span dir="ltr"><<a href="mailto:G.J.Parker@lboro.ac.uk" target="_blank">G.J.Parker@lboro.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On 25 Mar 2014, at 19:54, Scott Voll <<a href="mailto:svoll.voip@gmail.com">svoll.voip@gmail.com</a>> wrote:<br>
<br>
> Thanks for getting me going in the right direction Ryan.<br>
><br>
> Found this great blog:<br>
> <a href="http://www.ucguerrilla.com/2012/03/cucm-sql-queries-series.html" target="_blank">http://www.ucguerrilla.com/2012/03/cucm-sql-queries-series.html</a><br>
><br>
> Command worked great for us:<br>
><br>
> run sql select <a href="http://lg.name" target="_blank">lg.name</a> as LineGroup, n.dnorpattern, dhd.hlog from linegroup as lg inner join linegroupnumplanmap as lgmap on lgmap.fklinegroup=lg.pkid inner join numplan as n on lgmap.fknumplan = n.pkid inner join devicenumplanmap as dmap on dmap.fknumplan=n.pkid inner join device as d on dmap.fkdevice=d.pkid inner join devicehlogdynamic as dhd on dhd.fkdevice=d.pkid order by lg. name<br>

<br>
</div>We ran up a quick CGI script to display this sort of information for hunt groups on our system so that managers can see their respective groups’ status. Screen shot here:<br>
<br>
<a href="http://delphium.lboro.ac.uk/Hunt_Group.jpg" target="_blank">http://delphium.lboro.ac.uk/Hunt_Group.jpg</a><br>
<br>
It also shows if the DN in question is logged in via Extension Mobility or not (more for my benefit than the managers’).<br>
<br>
I’d be happy to share the code if anyone’s interested.<br>
<br>
---<br>
/-Gary Parker----------------------------------f--\<br>
|     Unified Communications Service Manager      |<br>
n       Loughborough University IT Services       |<br>
|     Tel: <a href="tel:%2B441509635635" value="+441509635635">+441509635635</a>  Mob: <a href="tel:%2B447989172258" value="+447989172258">+447989172258</a>      o<br>
|     <a href="http://delphium.lboro.ac.uk/pubkey.txt" target="_blank">http://delphium.lboro.ac.uk/pubkey.txt</a>      |<br>
\r----------------------------------------------d-/<br>
<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></div>