<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Finding actively logged in device profiles in Management</title>
    <link>https://community.cisco.com/t5/management/finding-actively-logged-in-device-profiles/m-p/3566236#M2215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again, much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2016 20:48:50 GMT</pubDate>
    <dc:creator>shikamarunara</dc:creator>
    <dc:date>2016-03-02T20:48:50Z</dc:date>
    <item>
      <title>Finding actively logged in device profiles</title>
      <link>https://community.cisco.com/t5/management/finding-actively-logged-in-device-profiles/m-p/3566232#M2211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm writing a query to find out if a phone has been logged into with extension mobility.&amp;nbsp; I've written the following, but I doubt it has enough information to do what I need and will likely create a join;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;select * from Device where tkDeviceProfile != '0' and tkDeviceProfile != '3' and tkDeviceProfile != '4'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This will give me the full list of device profiles, but nothing about their state or which phone is using it.&amp;nbsp; Can someone tell me where the states are kept?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 16:56:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/finding-actively-logged-in-device-profiles/m-p/3566232#M2211</guid>
      <dc:creator>shikamarunara</dc:creator>
      <dc:date>2016-03-02T16:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Finding actively logged in device profiles</title>
      <link>https://community.cisco.com/t5/management/finding-actively-logged-in-device-profiles/m-p/3566233#M2212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the extensionmobilitydynamic table:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/axl/documents/latest-version/datadictionary11-0-1.gsp" title="https://developer.cisco.com/site/axl/documents/latest-version/datadictionary11-0-1.gsp"&gt;https://developer.cisco.com/site/axl/documents/latest-version/datadictionary11-0-1.gsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the Extension Mobility API, which makes it pretty easy to query this kind of info:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/extension-mobility/" title="https://developer.cisco.com/site/extension-mobility/"&gt;Cisco DevNet: Extension Mobility API (EMAPI)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 19:31:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/finding-actively-logged-in-device-profiles/m-p/3566233#M2212</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2016-03-02T19:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Finding actively logged in device profiles</title>
      <link>https://community.cisco.com/t5/management/finding-actively-logged-in-device-profiles/m-p/3566234#M2213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dstaudt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for replying.&amp;nbsp; Just making sure I'm understanding the table properly based on the database dictionary; the two fields that look like I would be primarily interested in are &lt;STRONG&gt;fkdevice&lt;/STRONG&gt; and&lt;STRONG&gt; fkdevice_currentloginprofile&lt;/STRONG&gt;.&amp;nbsp; These two fields contain the uuid of the phone that's logged into (if it's logged into), and the uuid of the device profile being used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 20:29:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/finding-actively-logged-in-device-profiles/m-p/3566234#M2213</guid>
      <dc:creator>shikamarunara</dc:creator>
      <dc:date>2016-03-02T20:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Finding actively logged in device profiles</title>
      <link>https://community.cisco.com/t5/management/finding-actively-logged-in-device-profiles/m-p/3566235#M2214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe that's right&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 20:45:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/finding-actively-logged-in-device-profiles/m-p/3566235#M2214</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2016-03-02T20:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Finding actively logged in device profiles</title>
      <link>https://community.cisco.com/t5/management/finding-actively-logged-in-device-profiles/m-p/3566236#M2215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again, much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 20:48:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/finding-actively-logged-in-device-profiles/m-p/3566236#M2215</guid>
      <dc:creator>shikamarunara</dc:creator>
      <dc:date>2016-03-02T20:48:50Z</dc:date>
    </item>
  </channel>
</rss>

