<?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: Phone Image Push to 9851 phone - anyone got this working? Supporte in DevNet General Discussions</title>
    <link>https://community.cisco.com/t5/devnet-general-discussions/phone-image-push-to-9851-phone-anyone-got-this-working-supported/m-p/5333692#M2901</link>
    <description>&lt;P&gt;Any chance of a version of uplinx that would work with these phones in 3rd party call control mode?&amp;nbsp; (no UCM in the picture)&lt;/P&gt;</description>
    <pubDate>Fri, 26 Sep 2025 08:54:30 GMT</pubDate>
    <dc:creator>TedM</dc:creator>
    <dc:date>2025-09-26T08:54:30Z</dc:date>
    <item>
      <title>Phone Image Push to 9851 phone - anyone got this working? Supported fe</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/phone-image-push-to-9851-phone-anyone-got-this-working-supported/m-p/5320364#M2866</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Phone Image Push to 9851 phone (like legacy phones) - anyone got this working? Not supported feature or docu mistake?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Docu Ref: &lt;A href="https://help.webex.com/en-us/article/9geimz/Configure-9800-and-8875-phones-on-Unified-CM#task-template_8cd519e7-90d3-44f5-87ec-fbcdd0ea4f09" target="_blank" rel="noopener"&gt;https://help.webex.com/en-us/article/9geimz/Configure-9800-and-8875-phones-on-Unified-CM#task-template_8cd519e7-90d3-44f5-87ec-fbcdd0ea4f09&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Setup: Cisco phone DP-9851 running PHONEOS.3-2-1-0003-28 connected to on-prem CUCM version 15.0.1.12900 (Note: not Webex)&lt;/P&gt;
&lt;P&gt;The doco suggests that &lt;STRONG&gt;&lt;FONT color="#008000"&gt;it should work to push a background image to the phone with /CGI/Execute&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;(as on older phones but with modified XML data)-the following should work, we reproduced this section in C#/VB.NET code that is attached to easily reproduce.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Docu suggest to POST to phone:&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;FORM action="&amp;lt;Phone_IP_Address&amp;gt;" Method="POST"&amp;gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;TEXTAREA NAME="XML" Rows="8" Cols="100"&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;setBackground&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;background name="&amp;lt;Name&amp;gt;" theme="&amp;lt;light/dark&amp;gt;"&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;image&amp;gt;&amp;lt;File_Path&amp;gt;&amp;lt;/image&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;thumbnail&amp;gt;&amp;lt;File_Path&amp;gt;&amp;lt;/thumbnail&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/background&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/setBackground&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/TEXTAREA&amp;gt;&lt;BR /&gt;&lt;BR /&gt;We used:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;"&amp;lt;setBackground&amp;gt;&amp;lt;background name=""Test"" theme=""light""&amp;gt;&amp;lt;image&amp;gt;&lt;A href="http://10.5.1.173/wallpaper-blue.png" target="_blank"&gt;http://10.5.1.173/wallpaper-blue.png&lt;/A&gt;&amp;lt;/image&amp;gt;&amp;lt;icon&amp;gt;&lt;A href="http://10.5.1.173/thumbnail-blue.png" target="_blank"&gt;http://10.5.1.173/thumbnail-blue.png&lt;/A&gt;&amp;lt;/icon&amp;gt;&amp;lt;/background&amp;gt;&amp;lt;/setBackground&amp;gt;"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;XML to push to the phone with /CGI/Execute is (before encoding, we tested both encodings: "text/xml" and "application/x-www-form-urlencoded", with XML encoding error in phone log is JAVA-Thread-36|cip.http.HttpPushRequest:? - XML not initialized!. Below shows x-www-form-urlencoded. Personalization on phone config is enabled.&lt;BR /&gt;&lt;BR /&gt;Sample code is attached to run in VS2022.&lt;BR /&gt;&lt;BR /&gt;Note: We tested with &lt;A title="UPLINX Phone Control Tool" href="https://www.uplinx.com/phonecontrol/" target="_blank" rel="noopener"&gt;UPLINX Phone Control Tool&lt;/A&gt;, any /CGI/Screenshot works, hence no Authentication issue. We are fairly sure our setup is correct.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In 9851 phone Console log &lt;/STRONG&gt;appears:&lt;BR /&gt;5019 NOT Aug 13 15:54:16.138522 (594-953) &lt;STRONG&gt;JAVA-MONG:/CGI/Execute&lt;/STRONG&gt;&lt;BR /&gt;5020 NOT Aug 13 15:54:16.138642 (594-953) JAVA-HTTP JNI| httpServerHandler: uri=/CGI/Execute&lt;BR /&gt;5021 NOT Aug 13 15:54:16.138691 (594-953) JAVA-MONG:0x141a080 254 254 0&lt;BR /&gt;5022 WRN Aug 13 15:54:16.500384 (594-939) JAVA-Cisco/UserPrefs MQThread|PersonalizationHandler:msui.PersonalizationError - type=Unsupported Operationdate=&lt;FONT color="#FF0000"&gt;Device doesn't support this operatio&lt;/FONT&gt;n http.error.code=400&lt;BR /&gt;5023 NOT Aug 13 15:54:16.508625 (594-883) JAVA-HTTP JNI| Java_cip_http_NativeHttpTask_updateCgiRequest: conId=0, state=3, error=400&lt;BR /&gt;5024 NOT Aug 13 15:54:16.508891 (594-953) JAVA-HTTP JNI| httpServerHandler: pushStatus=3, pushError=400&lt;BR /&gt;5025 NOT Aug 13 15:54:16.509108 (594-953) JAVA-HTTP JNI| processStatusResponse: call mg_printf with HTTP/1.1 400 Bad Request Content-Type: text/xml Content-Length: 167 Content: &amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&amp;lt;errorResponse&amp;gt;&amp;lt;type&amp;gt; Unsupported Operation&amp;lt;/type&amp;gt; &amp;lt;data&amp;gt; Device doesn't support this operation&amp;lt;/data&amp;gt; &amp;lt;/errorResponse&lt;/FONT&gt;&amp;gt;&lt;BR /&gt;5026 NOT Aug 13 15:54:16.509453 (594-953) JAVA-MONG: close_connection, sock=78&lt;/P&gt;
&lt;P&gt;Questions:&lt;BR /&gt;1.) Any hints to get this working?&lt;BR /&gt;2.) Can Cisco Dev confirm that this is supported or docu is wrong?&lt;BR /&gt;3.) If bug or not supported, any chance to quickly fix or add as our customers that use 9800 phones want this functionality. Background images via List.xml on TFTP server works but it not much loved.&lt;/P&gt;
&lt;P&gt;Thanks all for any help or guidance,&lt;BR /&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 16:31:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/phone-image-push-to-9851-phone-anyone-got-this-working-supported/m-p/5320364#M2866</guid>
      <dc:creator>Mike Kaye</dc:creator>
      <dc:date>2025-08-13T16:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Phone Image Push to 9851 phone - anyone got this working? Supporte</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/phone-image-push-to-9851-phone-anyone-got-this-working-supported/m-p/5321218#M2869</link>
      <description>&lt;P&gt;ok, figured it out that this feature requires the latest&amp;nbsp;PHONEOS.3-4-1-0002-50, part of&amp;nbsp;cmterm-devicepack15.0.1.13018-1.cop.sha512 recently published.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that image size on DP-9851 is limited to 250 kB, and phone must do a soft-reset to show the pushed image.&lt;/P&gt;
