<?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: Pulling MAC address from jtapi in Call Control</title>
    <link>https://community.cisco.com/t5/call-control/pulling-mac-address-from-jtapi/m-p/3490452#M986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use JTAPI to get the names of the devices.&amp;nbsp; With some exceptions, the device name is usually 3 letters (SEP, for example) followed by the MAC address.&amp;nbsp; I don't know of a way to directly access the MAC address for all devices with JTAPI, but you can use JTAPI to get the IP address and then use Java to get the MAC address from the IP address.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/19291814/get-mac-address-in-java" title="http://stackoverflow.com/questions/19291814/get-mac-address-in-java"&gt;Get Mac address in java - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2014 22:35:45 GMT</pubDate>
    <dc:creator>npetrele</dc:creator>
    <dc:date>2014-11-03T22:35:45Z</dc:date>
    <item>
      <title>Pulling MAC address from jtapi</title>
      <link>https://community.cisco.com/t5/call-control/pulling-mac-address-from-jtapi/m-p/3490451#M985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with a vendor that I currently have setup with an application user that is able to pull names and extensions from CUCM 9.1.2.&amp;nbsp; What they are telling me is they cannot pull the MAC address information from the jtapi integration so they can tie user to extension to physical phone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not a programmer and don't understand what it takes to pull this information but is it possible to do such a query?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 19:04:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/pulling-mac-address-from-jtapi/m-p/3490451#M985</guid>
      <dc:creator>EDWARD GAWENDA</dc:creator>
      <dc:date>2014-11-03T19:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling MAC address from jtapi</title>
      <link>https://community.cisco.com/t5/call-control/pulling-mac-address-from-jtapi/m-p/3490452#M986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use JTAPI to get the names of the devices.&amp;nbsp; With some exceptions, the device name is usually 3 letters (SEP, for example) followed by the MAC address.&amp;nbsp; I don't know of a way to directly access the MAC address for all devices with JTAPI, but you can use JTAPI to get the IP address and then use Java to get the MAC address from the IP address.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/19291814/get-mac-address-in-java" title="http://stackoverflow.com/questions/19291814/get-mac-address-in-java"&gt;Get Mac address in java - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 22:35:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/pulling-mac-address-from-jtapi/m-p/3490452#M986</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2014-11-03T22:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling MAC address from jtapi</title>
      <link>https://community.cisco.com/t5/call-control/pulling-mac-address-from-jtapi/m-p/3490453#M987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using JTAPI you can pull devices from CUCM. To do this you need to create an application user in CUCM and assign devices to this application user. After configuration you need to write JTAPI application which will give you all the devices (provider.getTerminals() API ) assigned to your application user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Umesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 05:17:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/pulling-mac-address-from-jtapi/m-p/3490453#M987</guid>
      <dc:creator>upchaurasia</dc:creator>
      <dc:date>2014-11-04T05:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling MAC address from jtapi</title>
      <link>https://community.cisco.com/t5/call-control/pulling-mac-address-from-jtapi/m-p/3490454#M988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is correct.&amp;nbsp; You getTerminals() and then for each terminal you getIPV4Address(), after which you use Java's NetworkInterface to getHardwareAddress() (the MAC address).&amp;nbsp; See the Stack Overflow link above for an example on how to use getHardwareAddress().&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:03:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/pulling-mac-address-from-jtapi/m-p/3490454#M988</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2014-11-04T19:03:28Z</dc:date>
    </item>
  </channel>
</rss>

