<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Grimsy&#039;s Blog</title>
	<atom:link href="http://blog.grimsy.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.grimsy.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 05 Nov 2009 22:02:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SPA942 Personal Directory by Geoff Jacobs</title>
		<link>http://blog.grimsy.net/2007/02/23/spa942-personal-directory/comment-page-1/#comment-41</link>
		<dc:creator>Geoff Jacobs</dc:creator>
		<pubDate>Thu, 05 Nov 2009 22:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://grimsy.net/?p=12#comment-41</guid>
		<description>I don&#039;t know why some people are having issues with this and others aren&#039;t. Seems really strange.
Not sure why it would matter, but the phones I&#039;ve been using are AU models. I wouldn&#039;t think that would make a difference, as they seem to use the same firmware.
What you entered looked fine. I know there are options in the phones to restrict access to the web interface - maybe check that those aren&#039;t on.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why some people are having issues with this and others aren&#8217;t. Seems really strange.<br />
Not sure why it would matter, but the phones I&#8217;ve been using are AU models. I wouldn&#8217;t think that would make a difference, as they seem to use the same firmware.<br />
What you entered looked fine. I know there are options in the phones to restrict access to the web interface &#8211; maybe check that those aren&#8217;t on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPA942 Personal Directory by Triplebeam</title>
		<link>http://blog.grimsy.net/2007/02/23/spa942-personal-directory/comment-page-1/#comment-40</link>
		<dc:creator>Triplebeam</dc:creator>
		<pubDate>Thu, 05 Nov 2009 14:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://grimsy.net/?p=12#comment-40</guid>
		<description>I have recently bought a couple dozen of them spa942 telephones and I stumbled on your blog...

Interested this post I opened a putty instance and logged in to my asterisk box, Here i pasted the string and fired the command only to see my unix box spew out:
Connecting to 192.168.10.136:80... connected. HTTP request sent, awaiting response... No data received. Retrying.

I&#039;ve read the previous comments and identified the form field names in the html file. I put in the following : wget --post-data &#039;24046=n%3DGeoff;p%3D6004;r%3D1&amp;23982=n%3DMatt;p%3D6001;r%3D1&#039; http://192.168.10.136/pdir.spa

where 24046 and 23982 are the field names identified in the html file...

Any help would be appreciated,

