<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>~/blog &#187; Uncategorized</title>
	<atom:link href="http://blog.pressure.net.nz/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pressure.net.nz</link>
	<description>Cisco, Juniper, Unix, and open source software</description>
	<lastBuildDate>Mon, 14 Nov 2011 18:29:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Mystery of the Disappearing Polycom Idle Logo</title>
		<link>http://blog.pressure.net.nz/2011/07/the-mystery-of-the-disappearing-polycom-idle-logo/</link>
		<comments>http://blog.pressure.net.nz/2011/07/the-mystery-of-the-disappearing-polycom-idle-logo/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 11:33:15 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.pressure.net.nz/?p=68</guid>
		<description><![CDATA[I occasionally have to support customers running very old Polycom SoundPoint IP firmware releases. One of these customers has their company logo installed on their phones as an idle display bitmap (eg. centrally provisioned phone wallpaper). After a recent firmware upgrade at this customer, the logo disappeared, and it took several hours and a fair [...]]]></description>
			<content:encoded><![CDATA[<p>I occasionally have to support customers running very old Polycom SoundPoint IP firmware releases. One of these customers has their company logo installed on their phones as an idle display bitmap (eg. centrally provisioned phone wallpaper). After a recent firmware upgrade at this customer, the logo disappeared, and it took several hours and a fair bit of cursing before we finally found that Polycom had subtly changed the config file syntax.</p>
<p>Assuming that your had your Polycom-related files in a directory of your TFTP server called &#8220;polycom&#8221;, and under that you had a directory called &#8220;bmp&#8221; containing your idle display logos, you would need this in your config, to instruct the phone to download the specified logo:</p>
<pre>&lt;IP_600 bitmap.IP_600.1.name="polycom/bmp/ip600"/&gt;</pre>
<p>And then for firmware revisions 3.0.2 or earlier, the following:</p>
<pre>&lt;IDLE_DISPLAY_WIDE ind.anim.IP_600.30.frame.1.bitmap="polycom/bmp/ip600" ind.anim.IP_600.30.frame.1.duration="0"/&gt;</pre>
<p>But&#8230; if you run firmware revision 3.0.3 or later (excluding the modern 3.3.x series, which uses a totally different system for background logos):</p>
<pre>&lt;IDLE_DISPLAY ind.anim.IP_600.29.frame.1.bitmap="ip600" ind.anim.IP_600.29.frame.1.duration="0"/&gt;</pre>
<p>Note that the path has been removed from the attribute in the IDLE_DISPLAY tag. Also note that in both cases, the filename extension is not specified &#8211; it is assumed to be .bmp (this catches out a lot of people too, it seems).</p>
<p>Fortunately, Polycom seems to have come to their senses a little bit, and removed this multi-frame, animated idle display feature in 3.3.x series firmware, and made it a lot simpler to use. With the 3.3.x firmware you can simply do something like this:</p>
<pre>&lt;bitmap.idleDisplay bitmap.idleDisplay.name="http://192.0.2.1/polycom/ip600.bmp"/&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.pressure.net.nz/2011/07/the-mystery-of-the-disappearing-polycom-idle-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog updates</title>
		<link>http://blog.pressure.net.nz/2010/12/blog-updates/</link>
		<comments>http://blog.pressure.net.nz/2010/12/blog-updates/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 11:57:06 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.pressure.net.nz/?p=57</guid>
		<description><![CDATA[So it&#8217;s been a while since I&#8217;ve posted anything here. That&#8217;s ok, I&#8217;m not a hardcore blogger, and my life does not revolve around writing stuff for other people to read and comment on. I have however just installed a reCAPTCHA plugin for new user registration here, after growing tired of bogus user registrations from [...]]]></description>
			<content:encoded><![CDATA[<p>So it&#8217;s been a while since I&#8217;ve posted anything here. That&#8217;s ok, I&#8217;m not a hardcore blogger, and my life does not revolve around writing stuff for other people to read and comment on. I have however just installed a reCAPTCHA plugin for new user registration here, after growing tired of bogus user registrations from bots. I&#8217;ve cleaned up a lot of the half-completed registrations (the ones that never responded to the confirmation generated), so I apologise if I have accidentally deleted your account. Please do re-register if that is the case.</p>
<p>I also fixed a problem with the .htaccess file that was preventing mod_rewrite from working as it should, and making some pages unreachable. I promise to keep a closer watch on things in future, and (shock horror) maybe actually write posts a bit more frequently.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pressure.net.nz/2010/12/blog-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First post!</title>
		<link>http://blog.pressure.net.nz/2006/05/hello-world/</link>
		<comments>http://blog.pressure.net.nz/2006/05/hello-world/#comments</comments>
		<pubDate>Fri, 05 May 2006 03:05:09 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I can&#8217;t believe it&#8217;s taken me this long to get my own blog. What kind of a lazy geek am I? I&#8217;ve finally started on studying for my CCNP, five years after passing my CCNA. What a slob. The first exam I&#8217;m doing is BCMSN, and I&#8217;ve never read so much guff about spanning tree [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t believe it&#8217;s taken me this long to get my own blog. What kind of a lazy geek am I?</p>
<p>I&#8217;ve finally started on studying for my CCNP, five years after passing my CCNA. What a slob. The first exam I&#8217;m doing is BCMSN, and I&#8217;ve never read so much guff about spanning tree in my life. Quite a large chunk of what is in the study guide is rapidly becoming obsolete and superceded by newer (and standards-based, instead of Cisco proprietary) technologies. Hopefully Cisco don&#8217;t update the exams half way through me studying for them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pressure.net.nz/2006/05/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

