<?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>whizzy.org &#187; Uncategorized</title>
	<atom:link href="http://www.whizzy.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whizzy.org</link>
	<description>On code and gadgets. And stuff I’ve seen on the telly</description>
	<lastBuildDate>Wed, 14 Dec 2011 14:57:28 +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>Off to pastures new</title>
		<link>http://www.whizzy.org/2011/07/off-to-pastures-new/</link>
		<comments>http://www.whizzy.org/2011/07/off-to-pastures-new/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 15:33:27 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=352</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.whizzy.org/wp-content/uploads/2011/07/tumblr_l56x4xU4ct1qzpwi0o1_400.jpg"><img class="alignnone size-medium wp-image-355" title="tumblr_l56x4xU4ct1qzpwi0o1_400" src="http://www.whizzy.org/wp-content/uploads/2011/07/tumblr_l56x4xU4ct1qzpwi0o1_400-207x300.jpg" alt="" width="207" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2011/07/off-to-pastures-new/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maggy Scraggle Loves The Beautiful Ice-cream Man</title>
		<link>http://www.whizzy.org/2011/04/maggy-scraggle-loves-the-beautiful-ice-cream-man/</link>
		<comments>http://www.whizzy.org/2011/04/maggy-scraggle-loves-the-beautiful-ice-cream-man/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 09:07:21 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=334</guid>
		<description><![CDATA[&#160; I was fortunate enough to be introduced to this book by my wife reading it to our son.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.whizzy.org/wp-content/uploads/2011/04/11.jpg"><img class="alignnone size-medium wp-image-332" title="1" src="http://www.whizzy.org/wp-content/uploads/2011/04/11-300x235.jpg" alt="" width="300" height="235" /></a></p>
<p>&nbsp;</p>
<p>I was fortunate enough to be introduced to this book by my wife reading it to our son.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2011/04/maggy-scraggle-loves-the-beautiful-ice-cream-man/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Asterisk hints</title>
		<link>http://www.whizzy.org/2011/02/more-asterisk-hints/</link>
		<comments>http://www.whizzy.org/2011/02/more-asterisk-hints/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 19:21:08 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=322</guid>
		<description><![CDATA[Wow &#8211; a day of fixing loads of niggling little Asterisk problems! Max duration My calling plan gives me unlimited free calls as long as those calls are under an hour in duration. Pretty standard BT stuff. If you do make a call over an hour you don&#8217;t just get charged for that bit of [...]]]></description>
			<content:encoded><![CDATA[<p>Wow &#8211; a day of fixing loads of niggling little Asterisk problems!</p>
<ul>
<li>Max duration</li>
</ul>
<p>My calling plan gives me unlimited free calls as long as those calls are under an hour in duration.  Pretty standard BT stuff.  If you do make a call over an hour you don&#8217;t just get charged for that bit of the call over the hour, oh no, you get charged for the whole call.<br />
Anyway &#8211; we have the technology to defeat them!</p>
<p>In FreePBX under General Settings change your Asterisk Outbound Dial command options to include:</p>
<pre>L(3360000,3240000,10000)</pre>
<p>which will drop the call after 3360000ms (56 minutes) and should alert you at 3240000ms.</p>
<ul>
<li>Courtesy Tone</li>
</ul>
<p>The above works very well and drops the calls, but without a bit of extra magic you don&#8217;t get the warning in your ear &#8211; it just drops the call.  To enable the warning tones etc edit this:</p>
<pre>/etc/asterisk/features_general_custom.conf</pre>
<p>and add</p>
<pre>courtesytone=beep</pre>
<p>substituting &#8220;beep&#8221; for what ever noise you want to hear.</p>
<ul>
<li>Call Recording</li>
</ul>
<p>By also adding:</p>
<pre>Ww</pre>
<p>to the Dial command options in #1 you can press *1 when you&#8217;re in a call to start recording.  It plays the courtesy tone to both parties though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2011/02/more-asterisk-hints/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Meridian Mail</title>
		<link>http://www.whizzy.org/2011/02/meridian-mail/</link>
		<comments>http://www.whizzy.org/2011/02/meridian-mail/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 17:34:26 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=320</guid>
		<description><![CDATA[Has anyone got a WAV or similar of the lady from Nortel saying &#8220;Meridian Mail. Mailbox?&#8221;]]></description>
			<content:encoded><![CDATA[<p>Has anyone got a WAV or similar of the lady from Nortel saying &#8220;Meridian Mail.  Mailbox?&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2011/02/meridian-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk VoIP calls causing PPP to drop on ADSL modems</title>
		<link>http://www.whizzy.org/2010/10/asterisk-voip-calls-causing-ppp-to-drop-on-adsl-modems/</link>
		<comments>http://www.whizzy.org/2010/10/asterisk-voip-calls-causing-ppp-to-drop-on-adsl-modems/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 15:02:28 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=311</guid>
		<description><![CDATA[The internet FTW. I&#8217;ve been having this odd problem since I got my Asterisk box back up and running in that whenever a call came in and hung up I&#8217;d lose internet connectivity for a few seconds. I tracked it down to the router dropping the PPP connection, which initially made me think that the [...]]]></description>
			<content:encoded><![CDATA[<p>The internet FTW.</p>
<p>I&#8217;ve been having this odd problem since I got my Asterisk box back up and running in that whenever a call came in and hung up I&#8217;d lose internet connectivity for a few seconds.</p>
<p>I tracked it down to the router dropping the PPP connection, which initially made me think that the polarity reversal indicating the call had hung up was causing the modem to b0rk, perhaps due to the distance between the phone socket and the modem, or my dodgy cat5 cabling, or something.</p>
<p>Turns out it was none of the above.  EDIT:  Bit hasty there.  Hasn&#8217;t fixed it al all.</p>
<p>This post:</p>
<p>http://forums.contribs.org/index.php/topic,43733.msg209081.html#msg209081</p>
<p>points to exactly my problem.  I disabled the DDoS protection and no more dropped internet connections.  I don&#8217;t worry about DDoS attacks too much, so for now I&#8217;m going to leave it off.</p>
<p>UPDATE:  None of the above actually worked.  In the end it turned out the modem had simply broken.  The NV RAM wasn&#8217;t remembering the config after a proper reboot and it was generally broken.  So I replaced the whole thing with a new DrayTek modem.  The old one did pretty well, it worked perfectly for about 3 years non-stop.</p>
<p>Search hints:</p>
<p>DrayTek VoIP Asterisk dropping ADSL PPP drop DDoS SIP</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2010/10/asterisk-voip-calls-causing-ppp-to-drop-on-adsl-modems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMSq No call scheduled as already sending</title>
		<link>http://www.whizzy.org/2010/10/smsq-no-call-scheduled-as-already-sending/</link>
		<comments>http://www.whizzy.org/2010/10/smsq-no-call-scheduled-as-already-sending/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 10:06:13 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=303</guid>
		<description><![CDATA[In order to remind myself: I kept getting this error when trying to send an SMS; No call scheduled as already sending It seems SMSq or Asterisk is quite picky about who sends the SMS. If I tired to send an SMS as myself it would fail, and then clog up /var/spool/asterisk/sms/motx with undead SMSes. [...]]]></description>
			<content:encoded><![CDATA[<p>In order to remind myself:</p>
<p>I kept getting this error when trying to send an SMS;</p>
<p>No call scheduled as already sending</p>
<p>It seems SMSq or Asterisk is quite picky about who sends the SMS.  If I tired to send an SMS as myself it would fail, and then clog up /var/spool/asterisk/sms/motx with undead SMSes.</p>
<p>If I run smsq as the same user as Asterisk is running as it works (once you&#8217;ve deleted all the crap out of motx directory.</p>
<p>Just need to work out why now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2010/10/smsq-no-call-scheduled-as-already-sending/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hauppauge WinTV-NOVA-HD-S2 on Ubuntu Lucid 10.04</title>
		<link>http://www.whizzy.org/2010/06/hauppauge-wintv-nova-hd-s2-on-ubuntu-lucid-10-04/</link>
		<comments>http://www.whizzy.org/2010/06/hauppauge-wintv-nova-hd-s2-on-ubuntu-lucid-10-04/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 21:01:47 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=282</guid>
		<description><![CDATA[Ubuntu 10.04 doesn&#8217;t include the required firmware to get this card to work.  Probably due to some licensing issues. Although the card gets detected and you get the frontend device and the demod device a scan will fail to detect any channels. The reason is that the firmware isn&#8217;t there. Solution, copy this file to [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 10.04 doesn&#8217;t include the required firmware to get this card to work.  Probably due to some licensing issues.</p>
<p>Although the card gets detected and you get the frontend device and the demod device a scan will fail to detect any channels.</p>
<p>The reason is that the firmware isn&#8217;t there.</p>
<p>Solution, <span style="text-decoration: line-through;">copy this file to /lib/firmware/ and reboot</span></p>
<p><span style="text-decoration: line-through;"><a href="http://www.whizzy.org/wp-content/uploads/2010/06/dvb-fe-cx24116.fw" target="_blank">dvb-fe-cx24116.fw</a></span></p>
<p>Tsch.  What a bell end.  Instead, install the package:</p>
<h1><em><em>linux-firmware-nonfree</em></em></h1>
<p>They don&#8217;t go out of their way to draw much attention to it, like telling anybody or anything.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2010/06/hauppauge-wintv-nova-hd-s2-on-ubuntu-lucid-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buy my house</title>
		<link>http://www.whizzy.org/2010/02/buy-my-house/</link>
		<comments>http://www.whizzy.org/2010/02/buy-my-house/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 10:31:58 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=255</guid>
		<description><![CDATA[&#8212;&#8211; SOLD &#8212;&#8211; Fancy living in a Grade II listed building? You get a really sweet inglenook fireplace, a garage and an off-street parking spot, a courtyard shared with friendly neighbours, a pretty decent sized garden and you&#8217;re right in the middle of town.. Potton is about a 40minute train ride from London and has [...]]]></description>
			<content:encoded><![CDATA[<h1><strong><span style="color: #000000;">&#8212;&#8211;   SOLD &#8212;&#8211;</span></strong></h1>
<p>Fancy living in a Grade II listed building?  You get a really sweet inglenook fireplace, a garage and an off-street parking spot, a courtyard shared with friendly neighbours, a pretty decent sized garden and you&#8217;re right in the middle of town..  Potton is about a 40minute train ride from London and has shops and pubs and everything!  A bargain at £180k (seriously, that&#8217;s a good price)</p>
<p><a href="http://www.rightmove.co.uk/property-for-sale/property-14483298.html">Click here to see it on RightMove</a></p>
<p>Front door:<br />
<img class="alignnone" title="Front door" src="http://media.rightmove.co.uk/6k/5242/5242_kingst4_IMG_05_0000.jpg" alt="" width="310" height="414" /></p>
<p>Lounge:<br />
<img class="alignnone" title="Lounge" src="http://media.rightmove.co.uk/6k/5242/5242_kingst4_IMG_01_0000.jpg" alt="" width="310" height="229" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2010/02/buy-my-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#039;t use online photo printers from Picasa in Linux?</title>
		<link>http://www.whizzy.org/2010/01/cant-use-online-photo-printers-from-picasa-in-linux/</link>
		<comments>http://www.whizzy.org/2010/01/cant-use-online-photo-printers-from-picasa-in-linux/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 10:54:17 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=253</guid>
		<description><![CDATA[Easy fix: http://groups.google.com/group/google-labs-picasa-for-linux/msg/42dac98f28485f9e]]></description>
			<content:encoded><![CDATA[<p>Easy fix:<br />
<a href="http://groups.google.com/group/google-labs-picasa-for-linux/msg/42dac98f28485f9e"></p>
<p>http://groups.google.com/group/google-labs-picasa-for-linux/msg/42dac98f28485f9e</p>
<p></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2010/01/cant-use-online-photo-printers-from-picasa-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Same</title>
		<link>http://www.whizzy.org/2009/10/the-same-2/</link>
		<comments>http://www.whizzy.org/2009/10/the-same-2/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 17:54:26 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whizzy.org/?p=245</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-243" title="Toad" src="http://www.whizzy.org/wp-content/uploads/2009/10/toad-300x225.jpg" alt="Toad" width="300" height="225" /><img class="alignnone size-full wp-image-244" title="Griffin" src="http://www.whizzy.org/wp-content/uploads/2009/10/thatcunt.jpg" alt="Griffin" width="298" height="298" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whizzy.org/2009/10/the-same-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

