<?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: Problem with AXL addPhoneButtonTemplate in Management</title>
    <link>https://community.cisco.com/t5/management/problem-with-axl-addphonebuttontemplate/m-p/4146701#M3496</link>
    <description>&lt;P&gt;Your request is missing the button 1 definition (which must be 'line'), then includes 2 line button definitions as buttons 2 &amp;amp; 3.&amp;nbsp; As there must be a button/line 1 when the device is assigned the template, the result is one 'ghost' line (that apparently results in what looks like a duplicate on the phone) and then two 'regular' lines...&lt;/P&gt;
&lt;P&gt;Including it seems to work for me on CUCM 12.5:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns="http://www.cisco.com/AXL/API/12.5"&amp;gt;
    &amp;lt;soapenv:Header/&amp;gt;
    &amp;lt;soapenv:Body&amp;gt;
        &amp;lt;ns:addPhoneButtonTemplate sequence="1"&amp;gt;
            &amp;lt;phoneButtonTemplate&amp;gt;
                &amp;lt;name&amp;gt;testPhoneButtonTemplate2 (Standard 8851 SIP)&amp;lt;/name&amp;gt;
                &amp;lt;basePhoneTemplateName&amp;gt;Standard 8851 SIP&amp;lt;/basePhoneTemplateName&amp;gt;
                &amp;lt;buttons&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;Line&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;Line&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;1&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;Line&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;Line&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;2&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;Do Not Disturb&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;Do Not Disturb&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;3&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;Speed Dial&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;Speed Dial&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;4&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;Speed Dial&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;Speed Dial&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;5&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;Speed Dial&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;Speed Dial&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;6&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;Speed Dial&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;Speed Dial&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;7&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;None&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;None&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;8&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    ...
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;None&amp;lt;/feature&amp;gt;
                        &amp;lt;label/&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;82&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                &amp;lt;/buttons&amp;gt;
            &amp;lt;/phoneButtonTemplate&amp;gt;
        &amp;lt;/ns:addPhoneButtonTemplate&amp;gt;
    &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 05 Sep 2020 00:25:17 GMT</pubDate>
    <dc:creator>dstaudt</dc:creator>
    <dc:date>2020-09-05T00:25:17Z</dc:date>
    <item>
      <title>Problem with AXL addPhoneButtonTemplate</title>
      <link>https://community.cisco.com/t5/management/problem-with-axl-addphonebuttontemplate/m-p/3916907#M3180</link>
      <description>&lt;P&gt;I am having some troubles with the AXL addPhoneButtonTemplate method; I am able to create a button template and it appears to be correct when viewing it in the CUCM Admin web interface, but when I apply it to the phone it doesn't work properly. I suspect this may be a bug but I could use some help confirming if this a problem on the CUCM or something I'm doing wrong with my AXL request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example: I create a button template that should look like this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Line 1&lt;/LI&gt;&lt;LI&gt;Line 2&lt;/LI&gt;&lt;LI&gt;Speed Dial 1&lt;/LI&gt;&lt;LI&gt;Speed Dial 2&lt;/LI&gt;&lt;LI&gt;Speed Dial 3&lt;/LI&gt;&lt;LI&gt;Speed Dial 4&lt;/LI&gt;&lt;LI&gt;Speed Dial 5&lt;/LI&gt;&lt;LI&gt;Service URL&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;But when I apply it to a phone it looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ButtonTemplateIssue-PhoneScreenshot.png" style="width: 574px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/44110i9BD8F58D03FBAD6C/image-size/large?v=v2&amp;amp;px=999" role="button" title="ButtonTemplateIssue-PhoneScreenshot.png" alt="ButtonTemplateIssue-PhoneScreenshot.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked the database side and it looks like the paramn1 column isn't set correctly. Here's is a query that shows the values on the button template created via the AXL API (top) and a button template created using the normal admin interface (bottom)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;admin:run sql SELECT phonetemplate.pkid, name, tkmodel, buttonnum, tkfeature, label, paramn1 FROM phonetemplate LEFT JOIN phonebutton ON phonebutton.fkphonetemplate = phonetemplate.pkid WHERE phonetemplate.pkid IN ('01582c3e-4b8c-9e07-b254-7084068d1ae7', '7960d8ca-b09d-9fd2-15ac-ded2408acc19') ORDER BY phonetemplate.pkid, buttonnum
