<div dir="ltr">Also very helpful, thanks for the examples!</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 28, 2016 at 1:09 PM, Alan Libbee <span dir="ltr"><<a href="mailto:alan.libbee@umuc.edu" target="_blank">alan.libbee@umuc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Actually, you can query and filter based on the xml data. I wrote some sample queries for you, hope this helps.<br><br></div><div>-Alan<br></div><div><br>This will show you devices with an override for video enabled:<br>run sql select <a href="http://device.name" target="_blank">device.name</a>, device.description, <a href="http://devicepool.name" target="_blank">devicepool.name</a> from device inner join devicexml4k on device.pkid = devicexml4k.fkdevice inner join devicepool on device.fkdevicepool = devicepool.pkid where devicexml4k.xml like '%<videoCapability>1</<wbr>videoCapability>%'<br><br>This will show you devices with an override for video disabled:<br>run sql select <a href="http://device.name" target="_blank">device.name</a>, device.description, <a href="http://devicepool.name" target="_blank">devicepool.name</a> from device inner join devicexml4k on device.pkid = devicexml4k.fkdevice inner join devicepool on device.fkdevicepool = devicepool.pkid where devicexml4k.xml like '%<videoCapability>0</<wbr>videoCapability>%'<br><br></div>This will include the xml data if you like:<br>run sql select <a href="http://device.name" target="_blank">device.name</a>, device.description, <a href="http://devicepool.name" target="_blank">devicepool.name</a>, devicexml4k.xml from device inner join devicexml4k on device.pkid = devicexml4k.fkdevice inner join devicepool on device.fkdevicepool = devicepool.pkid where devicexml4k.xml like '%<videoCapability>1</<wbr>videoCapability>%'<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 28, 2016 at 1:19 PM, Brian Meade <span dir="ltr"><<a href="mailto:bmeade90@vt.edu" target="_blank">bmeade90@vt.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">That's stored in the devicexml16k , devicexml8k, and devicexml4k tables.<br><div><br></div><div>Only non-default values are stored there.  It's in XML so can't make a query to check for a certain item.  You have to use some post-processing to pull out the values you care about.</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="m_-6754048768941835606h5">On Mon, Nov 28, 2016 at 1:04 PM, Nick Barnett <span dir="ltr"><<a href="mailto:nicksbarnett@gmail.com" target="_blank">nicksbarnett@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_-6754048768941835606h5"><div dir="ltr">Hello. We are a Cisco phone shop, but use Lync/Skype for IM&P. We also use cucilync. In order to reduce confusion with end users, we've elected to disable video calling from CSF devices and let them do video calls inside Lync/Skype. <div><br></div><div>I batched in a change to all CSF devices to disable video calling. The batch job reports as successful with no errors. Every now and then I come across a CSF device that still has video calling enabled.<div><br></div><div>I was poking around in the informix trying to find a query to run that will list all CSF devices that still have video calling enabled, but I'm striking out. It seems that this information is not housed in the "device" table. I also went through the data dictionary to no avail.</div><div><br></div><div>Maybe there is an easier way to do this, but I just need a report, or query that will show these improperly configured devices. Does anyone know where the "<span style="background-color:rgb(248,248,248);color:rgb(0,0,0);font-family:verdana;font-size:11.2px;font-weight:bold">Product Specific Configuration Layout" </span><span style="background-color:rgb(248,248,248);color:rgb(0,0,0);font-family:verdana;font-size:11.2px">at the bottom of the CSF device config is actually housed and how it is related to the actual CSF device?</span></div><div><span style="background-color:rgb(248,248,248);color:rgb(0,0,0);font-family:verdana;font-size:11.2px"><br></span></div><div><span style="background-color:rgb(248,248,248);color:rgb(0,0,0);font-family:verdana;font-size:11.2px">Thanks,</span></div><div><span style="background-color:rgb(248,248,248);color:rgb(0,0,0);font-family:verdana;font-size:11.2px">Nick</span></div></div></div>
<br></div></div>______________________________<wbr>_________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" rel="noreferrer" target="_blank">https://puck.nether.net/mailma<wbr>n/listinfo/cisco-voip</a><br>
<br></blockquote></div><br></div>
<br>______________________________<wbr>_________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" rel="noreferrer" target="_blank">https://puck.nether.net/mailma<wbr>n/listinfo/cisco-voip</a><br>
<br></blockquote></div><br></div>
</div></div></blockquote></div><br></div>