&lt;P&gt;I have not yet figured out what the &amp;lt;thumbnail&amp;gt; option does as it does not appear anywhere.&lt;BR /&gt;&lt;BR /&gt;Great this works now and fantastic to see the Cisco brought back this feature to upload background phone images to phone flash.&lt;BR /&gt;We will incorporate this into our Background Push phone wallpaper wizard of &lt;A title="UPLINX Phone Control Tool " href="https://www.uplinx.com/phonecontrol/" target="_blank" rel="noopener"&gt;UPLINX Phone Control Tool&lt;/A&gt; asap.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Aug 2025 10:49:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/phone-image-push-to-9851-phone-anyone-got-this-working-supported/m-p/5321218#M2869</guid>
      <dc:creator>Mike Kaye</dc:creator>
      <dc:date>2025-08-16T10:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Phone Image Push to 9851 phone - anyone got this working? Supporte</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/phone-image-push-to-9851-phone-anyone-got-this-working-supported/m-p/5333692#M2901</link>
      <description>&lt;P&gt;Any chance of a version of uplinx that would work with these phones in 3rd party call control mode?&amp;nbsp; (no UCM in the picture)&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 08:54:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/phone-image-push-to-9851-phone-anyone-got-this-working-supported/m-p/5333692#M2901</guid>
      <dc:creator>TedM</dc:creator>
      <dc:date>2025-09-26T08:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Phone Image Push to 9851 phone - anyone got this working? Supporte</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/phone-image-push-to-9851-phone-anyone-got-this-working-supported/m-p/5333729#M2902</link>
      <description>&lt;P&gt;Hi Ted,&lt;/P&gt;
&lt;P&gt;The linked article for this new background feature&amp;nbsp;&lt;A href="https://help.webex.com/en-us/article/9geimz/Configure-9800-and-8875-phones-on-Unified-CM#reference-template_1743b2f7-f3b3-468d-ae53-eb6032e3c3fd" target="_blank" rel="noopener"&gt;Configure 9800 and 8875 phones on Unified CM&lt;/A&gt; is specifically for CUCM. Our implementation is based on it.&lt;BR /&gt;&lt;BR /&gt;Anyone knows whether background images are supported on Webex Calling?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 12:20:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/phone-image-push-to-9851-phone-anyone-got-this-working-supported/m-p/5333729#M2902</guid>
      <dc:creator>Mike Kaye</dc:creator>
      <dc:date>2025-09-26T12:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Phone Image Push to 9851 phone - anyone got this working? Supporte</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/phone-image-push-to-9851-phone-anyone-got-this-working-supported/m-p/5334167#M2903</link>
      <description>&lt;P&gt;CUCM requires Enterprise firmware on the phone, webex calling uses 3PCC firmware, provisioning files are completely different and not compatible, any phone on webex is incompatible with CUCM.&amp;nbsp; So, if your implementation is based on CUCM you won't be able to support anything on 3rd Party Call control mode.&lt;/P&gt;&lt;P&gt;Nevertheless you can change background images in webex calling:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=krIa960GHgY&amp;amp;t=7s" target="_blank"&gt;https://www.youtube.com/watch?v=krIa960GHgY&amp;amp;t=7s&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Sep 2025 09:52:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/phone-image-push-to-9851-phone-anyone-got-this-working-supported/m-p/5334167#M2903</guid>
      <dc:creator>TedM</dc:creator>
      <dc:date>2025-09-28T09:52:25Z</dc:date>
    </item>
  </channel>
</rss>