pkid name tkmodel buttonnum tkfeature label paramn1
==================================== ======== ======= ========= ========= ============ =======
01582c3e-4b8c-9e07-b254-7084068d1ae7 API-Test 30016 1 9 Line 1 1
01582c3e-4b8c-9e07-b254-7084068d1ae7 API-Test 30016 2 9 Line 2 1
01582c3e-4b8c-9e07-b254-7084068d1ae7 API-Test 30016 3 2 Speed Dial 2
01582c3e-4b8c-9e07-b254-7084068d1ae7 API-Test 30016 4 2 Speed Dial 3
01582c3e-4b8c-9e07-b254-7084068d1ae7 API-Test 30016 5 2 Speed Dial 4
01582c3e-4b8c-9e07-b254-7084068d1ae7 API-Test 30016 6 2 Speed Dial 5
01582c3e-4b8c-9e07-b254-7084068d1ae7 API-Test 30016 7 2 Speed Dial 6
01582c3e-4b8c-9e07-b254-7084068d1ae7 API-Test 30016 8 20 Service URL 7



7960d8ca-b09d-9fd2-15ac-ded2408acc19 Web-Test 30016 1 9 Line 1 1
7960d8ca-b09d-9fd2-15ac-ded2408acc19 Web-Test 30016 2 9 Line 2 2
7960d8ca-b09d-9fd2-15ac-ded2408acc19 Web-Test 30016 3 2 Speed Dial 1 1
7960d8ca-b09d-9fd2-15ac-ded2408acc19 Web-Test 30016 4 2 Speed Dial 2 2
7960d8ca-b09d-9fd2-15ac-ded2408acc19 Web-Test 30016 5 2 Speed Dial 3 3
7960d8ca-b09d-9fd2-15ac-ded2408acc19 Web-Test 30016 6 2 Speed Dial 4 4
7960d8ca-b09d-9fd2-15ac-ded2408acc19 Web-Test 30016 7 2 Speed Dial 5 5
7960d8ca-b09d-9fd2-15ac-ded2408acc19 Web-Test 30016 8 20 Service URL 1&lt;/PRE&gt;&lt;P&gt;The Paramn1 column for the rows ends up being 1, 1, 2, 3, 4, 5, 6, 7 instead of being 1-X for each button type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried this on several different CUCM servers running versions&amp;nbsp;12.5.1.10000-22 and 12.5.1.11900-146&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 17:59:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/problem-with-axl-addphonebuttontemplate/m-p/3916907#M3180</guid>
      <dc:creator>Nathan Richardson</dc:creator>
      <dc:date>2019-08-30T17:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AXL addPhoneButtonTemplate</title>
      <link>https://community.cisco.com/t5/management/problem-with-axl-addphonebuttontemplate/m-p/3945049#M3203</link>
      <description>Could you add a Screenshot from CUCM Admin Page&lt;BR /&gt;How does it look there?&lt;BR /&gt;Is a Value assigned to all Lines, Speeddials and Service URL?&lt;BR /&gt;Is there a empty entry?&lt;BR /&gt;Then usually the phone ignores the empty ones and only displayes these with a value</description>
      <pubDate>Tue, 22 Oct 2019 07:06:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/problem-with-axl-addphonebuttontemplate/m-p/3945049#M3203</guid>
      <dc:creator>thedd</dc:creator>
      <dc:date>2019-10-22T07:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AXL addPhoneButtonTemplate</title>
      <link>https://community.cisco.com/t5/management/problem-with-axl-addphonebuttontemplate/m-p/4146529#M3494</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/143021"&gt;@Nathan Richardson&lt;/a&gt;&amp;nbsp;, were you ever able to resolve this? We are also noticing this problem on CUCM 12.5&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 15:55:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/problem-with-axl-addphonebuttontemplate/m-p/4146529#M3494</guid>
      <dc:creator>ckarawani</dc:creator>
      <dc:date>2020-09-04T15:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AXL addPhoneButtonTemplate</title>
      <link>https://community.cisco.com/t5/management/problem-with-axl-addphonebuttontemplate/m-p/4146534#M3495</link>
      <description>&lt;P&gt;Here is an example of a Phone template being created for an 8851:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
    &amp;lt;soapenv:Header/&amp;gt;
    &amp;lt;soapenv:Body&amp;gt;
        &amp;lt;ns2:addPhoneButtonTemplate xmlns:ns2="http://www.cisco.com/AXL/API/12.0"&amp;gt;
  			&amp;lt;phoneButtonTemplate&amp;gt;
  			  &amp;lt;name&amp;gt;Test_AXL_API_2_LINES&amp;lt;/name&amp;gt;
  			  &amp;lt;basePhoneTemplateName&amp;gt;Standard 8851 SIP&amp;lt;/basePhoneTemplateName&amp;gt;
                &amp;lt;buttons&amp;gt;
  			    &amp;lt;button&amp;gt;
  			      &amp;lt;feature&amp;gt;Line&amp;lt;/feature&amp;gt;
  			      &amp;lt;label&amp;gt;Line&amp;lt;/label&amp;gt;
  			      &amp;lt;buttonNumber&amp;gt;2&amp;lt;/buttonNumber&amp;gt;
  			    &amp;lt;/button&amp;gt;
  			    &amp;lt;button&amp;gt;
  			      &amp;lt;feature&amp;gt;Line&amp;lt;/feature&amp;gt;
  			      &amp;lt;label&amp;gt;Line&amp;lt;/label&amp;gt;
  			      &amp;lt;buttonNumber&amp;gt;3&amp;lt;/buttonNumber&amp;gt;
  			    &amp;lt;/button&amp;gt;
  			    ...
  			    &amp;lt;button&amp;gt;
  			      &amp;lt;feature&amp;gt;None&amp;lt;/feature&amp;gt;
  			      &amp;lt;label&amp;gt;None&amp;lt;/label&amp;gt;
  			      &amp;lt;buttonNumber&amp;gt;79&amp;lt;/buttonNumber&amp;gt;
  			    &amp;lt;/button&amp;gt;
  			    &amp;lt;button&amp;gt;
  			      &amp;lt;feature&amp;gt;None&amp;lt;/feature&amp;gt;
  			      &amp;lt;label&amp;gt;None&amp;lt;/label&amp;gt;
  			      &amp;lt;buttonNumber&amp;gt;80&amp;lt;/buttonNumber&amp;gt;
  			    &amp;lt;/button&amp;gt;
  			    &amp;lt;button&amp;gt;
  			      &amp;lt;feature&amp;gt;None&amp;lt;/feature&amp;gt;
  			      &amp;lt;label&amp;gt;None&amp;lt;/label&amp;gt;
  			      &amp;lt;buttonNumber&amp;gt;81&amp;lt;/buttonNumber&amp;gt;
  			    &amp;lt;/button&amp;gt;
  			    &amp;lt;button&amp;gt;
  			      &amp;lt;feature&amp;gt;None&amp;lt;/feature&amp;gt;
  			      &amp;lt;label&amp;gt;None&amp;lt;/label&amp;gt;
  			      &amp;lt;buttonNumber&amp;gt;82&amp;lt;/buttonNumber&amp;gt;
  			    &amp;lt;/button&amp;gt;
  			  &amp;lt;/buttons&amp;gt;
  			&amp;lt;/phoneButtonTemplate&amp;gt;