Triplebeam
The Netherlands</description>
		<content:encoded><![CDATA[<p>I have recently bought a couple dozen of them spa942 telephones and I stumbled on your blog&#8230;</p>
<p>Interested this post I opened a putty instance and logged in to my asterisk box, Here i pasted the string and fired the command only to see my unix box spew out:<br />
Connecting to 192.168.10.136:80&#8230; connected. HTTP request sent, awaiting response&#8230; No data received. Retrying.</p>
<p>I&#8217;ve read the previous comments and identified the form field names in the html file. I put in the following : wget &#8211;post-data &#8216;24046=n%3DGeoff;p%3D6004;r%3D1&amp;23982=n%3DMatt;p%3D6001;r%3D1&#8242; <a href="http://192.168.10.136/pdir.spa" rel="nofollow">http://192.168.10.136/pdir.spa</a></p>
<p>where 24046 and 23982 are the field names identified in the html file&#8230;</p>
<p>Any help would be appreciated,</p>
<p>Triplebeam<br />
The Netherlands</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPA942 Personal Directory by Geoff Jacobs</title>
		<link>http://blog.grimsy.net/2007/02/23/spa942-personal-directory/comment-page-1/#comment-21</link>
		<dc:creator>Geoff Jacobs</dc:creator>
		<pubDate>Sun, 27 Sep 2009 23:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://grimsy.net/?p=12#comment-21</guid>
		<description>Ok, I can confirm that I&#039;m using 6.1.3(a) as well without any issues.
Try wget from linux, but also perhaps pay close attention to the quotation marks you&#039;re using.
Also, check your wget syntax for post-data
On Linux it&#039;s &lt;code&gt;--post-data&lt;/code&gt; where as you&#039;ve got &lt;code&gt;-post-data&lt;/code&gt; (one leading dash rather than two - might just be the way my blog renders things though).
Let me know how you go.</description>
		<content:encoded><![CDATA[<p>Ok, I can confirm that I&#8217;m using 6.1.3(a) as well without any issues.<br />
Try wget from linux, but also perhaps pay close attention to the quotation marks you&#8217;re using.<br />
Also, check your wget syntax for post-data<br />
On Linux it&#8217;s</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">--post-data</div></div>
<p>where as you&#8217;ve got</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">-post-data</div></div>
<p>(one leading dash rather than two &#8211; might just be the way my blog renders things though).<br />
Let me know how you go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPA942 Personal Directory by Pablo</title>
		<link>http://blog.grimsy.net/2007/02/23/spa942-personal-directory/comment-page-1/#comment-20</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Sun, 27 Sep 2009 13:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://grimsy.net/?p=12#comment-20</guid>
		<description>Yes 17006 matches up one memory slot. Appart from WGET y have tried with a simple http post using a form... but nothings happens... I will try to do this from a linux. If you can give me any more information it will be great!!

thanks!!</description>
		<content:encoded><![CDATA[<p>Yes 17006 matches up one memory slot. Appart from WGET y have tried with a simple http post using a form&#8230; but nothings happens&#8230; I will try to do this from a linux. If you can give me any more information it will be great!!</p>
<p>thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPA942 Personal Directory by Geoff Jacobs</title>
		<link>http://blog.grimsy.net/2007/02/23/spa942-personal-directory/comment-page-1/#comment-19</link>
		<dc:creator>Geoff Jacobs</dc:creator>
		<pubDate>Sun, 27 Sep 2009 03:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://grimsy.net/?p=12#comment-19</guid>
		<description>I&#039;ve never tried with wget from windows, so not sure if there&#039;s a difference there.
I&#039;ve also noticed in the past that when the firmware updates, so do the ID&#039;s of the form fields. Check the source of pdir.htm to check that the &#039;17006&#039; matches up with one that&#039;s there.
I&#039;m not sure about the firmware version you&#039;re using. I&#039;ll try and check up tomorrow to see what I&#039;m running on our system. If I get a chance I&#039;ll update a handset and let you know.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never tried with wget from windows, so not sure if there&#8217;s a difference there.<br />
I&#8217;ve also noticed in the past that when the firmware updates, so do the ID&#8217;s of the form fields. Check the source of pdir.htm to check that the &#8216;17006&#8242; matches up with one that&#8217;s there.<br />
I&#8217;m not sure about the firmware version you&#8217;re using. I&#8217;ll try and check up tomorrow to see what I&#8217;m running on our system. If I get a chance I&#8217;ll update a handset and let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPA942 Personal Directory by Pablo</title>
		<link>http://blog.grimsy.net/2007/02/23/spa942-personal-directory/comment-page-1/#comment-18</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Fri, 25 Sep 2009 16:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://grimsy.net/?p=12#comment-18</guid>
		<description>I have a SPA942 and im trying to run this examples, but nothing happens. What could it be? the firmware is: 6.1.3(a) and I can add phones using
http://phoneip/pdir.htm this makes a post to
http://phoneip/pdir.spa... but from my php script or from command line wget doesnt do anything.

with wget i get:

D:\www\socket&gt;
D:\www\socket&gt;wget --post-data=&#039;17006=n%3Dgino;p%3D200&#039; http://192.168.1.7/pdir.
spa
--2009-09-25 12:59:53--  http://192.168.1.7/pdir.spa
Connecting to 192.168.1.7:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

Can you please help?

thanks</description>
		<content:encoded><![CDATA[<p>I have a SPA942 and im trying to run this examples, but nothing happens. What could it be? the firmware is: 6.1.3(a) and I can add phones using<br />
<a href="http://phoneip/pdir.htm" rel="nofollow">http://phoneip/pdir.htm</a> this makes a post to<br />
<a href="http://phoneip/pdir.spa.." rel="nofollow">http://phoneip/pdir.spa..</a>. but from my php script or from command line wget doesnt do anything.</p>
<p>with wget i get:</p>
<p>D:\www\socket&gt;<br />
D:\www\socket&gt;wget &#8211;post-data=&#8217;17006=n%3Dgino;p%3D200&#8242; <a href="http://192.168.1.7/pdir" rel="nofollow">http://192.168.1.7/pdir</a>.<br />
spa<br />
&#8211;2009-09-25 12:59:53&#8211;  <a href="http://192.168.1.7/pdir.spa" rel="nofollow">http://192.168.1.7/pdir.spa</a><br />
Connecting to 192.168.1.7:80&#8230; connected.<br />
HTTP request sent, awaiting response&#8230; No data received.<br />
Retrying.</p>
<p>Can you please help?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on billabong&#8230; by Geoff Jacobs</title>
		<link>http://blog.grimsy.net/2009/08/25/billabong/comment-page-1/#comment-39</link>
		<dc:creator>Geoff Jacobs</dc:creator>
		<pubDate>Mon, 31 Aug 2009 23:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.grimsy.net/?p=110#comment-39</guid>
		<description>No probs :)
Yeah, they&#039;re nice and easy. Just put some dirt in a bottle, throw in some moss, add water, shake and let it sit on a window sill :)
Congrats on the shop / studio btw. Looks awesome :)</description>
		<content:encoded><![CDATA[<p>No probs <img src='http://blog.grimsy.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Yeah, they&#8217;re nice and easy. Just put some dirt in a bottle, throw in some moss, add water, shake and let it sit on a window sill <img src='http://blog.grimsy.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Congrats on the shop / studio btw. Looks awesome <img src='http://blog.grimsy.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on billabong&#8230; by Catherine</title>
		<link>http://blog.grimsy.net/2009/08/25/billabong/comment-page-1/#comment-38</link>
		<dc:creator>Catherine</dc:creator>
		<pubDate>Sun, 30 Aug 2009 12:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.grimsy.net/?p=110#comment-38</guid>
		<description>Thanks Geoff!! hehe

Hey are you making terrariums? You will have to teach me how to do it, i&#039;ve wanted to make one for ages :)</description>
		<content:encoded><![CDATA[<p>Thanks Geoff!! hehe</p>
<p>Hey are you making terrariums? You will have to teach me how to do it, i&#8217;ve wanted to make one for ages <img src='http://blog.grimsy.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPA942 Personal Directory by Geoff Jacobs</title>
		<link>http://blog.grimsy.net/2007/02/23/spa942-personal-directory/comment-page-1/#comment-17</link>
		<dc:creator>Geoff Jacobs</dc:creator>
		<pubDate>Tue, 25 Aug 2009 01:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://grimsy.net/?p=12#comment-17</guid>
		<description>Haven&#039;t really done too much with SIP URI&#039;s sorry. Someone else may be able to help. Can also check out the linksys forums, there are some useful posts over there.
&lt;blockquote cite=&quot;#comment-body-32&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-32&quot; rel=&quot;nofollow&quot;&gt;Onno&lt;/a&gt; :&lt;/strong&gt;
                  &lt;div class=&quot;avatar&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.gravatar.com/avatar/46cb725895f1be7d840305081d876b8d?s=64&amp;d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G&quot; class=&quot;avatar avatar-64 photo&quot; height=&quot;64&quot; width=&quot;64&quot;&gt;&lt;/div&gt;

         &lt;p&gt;Thanks for the posts.&lt;br&gt;
Can you please help me in how I can successfully call a SIP URI instead of a Phonenumber, using the SPA942?&lt;br&gt;
Somehow it doesn’t work for me with the SPA942, although using a softphone like x-lite there’s no issue.&lt;br&gt;
Thanks,&lt;/p&gt;
         &lt;a id=&quot;comment-reply-32&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;
       &lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t really done too much with SIP URI&#8217;s sorry. Someone else may be able to help. Can also check out the linksys forums, there are some useful posts over there.</p>
<blockquote cite="#comment-body-32"><p>
<strong><a href="#comment-32" rel="nofollow">Onno</a> :</strong></p>
<div class="avatar"><img alt="" src="http://www.gravatar.com/avatar/46cb725895f1be7d840305081d876b8d?s=64&amp;d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G" class="avatar avatar-64 photo" height="64" width="64"/></div>
<p>Thanks for the posts.<br />
Can you please help me in how I can successfully call a SIP URI instead of a Phonenumber, using the SPA942?<br />
Somehow it doesn’t work for me with the SPA942, although using a softphone like x-lite there’s no issue.<br />
Thanks,</p>
<p>         <a id="comment-reply-32" rel="nofollow"></a>
       </p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPA942 Personal Directory by Onno</title>
		<link>http://blog.grimsy.net/2007/02/23/spa942-personal-directory/comment-page-1/#comment-16</link>
		<dc:creator>Onno</dc:creator>
		<pubDate>Thu, 20 Aug 2009 19:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://grimsy.net/?p=12#comment-16</guid>
		<description>Thanks for the posts.
Can you please help me in how I can successfully call a SIP URI instead of a Phonenumber, using the SPA942?
Somehow it doesn&#039;t work for me with the SPA942, although using a softphone like x-lite there&#039;s no issue.
Thanks,</description>
		<content:encoded><![CDATA[<p>Thanks for the posts.<br />
Can you please help me in how I can successfully call a SIP URI instead of a Phonenumber, using the SPA942?<br />
Somehow it doesn&#8217;t work for me with the SPA942, although using a softphone like x-lite there&#8217;s no issue.<br />
Thanks,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
