<?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"
	>
<channel>
	<title>Comments for Patrick's Blog(2)</title>
	<atom:link href="http://blog.laimbock.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.laimbock.com</link>
	<description>Observations in a fast changing World</description>
	<pubDate>Fri, 25 Jul 2008 14:57:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on FreePBX release 2.3 available by Aditi</title>
		<link>http://blog.laimbock.com/2007/08/29/freepbx-release-23-available/#comment-2712</link>
		<dc:creator>Aditi</dc:creator>
		<pubDate>Fri, 11 Jul 2008 04:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/2007/08/29/freepbx-release-23-available/#comment-2712</guid>
		<description>Hope already 2.3.1 version have released which upgrade the procedure for existing installations that no longer requires you to download and install the new tarball and i do accept that 2.3 is the most stable release of FreePBX ever.
==================
Aditi
The VoIP/TDM Routes Marketplace
&lt;a href="http://www.minutetraders.com" rel="nofollow"&gt;
The VoIP/TDM Routes Marketplace&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hope already 2.3.1 version have released which upgrade the procedure for existing installations that no longer requires you to download and install the new tarball and i do accept that 2.3 is the most stable release of FreePBX ever.<br />
==================<br />
Aditi<br />
The VoIP/TDM Routes Marketplace<br />
<a href="http://www.minutetraders.com" rel="nofollow"><br />
The VoIP/TDM Routes Marketplace</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Asterisk 1.2 and Xs4all VoIP configuration by Patrick</title>
		<link>http://blog.laimbock.com/2007/08/31/asterisk-12-and-xs4all-voip-configuration/#comment-2706</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 01 Jul 2008 16:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/2007/08/31/asterisk-12-and-xs4all-voip-configuration/#comment-2706</guid>
		<description>Hi Peter,

You should not have to add Answer() to this part of the dialplan. It's probably a copy and paste mistake on my part. Think if it this way: if you call someone and he/she does not answer the phone then you are not charged for it by your telco (for example KPN). So if you add Answer() and someone calls you but you don't pick up the phone then the caller will get charged for this call since it was answered. So it makes total sense *not* to have Answer() in this part of the dialplan. Thanks for bringing it up.

Kind regards,
Patrick</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>You should not have to add Answer() to this part of the dialplan. It&#8217;s probably a copy and paste mistake on my part. Think if it this way: if you call someone and he/she does not answer the phone then you are not charged for it by your telco (for example KPN). So if you add Answer() and someone calls you but you don&#8217;t pick up the phone then the caller will get charged for this call since it was answered. So it makes total sense *not* to have Answer() in this part of the dialplan. Thanks for bringing it up.</p>
<p>Kind regards,<br />
Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Asterisk 1.2 and Xs4all VoIP configuration by Peter Zandbergen</title>
		<link>http://blog.laimbock.com/2007/08/31/asterisk-12-and-xs4all-voip-configuration/#comment-2705</link>
		<dc:creator>Peter Zandbergen</dc:creator>
		<pubDate>Tue, 01 Jul 2008 07:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/2007/08/31/asterisk-12-and-xs4all-voip-configuration/#comment-2705</guid>
		<description>Dear Patrick,
I have been setting up Asterisk 1.4 and managed to setup communication with XS4ALL too. I had problems with the ringtone when dialing from an outside line to the xs4all number; there was no tone, but the rest worked fine. The command in the extensions.conf were.

[from-xs4all]
exten =&#62; xs4all_1,1,Answer()
exten =&#62; xs4all_1,n,Dial(SIP/100,30,t)
exten =&#62; xs4all_1,n,Hangup()

I managed to get the dial tone after changing it to:
[from-xs4all]
; exten =&#62; xs4all_1,1,Answer()
exten =&#62; xs4all_1,1,Dial(SIP/100,30,t)
exten =&#62; xs4all_1,n,Hangup()

According to the documentation it is advised to use the Answer() command.