&amp;lt;/ns2:addPhoneButtonTemplate&amp;gt;
&amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/PRE&gt;&lt;P&gt;And a screenshot of the result where the line 1 is duplicated twice on the actual phone even though in CUCM, it displays the Line 1 and Line 2 being different.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8851 line issue.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/82851iAC51F40E7E4CDB47/image-size/large?v=v2&amp;amp;px=999" role="button" title="8851 line issue.png" alt="8851 line issue.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 22:01:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/problem-with-axl-addphonebuttontemplate/m-p/4146534#M3495</guid>
      <dc:creator>ckarawani</dc:creator>
      <dc:date>2020-09-24T22:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AXL addPhoneButtonTemplate</title>
      <link>https://community.cisco.com/t5/management/problem-with-axl-addphonebuttontemplate/m-p/4146701#M3496</link>
      <description>&lt;P&gt;Your request is missing the button 1 definition (which must be 'line'), then includes 2 line button definitions as buttons 2 &amp;amp; 3.&amp;nbsp; As there must be a button/line 1 when the device is assigned the template, the result is one 'ghost' line (that apparently results in what looks like a duplicate on the phone) and then two 'regular' lines...&lt;/P&gt;
&lt;P&gt;Including it seems to work for me on CUCM 12.5:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns="http://www.cisco.com/AXL/API/12.5"&amp;gt;
    &amp;lt;soapenv:Header/&amp;gt;
    &amp;lt;soapenv:Body&amp;gt;
        &amp;lt;ns:addPhoneButtonTemplate sequence="1"&amp;gt;
            &amp;lt;phoneButtonTemplate&amp;gt;
                &amp;lt;name&amp;gt;testPhoneButtonTemplate2 (Standard 8851 SIP)&amp;lt;/name&amp;gt;
                &amp;lt;basePhoneTemplateName&amp;gt;Standard 8851 SIP&amp;lt;/basePhoneTemplateName&amp;gt;
                &amp;lt;buttons&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;Line&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;Line&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;1&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;Line&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;Line&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;2&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;Do Not Disturb&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;Do Not Disturb&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;3&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;Speed Dial&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;Speed Dial&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;4&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;Speed Dial&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;Speed Dial&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;5&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;Speed Dial&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;Speed Dial&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;6&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;Speed Dial&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;Speed Dial&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;7&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;None&amp;lt;/feature&amp;gt;
                        &amp;lt;label&amp;gt;None&amp;lt;/label&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;8&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                    ...
                    &amp;lt;button&amp;gt;
                        &amp;lt;feature&amp;gt;None&amp;lt;/feature&amp;gt;
                        &amp;lt;label/&amp;gt;
                        &amp;lt;buttonNumber&amp;gt;82&amp;lt;/buttonNumber&amp;gt;
                    &amp;lt;/button&amp;gt;
                &amp;lt;/buttons&amp;gt;
            &amp;lt;/phoneButtonTemplate&amp;gt;
        &amp;lt;/ns:addPhoneButtonTemplate&amp;gt;
    &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 05 Sep 2020 00:25:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/problem-with-axl-addphonebuttontemplate/m-p/4146701#M3496</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2020-09-05T00:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AXL addPhoneButtonTemplate</title>
      <link>https://community.cisco.com/t5/management/problem-with-axl-addphonebuttontemplate/m-p/4151650#M3501</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/168718"&gt;@dstaudt&lt;/a&gt;&amp;nbsp;Button 1 is a FIXED button type and is therefor not required.&lt;BR /&gt;I just tried with your suggestion of providing button 1 anyway, and I get the same result.&lt;/P&gt;&lt;P&gt;Opened a TAC case 🤷‍&lt;span class="lia-unicode-emoji" title=":male_sign:"&gt;♂️&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 21:23:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/problem-with-axl-addphonebuttontemplate/m-p/4151650#M3501</guid>
      <dc:creator>ckarawani</dc:creator>
      <dc:date>2020-09-15T21:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AXL addPhoneButtonTemplate</title>
      <link>https://community.cisco.com/t5/management/problem-with-axl-addphonebuttontemplate/m-p/4156885#M3504</link>
      <description>&lt;P&gt;Following up here - Cisco Bug has been identified and opened:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CSCvn01600&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn01600" target="_blank" rel="noopener"&gt;https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn01600&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 22:00:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/problem-with-axl-addphonebuttontemplate/m-p/4156885#M3504</guid>
      <dc:creator>ckarawani</dc:creator>
      <dc:date>2020-09-24T22:00:34Z</dc:date>
    </item>
  </channel>
</rss>

