<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Chris Hardie &#187; phone</title>
	<atom:link href="http://www.chrishardie.com/blog/tag/phone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrishardie.com</link>
	<description>Personal Website and Blog for James Christopher Hardie</description>
	<lastBuildDate>Tue, 10 Apr 2012 02:20:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>My VOIP home phone setup using trixbox</title>
		<link>http://www.chrishardie.com/2007/10/my-voip-home-phone-setup-using-trixbox/</link>
		<comments>http://www.chrishardie.com/2007/10/my-voip-home-phone-setup-using-trixbox/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 03:17:16 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[adventures]]></category>
		<category><![CDATA[consumer watch]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[consumerist]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[pbx]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[telecommunications]]></category>
		<category><![CDATA[telephony]]></category>
		<category><![CDATA[trixbox]]></category>
		<category><![CDATA[verizon]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.chrishardie.com/weblog/archives/2007/10/my-voip-home-phone-setup-using-trixbox.html</guid>
		<description><![CDATA[I&#8217;ve generally been content not having a physical phone line at home and using my cell phone instead. I&#8217;m not much of a phone person anyway, my back yard looked a lot nicer when Verizon cut down the unsightly cable, and it&#8217;s certainly a cost savings. But sometimes, I still long to have a regular [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Photo Sharing" href="http://www.flickr.com/photos/chrishardie/44861621/"><img src="http://farm1.static.flickr.com/25/44861621_42d3c83198_m.jpg" alt="004 1" hspace="10" width="240" height="160" align="right" /></a>I&#8217;ve generally been content not having a physical phone line at home and using my cell phone instead.  I&#8217;m not much of a phone person anyway, my back yard looked a lot nicer when Verizon cut down the unsightly cable, and it&#8217;s certainly a cost savings.  But sometimes, I still long to have a regular old phone sitting on my desk that I can pick up and make a call on.  Recently, for various reasons, I&#8217;ve been playing with having just that setup, but with a twist: my new home phone setup is run on open source software, and the conversations are carried over my broadband Internet connection.</p>
<p>Here&#8217;s my configuration (perhaps mostly for geeks, but hopefully also for anyone who&#8217;s interested):</p>
<p><span id="more-215"></span><br />
I started with an old 433MHz Dell desktop system with a 3.2GB hard drive that Mark had laying around, and beefed its memory up to a whopping 128MB.  Other than that, it&#8217;s vanilla hardware, probably something you could even find in a dumpster behind your friendly neighborhood office complex.  I plugged it into a battery-backup power supply, connected it to my local network, and stuck it in a closet where the noise wouldn&#8217;t bother anyone.</p>
<p>From there, I decided to use the FREE <a href="http://www.trixbox.org/">trixbox PBX</a> all-in-one telephony system, because trixbox (which is based on <a href="http://www.asterisk.org/">Asterisk</a>) has all the software you need to run anything from a simple home phone system all the way up to an enterprise-level call center.  Installing trixbox on the hardware was amazingly easy &#8211; I popped the CD in, rebooted, and it did the rest.  It took care of installing the operating system, the phone system software, and all of the other packages I could ever want.  When it was done, it pointed me to a web interface that I could use to administer the system from there.  I practically didn&#8217;t even need to have a keyboard attached, and I certainly didn&#8217;t have to mess with logging in on the command line and puttering around with configuration files.   And, I get visual displays of call activity, e-mail and web access to voicemail, vital stats on the hardware, and lots more.  Wow.  Did I mention it&#8217;s free?</p>
<p>At Summersault, we&#8217;re using <a href="http://en.wikipedia.org/wiki/VoIP_phone">IP phones</a>, which are basically phones that plug into the network instead of into a phone line.  This is convenient because you don&#8217;t have to run copper wire everywhere (that&#8217;s a good thing to keep in mind if you&#8217;re trying to convert a high school into a national communications center for a Presidential Debate, eh?), and I could do that at home too and just take advantage of my local network setup.  But, I decided that I wanted the flexibility of using regular old phones that I had laying around (especially the one with a wireless handset), so I bought a <a href="http://www.sangoma.com/datasheets/p_a200-specs">Sangoma A200 card</a> with 2 FXS ports on it.  That&#8217;s basically a fancy way of saying I bought a thingamajig that went in the computer that allowed me to plug a phone into it.</p>
<p>Then I had to figure out what to tell my system about how to route phone calls.  In other words, when I pick up a phone and punch in some numbers, where should the call go?  That&#8217;s part of the beauty of a VOIP system&#8230;I can set things up however I want.  I could have an extension for the kitchen, and one for the basement, and maybe a shortcut that goes straight to a family member&#8217;s home number, and&#8230;the possibilities are endless.</p>
<p>But I kept it simple, don&#8217;t worry.  Long distance calls are routed out through the <a href="http://www.callwithus.com/">CallWithUs.com</a> service, which charges a flat fee of 1.38 cents per minute (<a href="http://www.chrishardie.com/weblog/archives/2006/12/the-difference-between-dollars-and-cents.html">that&#8217;s $0.0138, Verizon</a>) to calls in the U.S., and I can refill my account there through quick and easy PayPal payments.  No federal taxes, no start up fees, no monthly charges.  Beautiful.</p>
<p>Local calls are a different story.  I *could* route them through CallWithUs, but it doesn&#8217;t feel right to pay a per-minute fee for something that is traditionally &#8220;standard&#8221; in a normal phone setup.  I could call Verizon and have a physical land-line put in (my Sangoma card has a port for that too), and just route all my local calls there, but then I&#8217;d have those pesky monthly fees whether I used it or not.  The solution?  For now, I&#8217;m telling my VOIP system to talk to the VOIP system at Summersault, and use one of the company&#8217;s available phone lines for outgoing local calls.  Cool!</p>
<p>(Just think about all of the business phone lines that sit around unused during evenings and weekends, and how we could save lots of dollars by making better use of them, especially as a part of good local infrastructure planning!  Mark and I have even joked about making &#8220;local phone calls&#8221; an employment perk, but we&#8217;re not sure that would be a real selling point, yet.)</p>
<p>Incoming calls are a slightly different matter, and I haven&#8217;t gotten that far yet.  CallWithUs, <a href="http://www.sipphone.com/">Sipphone</a> and various other providers like them offer dedicated local phone numbers for dialing in (sort of like you can get with Skype) for as low as $6.50/month, usually with a certain number of incoming minutes free.  I&#8217;m not sure we need that yet, but however it might get setup, the features for handling incoming calls in trixbox are extensive.  We could have it ring right through, or go into a menu system (&#8220;press 5 if you are calling to sell something&#8230;&#8221;), or go to voicemail, or forward to a cell phone, or&#8230;.phew.  One thing at a time.</p>
<p>So, that&#8217;s the setup for now.  It&#8217;s definitely overkill for my simple home needs, but I enjoyed putting it together as a part of a proof-of-concept, and it&#8217;s neat (as a geek, anyway) to have that kind of control over every aspect of your phone setup.</p>
<p>There are lots of places to turn to if you want to try some of this yourself.  I learned a lot of what I know about VOIP and Asterisk-based phone systems through my work in transitioning <a href="http://www.summersault.com/community/weblog/2006/04/28/switching-to-asterisk-an-open-source-phone-system.html">Summersault&#8217;s phone system to that setup</a>.  I can certainly recommend the books <a href="http://www.oreilly.com/catalog/switchingvoip/">Switching to VOIP</a> and <a href="http://www.oreilly.com/catalog/asterisk/">Asterisk: The Future of Telephony</a> (which, in addition to being available in sturdy book form, is also <a href="http://www.asteriskdocs.org/">available free to download</a>).  They&#8217;re definitely geared toward folks who are ready to dive into the guts of telephony software, but they&#8217;re still accessible to those just wanting to learn more about phone infrastructure and what&#8217;s possible with VOIP.</p>
<p>And of course, through <a href="http://www.summersault.com/">Summersault</a>, I&#8217;m available to consult on these matters for home and business use, though I can&#8217;t promise that I&#8217;d feel comfortable charging for <em>all</em> of my time, since it&#8217;s just so much darn fun.</p>
<p><strong>Update on 10/16/2007:</strong> I&#8217;ve now added an incoming phone number (DID) to the setup, also through CallWithUs.  At $6.50/month with 2,000 free minutes included, it seemed like a great deal when the need arose.  And it&#8217;s especially nice that they let you set your own outbound caller-ID, so all of the calls appear to come from the new number, making return calls even easier.  Nice!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrishardie.com/2007/10/my-voip-home-phone-setup-using-trixbox/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sprint PCS needs to run cron jobs more often</title>
		<link>http://www.chrishardie.com/2004/04/sprint_pcs_need/</link>
		<comments>http://www.chrishardie.com/2004/04/sprint_pcs_need/#comments</comments>
		<pubDate>Sun, 11 Apr 2004 16:12:45 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[consumer watch]]></category>
		<category><![CDATA[cellular_phone]]></category>
		<category><![CDATA[consumerist]]></category>
		<category><![CDATA[customer_service]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[sprint]]></category>
		<category><![CDATA[telecommunications]]></category>

		<guid isPermaLink="false">http://www.chrishardie.com/wordpress/2004/04/sprint-pcs-needs-to-run-cron-jobs-more-often.html</guid>
		<description><![CDATA[Fair warning: this post is pure rant. I have a Sprint PCS phone that I use as my primary, and only, home phone line. There are tons of reasons why I like this arrangement, which I won&#8217;t go into here, but I&#8217;ve been a loyal, pay-on-time Sprint customer for several years now. Which is why [...]]]></description>
			<content:encoded><![CDATA[<p>Fair warning: this post is pure rant.</p>
<p>I have a Sprint PCS phone that I use as my primary, and only, home phone line.  There are tons of reasons why I like this arrangement, which I won&#8217;t go into here, but I&#8217;ve been a loyal, pay-on-time Sprint customer for several years now.   Which is why it was maddeningly frustrating to go to make a call today and get a note that my account had been shut off because I was over my spending limit.<br />
<span id="more-21"></span><br />
I went to Sprint&#8217;s website to see if I could find out how I&#8217;d used so many minutes, which they tout as the place where you can do everything you want with your account, only to find that my recent billing/usage information (including the overages) weren&#8217;t available in detail on their site yet.</p>
<p>&#8220;Fine, I&#8217;m sure this is a misunderstanding,&#8221; I think, &#8220;I&#8217;ll just go ahead and pay to get service turned back on, and work out the details later&#8221;.  But of course it&#8217;s not that easy!  I make a credit card payment through their automated system, only to find out that it can take some indeterminate amount of time (up to 12 hours, said one service rep.) for that payment to apply to my account. </p>
<p>And this time passes as my family drives out of town, forgetting a few things that I had tried to call them about right as they left, when I got the &#8220;welcome to Sprint PCS&#8230;&#8221; warning.</p>
<p>So, that&#8217;s two cases where different, critical parts of the Sprint PCS billing and account management system are not in sync, and where it will take some unknown amount of time for the data to be shuffled from one place to another.  In my humble opinion, if you&#8217;re providing an important service, which to many people is considered &#8220;mission critical&#8221;, and you spend millions of dollars advertising it as a reliable, user-friendly thing, and you&#8217;re going to shut that service off automatically because of the state of a certain data set, you damn well better be updating that data set on a VERY regular basis, so that as soon as it changes again, you restore the service.  I can just picture it now: there&#8217;s some tab-delimited export file sitting on the payments server, waiting for a cron job to fire up 11 hours from now that will transfer it to the accounts server, bringing my account back into good standing (even though, from my perspective, it already is).  How much grief would they save by fixing that lapse?  The Sprint service reps. I just shared these thoughts with on the phone would probably at least have appreciated it.</p>
<p>One Sprint.  Many Solutions.  Many Servers.  Much waiting.  Much frustration.  Still not focused on the customer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrishardie.com/2004/04/sprint_pcs_need/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