Do you know why it should be left out in this case? And will it have implications?

Kind regards,

Peter Zandbergen</description>
		<content:encoded><![CDATA[<p>Dear Patrick,<br />
I have been setting up Asterisk 1.4 and managed to setup communication with XS4ALL too. I had problems with the ringtone when dialing from an outside line to the xs4all number; there was no tone, but the rest worked fine. The command in the extensions.conf were.</p>
<p>[from-xs4all]<br />
exten =&gt; xs4all_1,1,Answer()<br />
exten =&gt; xs4all_1,n,Dial(SIP/100,30,t)<br />
exten =&gt; xs4all_1,n,Hangup()</p>
<p>I managed to get the dial tone after changing it to:<br />
[from-xs4all]<br />
; exten =&gt; xs4all_1,1,Answer()<br />
exten =&gt; xs4all_1,1,Dial(SIP/100,30,t)<br />
exten =&gt; xs4all_1,n,Hangup()</p>
<p>According to the documentation it is advised to use the Answer() command.</p>
<p>Do you know why it should be left out in this case? And will it have implications?</p>
<p>Kind regards,</p>
<p>Peter Zandbergen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nokia N95 IMAP client and nested IMAP folders does not work by Patrick</title>
		<link>http://blog.laimbock.com/2008/02/25/nokias-imap-client-and-nested-imap-folders-does-not-work/#comment-2686</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 26 May 2008 11:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/2008/02/25/nokias-imap-client-and-nested-imap-folders-does-not-work/#comment-2686</guid>
		<description>Jeremy: it's been a while since I last messed with the N95 &#038; IMAP. If I remember correctly new mail notifications did not work at all. I suspect that Nokia's N95 firmware only puts a new mail notification trigger on the Inbox folder and not on any other (nested) folders. I can see why this can be quite annoying. I can only recommend to update to the latest firmware release and if that doesn't fix it to report this in the Nokia forums. Maybe it gets picked up by Nokia but don't get your hopes up too high. They don't seem to care very much about the actual users of their phones.</description>
		<content:encoded><![CDATA[<p>Jeremy: it&#8217;s been a while since I last messed with the N95 &#038; IMAP. If I remember correctly new mail notifications did not work at all. I suspect that Nokia&#8217;s N95 firmware only puts a new mail notification trigger on the Inbox folder and not on any other (nested) folders. I can see why this can be quite annoying. I can only recommend to update to the latest firmware release and if that doesn&#8217;t fix it to report this in the Nokia forums. Maybe it gets picked up by Nokia but don&#8217;t get your hopes up too high. They don&#8217;t seem to care very much about the actual users of their phones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nokia N95 IMAP client and nested IMAP folders does not work by Jeremy</title>
		<link>http://blog.laimbock.com/2008/02/25/nokias-imap-client-and-nested-imap-folders-does-not-work/#comment-2663</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 23 May 2008 16:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/2008/02/25/nokias-imap-client-and-nested-imap-folders-does-not-work/#comment-2663</guid>
		<description>Have you had any luck getting new mail notifications to work on nested IMAP folders? I have some new mail delivered directly into sub-folders and when this happens I do not get a notification.</description>
		<content:encoded><![CDATA[<p>Have you had any luck getting new mail notifications to work on nested IMAP folders? I have some new mail delivered directly into sub-folders and when this happens I do not get a notification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sun Java 64 bit plugin in JDK 1.7 by Ryan</title>
		<link>http://blog.laimbock.com/2007/08/21/sun-java-64-bit-plugin-in-jdk-17/#comment-2384</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 14 Apr 2008 14:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/2007/08/21/sun-java-64-bit-plugin-in-jdk-17/#comment-2384</guid>
		<description>This bug was recently updated.  The 64 bit plugin is now expected to be included in an update release of Java 6.</description>
		<content:encoded><![CDATA[<p>This bug was recently updated.  The 64 bit plugin is now expected to be included in an update release of Java 6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FC6 F7 Acer and suspend &#038; resume by Wahoo</title>
		<link>http://blog.laimbock.com/2007/08/20/fc6-f7-acer-and-suspend-resume/#comment-1107</link>
		<dc:creator>Wahoo</dc:creator>
		<pubDate>Sat, 06 Oct 2007 02:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/2007/08/20/fc6-f7-acer-and-suspend-resume/#comment-1107</guid>
		<description>Thank you for sharing!</description>
		<content:encoded><![CDATA[<p>Thank you for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sun Java 64 bit plugin in JDK 1.7 by saqer</title>
		<link>http://blog.laimbock.com/2007/08/21/sun-java-64-bit-plugin-in-jdk-17/#comment-1104</link>
		<dc:creator>saqer</dc:creator>
		<pubDate>Sun, 30 Sep 2007 05:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/2007/08/21/sun-java-64-bit-plugin-in-jdk-17/#comment-1104</guid>
		<description>I tried the IcedTea Plugin from the development repo from Fedora. I tried yahoo chess and it did not work with it. Do I have to wait for sun to release it before I can play yahoo java gamee?</description>
		<content:encoded><![CDATA[<p>I tried the IcedTea Plugin from the development repo from Fedora. I tried yahoo chess and it did not work with it. Do I have to wait for sun to release it before I can play yahoo java gamee?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sun Java 64 bit plugin in JDK 1.7 by Patrick</title>
		<link>http://blog.laimbock.com/2007/08/21/sun-java-64-bit-plugin-in-jdk-17/#comment-1100</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sun, 23 Sep 2007 22:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/2007/08/21/sun-java-64-bit-plugin-in-jdk-17/#comment-1100</guid>
		<description>Spoke too soon. Fedora 8 Test 2 includes the IcedTea Java release with a 64 bit plugin. IcedTea is the (currently semi) Open Source Java version 7 that Red Hat and others are working on. For a picture of the 64 bit plugin in all its glory see &lt;a href="http://justinconover.com/images/icedtea-plugin_x64.jpg" rel="nofollow"&gt;this picture&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Spoke too soon. Fedora 8 Test 2 includes the IcedTea Java release with a 64 bit plugin. IcedTea is the (currently semi) Open Source Java version 7 that Red Hat and others are working on. For a picture of the 64 bit plugin in all its glory see <a href="http://justinconover.com/images/icedtea-plugin_x64.jpg" rel="nofollow">this picture</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sun Java 64 bit plugin in JDK 1.7 by Patrick</title>
		<link>http://blog.laimbock.com/2007/08/21/sun-java-64-bit-plugin-in-jdk-17/#comment-1099</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sun, 23 Sep 2007 00:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/2007/08/21/sun-java-64-bit-plugin-in-jdk-17/#comment-1099</guid>
		<description>That is correct. JDK 1.7 is a future release. Currently JDK 1.6 is available so we have to wait a little bit longer until 1.7 is released with the 64 but plugin. The good thing is that Sun finally decided to walk the 64 bit talk. The not so good thing is that we will have to wait until 1.7 is released. But at least we know it's coming. Hopefully Adobe will release 64 bit Acrobat soon too. And iirc the Adobe Flash developers are already working on a 64 bit version. Don't know how long that is going to take though. They have a blog you could check.</description>
		<content:encoded><![CDATA[<p>That is correct. JDK 1.7 is a future release. Currently JDK 1.6 is available so we have to wait a little bit longer until 1.7 is released with the 64 but plugin. The good thing is that Sun finally decided to walk the 64 bit talk. The not so good thing is that we will have to wait until 1.7 is released. But at least we know it&#8217;s coming. Hopefully Adobe will release 64 bit Acrobat soon too. And iirc the Adobe Flash developers are already working on a 64 bit version. Don&#8217;t know how long that is going to take though. They have a blog you could check.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
