<?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 on: Click2Call Firefox Extension</title>
	<atom:link href="http://www.brendonwilson.com/projects/click2call/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brendonwilson.com</link>
	<description>The personal web site of Brendon J. Wilson, a software developer living in Vancouver, British Columbia.</description>
	<pubDate>Fri, 16 May 2008 03:37:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Brendon J. Wilson</title>
		<link>http://www.brendonwilson.com/projects/click2call/#comment-168001</link>
		<dc:creator>Brendon J. Wilson</dc:creator>
		<pubDate>Tue, 06 May 2008 16:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/projects/click2call/#comment-168001</guid>
		<description>The installation file is an XPI - an extension installation file for Firefox. You need to install Firefox, load this page in Firefox, then follow the installation instructions above.</description>
		<content:encoded><![CDATA[<p>The installation file is an XPI - an extension installation file for Firefox. You need to install Firefox, load this page in Firefox, then follow the installation instructions above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor</title>
		<link>http://www.brendonwilson.com/projects/click2call/#comment-167860</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Mon, 05 May 2008 19:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/projects/click2call/#comment-167860</guid>
		<description>Hello,
What kind of format is this installation file in? Is this program for Windows or some other OS? I am not sure how to install click2call.xpi. Any info would be appreciated. 

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
What kind of format is this installation file in? Is this program for Windows or some other OS? I am not sure how to install click2call.xpi. Any info would be appreciated. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Sarcone</title>
		<link>http://www.brendonwilson.com/projects/click2call/#comment-163316</link>
		<dc:creator>Joe Sarcone</dc:creator>
		<pubDate>Mon, 07 Apr 2008 01:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/projects/click2call/#comment-163316</guid>
		<description>I like this a lot. Keep it coming. I wish this was for IE too. Thank you for sharing. Thank you again.

Joe</description>
		<content:encoded><![CDATA[<p>I like this a lot. Keep it coming. I wish this was for IE too. Thank you for sharing. Thank you again.</p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Laurenson</title>
		<link>http://www.brendonwilson.com/projects/click2call/#comment-157057</link>
		<dc:creator>Jeremy Laurenson</dc:creator>
		<pubDate>Sat, 08 Mar 2008 20:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/projects/click2call/#comment-157057</guid>
		<description>Hey, Brendon

Someone turned me onto your site because I have a similar plugin - and I thought I would drop you the info ont he Regular expressions I use - itll considerably condense what you have and match more patterns, if you want to use them:

\+(\d+[ \.\-]){2,4}\d+
\(\d+\)[ \.\-](\d+[ \.\-]){1,4}\d+
\b(\d\d\d[ \.\-]){1,2}\d\d\d\d\b</description>
		<content:encoded><![CDATA[<p>Hey, Brendon</p>
<p>Someone turned me onto your site because I have a similar plugin - and I thought I would drop you the info ont he Regular expressions I use - itll considerably condense what you have and match more patterns, if you want to use them:</p>
<p>\+(\d+[ \.\-]){2,4}\d+<br />
\(\d+\)[ \.\-](\d+[ \.\-]){1,4}\d+<br />
\b(\d\d\d[ \.\-]){1,2}\d\d\d\d\b</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendon J. Wilson</title>
		<link>http://www.brendonwilson.com/projects/click2call/#comment-156750</link>
		<dc:creator>Brendon J. Wilson</dc:creator>
		<pubDate>Fri, 07 Mar 2008 16:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/projects/click2call/#comment-156750</guid>
		<description>You're a brave one Michael! I'm currently working on fixing the pattern matching to be more reliable, as well as improving the configuration UI. I'll take a look at FF beta 3 and see what's involved.</description>
		<content:encoded><![CDATA[<p>You&#8217;re a brave one Michael! I&#8217;m currently working on fixing the pattern matching to be more reliable, as well as improving the configuration UI. I&#8217;ll take a look at FF beta 3 and see what&#8217;s involved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hale</title>
		<link>http://www.brendonwilson.com/projects/click2call/#comment-156698</link>
		<dc:creator>Michael Hale</dc:creator>
		<pubDate>Fri, 07 Mar 2008 14:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/projects/click2call/#comment-156698</guid>
		<description>Any chance of getting this updated for Firefox 3?
I know the beta3 might have changes from the file 3, but looks like you'll need to make some changes to get this to work.
Like Secure update (https) and probably API differences:
http://developer.mozilla.org/en/docs/Updating_extensions_for_Firefox_3</description>
		<content:encoded><![CDATA[<p>Any chance of getting this updated for Firefox 3?<br />
I know the beta3 might have changes from the file 3, but looks like you&#8217;ll need to make some changes to get this to work.<br />
Like Secure update (https) and probably API differences:<br />
<a href="http://developer.mozilla.org/en/docs/Updating_extensions_for_Firefox_3" rel="nofollow">http://developer.mozilla.org/en/docs/Updating_extensions_for_Firefox_3</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendon J. Wilson</title>
		<link>http://www.brendonwilson.com/projects/click2call/#comment-149975</link>
		<dc:creator>Brendon J. Wilson</dc:creator>
		<pubDate>Fri, 15 Feb 2008 18:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/projects/click2call/#comment-149975</guid>
		<description>Rick - I'd imagine you can simply add a 9 in front of $phoneNumber?</description>
		<content:encoded><![CDATA[<p>Rick - I&#8217;d imagine you can simply add a 9 in front of $phoneNumber?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Blackburn</title>
		<link>http://www.brendonwilson.com/projects/click2call/#comment-149620</link>
		<dc:creator>Rick Blackburn</dc:creator>
		<pubDate>Thu, 14 Feb 2008 18:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/projects/click2call/#comment-149620</guid>
		<description>I forgot to mention we have a Shoretel phone system.</description>
		<content:encoded><![CDATA[<p>I forgot to mention we have a Shoretel phone system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Blackburn</title>
		<link>http://www.brendonwilson.com/projects/click2call/#comment-149618</link>
		<dc:creator>Rick Blackburn</dc:creator>
		<pubDate>Thu, 14 Feb 2008 18:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/projects/click2call/#comment-149618</guid>
		<description>Brendon,

I was using your click2call in my home office with my last job with LignUp and I loved it.  It worked great and gave a real boost to my productivity.  However I am no longer with LignUp and would like to use the click2call on my new job.

I have to dial 9 to get out and I am not sure how to modify the extension (https://secure.click2callu.com/tpcc/makecall?username=&#38;password=&#38;fromnumber=&#38;tonumber=$phoneNumber)

Any help you can give me would be appreciated.

Thank you,

Rick Blackburn</description>
		<content:encoded><![CDATA[<p>Brendon,</p>
<p>I was using your click2call in my home office with my last job with LignUp and I loved it.  It worked great and gave a real boost to my productivity.  However I am no longer with LignUp and would like to use the click2call on my new job.</p>
<p>I have to dial 9 to get out and I am not sure how to modify the extension (https://secure.click2callu.com/tpcc/makecall?username=&amp;password=&amp;fromnumber=&amp;tonumber=$phoneNumber)</p>
<p>Any help you can give me would be appreciated.</p>
<p>Thank you,</p>
<p>Rick Blackburn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bo</title>
		<link>http://www.brendonwilson.com/projects/click2call/#comment-143901</link>
		<dc:creator>Bo</dc:creator>
		<pubDate>Sat, 26 Jan 2008 01:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/projects/click2call/#comment-143901</guid>
		<description>Thanks for the update, it makes it easy if you multiple Vonage accounts and want to change dial out numbers mid stream. I did notice that on my system  that two windows are opened and sent to to the Vonage website twice.</description>
		<content:encoded><![CDATA[<p>Thanks for the update, it makes it easy if you multiple Vonage accounts and want to change dial out numbers mid stream. I did notice that on my system  that two windows are opened and sent to to the Vonage website twice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
