<?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: Wireless Headset Hookswitch Control Enable AXL API in Management</title>
    <link>https://community.cisco.com/t5/management/wireless-headset-hookswitch-control-enable-axl-api/m-p/3567922#M2230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Configuration items in the Phone/Device Specific Config area (sometimes referred to as the 'vendor config' data) are stored as a block of XML in the CUCM database.&amp;nbsp; Depending on the device (and the possible size of this chunk of XML), the data may be stored in the devicexml4k/devicexml8k/devicexml16k tables.&amp;nbsp; See this FAQ for info on some stored procedures that make this a bit easier to deal with:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/axl/help/faqs/index.gsp#section-1" title="https://developer.cisco.com/site/axl/help/faqs/index.gsp#section-1"&gt;https://developer.cisco.com/site/axl/help/faqs/index.gsp#section-1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual content of the XML consists of elements which describe the device specific config settings.&amp;nbsp; Unfortunately there is no available schema describing the XML for this content, though the fields are generally pretty self explanatory.&amp;nbsp; Also, note that generally the XML for any given device will be empty until a specific config is changed, in which case generally only the changed XML config element will be present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to perform the operation you describe, you will need to do something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Know the XML element and values needed to enable/disable the setting (typically by changing the setting in CUCM, then reading the XML to see what values are present)&lt;/P&gt;&lt;P&gt;- For each device, read the existing vendor config XML data for the device, &lt;/P&gt;&lt;P&gt;- Iterate through the XML elements to see if the particular config element you are interested in is present - if not, add it&lt;/P&gt;&lt;P&gt;- Set the desired value&lt;/P&gt;&lt;P&gt;- Write the XML chunk back to CUCM &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2016 18:12:12 GMT</pubDate>
    <dc:creator>dstaudt</dc:creator>
    <dc:date>2016-03-02T18:12:12Z</dc:date>
    <item>
      <title>Wireless Headset Hookswitch Control Enable AXL API</title>
      <link>https://community.cisco.com/t5/management/wireless-headset-hookswitch-control-enable-axl-api/m-p/3567921#M2229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Wireless Headset Hookswitch Control" found under Phone configuration / Product Specific Configuration Layout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to enable this with AXL API?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-1 jive-image" src="https://community.cisco.com/legacyfs/online/fusion/93588_Capture.PNG" style="height: 70px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Manager Version = ( 10.5.2.12901(1) ) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 15:12:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/wireless-headset-hookswitch-control-enable-axl-api/m-p/3567921#M2229</guid>
      <dc:creator>brian.larochelle</dc:creator>
      <dc:date>2016-03-01T15:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless Headset Hookswitch Control Enable AXL API</title>
      <link>https://community.cisco.com/t5/management/wireless-headset-hookswitch-control-enable-axl-api/m-p/3567922#M2230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Configuration items in the Phone/Device Specific Config area (sometimes referred to as the 'vendor config' data) are stored as a block of XML in the CUCM database.&amp;nbsp; Depending on the device (and the possible size of this chunk of XML), the data may be stored in the devicexml4k/devicexml8k/devicexml16k tables.&amp;nbsp; See this FAQ for info on some stored procedures that make this a bit easier to deal with:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/axl/help/faqs/index.gsp#section-1" title="https://developer.cisco.com/site/axl/help/faqs/index.gsp#section-1"&gt;https://developer.cisco.com/site/axl/help/faqs/index.gsp#section-1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual content of the XML consists of elements which describe the device specific config settings.&amp;nbsp; Unfortunately there is no available schema describing the XML for this content, though the fields are generally pretty self explanatory.&amp;nbsp; Also, note that generally the XML for any given device will be empty until a specific config is changed, in which case generally only the changed XML config element will be present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to perform the operation you describe, you will need to do something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Know the XML element and values needed to enable/disable the setting (typically by changing the setting in CUCM, then reading the XML to see what values are present)&lt;/P&gt;&lt;P&gt;- For each device, read the existing vendor config XML data for the device, &lt;/P&gt;&lt;P&gt;- Iterate through the XML elements to see if the particular config element you are interested in is present - if not, add it&lt;/P&gt;&lt;P&gt;- Set the desired value&lt;/P&gt;&lt;P&gt;- Write the XML chunk back to CUCM &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 18:12:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/wireless-headset-hookswitch-control-enable-axl-api/m-p/3567922#M2230</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2016-03-02T18:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless Headset Hookswitch Control Enable AXL API</title>
      <link>https://community.cisco.com/t5/management/wireless-headset-hookswitch-control-enable-axl-api/m-p/3567923#M2231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for sharing your knowledge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 19:35:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/wireless-headset-hookswitch-control-enable-axl-api/m-p/3567923#M2231</guid>
      <dc:creator>brian.larochelle</dc:creator>
      <dc:date>2016-03-03T19:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless Headset Hookswitch Control Enable AXL API</title>
      <link>https://community.cisco.com/t5/management/wireless-headset-hookswitch-control-enable-axl-api/m-p/3567924#M2232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/envelope/" rel="nofollow" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&lt;SPAN&gt;" xmlns:ns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/AXL/API/11.5" rel="nofollow" target="_blank"&gt;http://www.cisco.com/AXL/API/11.5&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;soapenv:Header/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;soapenv:Body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ns:updatePhone&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;uuid&amp;gt;{85EAC416-8055-1FAD-68E0-5647ABA3F2E3}&amp;lt;/uuid&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;vendorConfig&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ehookEnable&amp;gt;1&amp;lt;/ehookEnable&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/vendorConfig&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ns:updatePhone&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/soapenv:Body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 15:47:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/wireless-headset-hookswitch-control-enable-axl-api/m-p/3567924#M2232</guid>
      <dc:creator>George Paxson</dc:creator>
      <dc:date>2018-06-11T15:47:48Z</dc:date>
    </item>
  </channel>
</rss>

