<?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; telecommunications</title>
	<atom:link href="http://www.chrishardie.com/blog/tag/telecommunications/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>Is it possible for Sprint customer service to be this bad?</title>
		<link>http://www.chrishardie.com/2007/03/is-it-possible-for-sprint-customer-service-to-be-this-bad/</link>
		<comments>http://www.chrishardie.com/2007/03/is-it-possible-for-sprint-customer-service-to-be-this-bad/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 20:27:43 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[consumer watch]]></category>
		<category><![CDATA[adventures]]></category>
		<category><![CDATA[cellular_phone]]></category>
		<category><![CDATA[consumerist]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[customer_service]]></category>
		<category><![CDATA[incompetence]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[motorola_razor_v3m]]></category>
		<category><![CDATA[sprint]]></category>
		<category><![CDATA[telecommunications]]></category>

		<guid isPermaLink="false">http://www.chrishardie.com/weblog/archives/2007/03/is-it-possible-for-sprint-customer-service-to-be-this-bad.html</guid>
		<description><![CDATA[Presenting: another epic saga of wireless phone company incompetence&#8230;bear with me. I&#8217;d had my Sprint cell phone and plan since 2001 &#8211; six years of relatively problem free operation (minor billing annoyances aside). And they recognized that I was a loyal customer who always paid my bill on time &#8211; in recent years they regularly [...]]]></description>
			<content:encoded><![CDATA[<p>Presenting: another epic saga of wireless phone company incompetence&#8230;bear with me.</p>
<p>I&#8217;d had my Sprint cell phone and plan since 2001 &#8211; six years of relatively problem free operation (<a href="http://www.chrishardie.com/weblog/archives/2004/04/sprint_pcs_need.html">minor billing annoyances</a> aside). And they recognized that I was a loyal customer who always paid my bill on time &#8211; in recent years they regularly sent me offers to &#8220;upgrade my plan&#8221; or my phone and receive a billing credit (but we all know this is because they wanted me to renew my vows and sign on to a new contract).</p>
<p>Recently, I decided that I wanted to look at a phone upgrade. 6 years had taken its toll on my Samsung A500, and I was excited about the possibility of a phone that would better sync up its contacts and calendar with my computer. I had <a href="http://ask.slashdot.org/article.pl?sid=05/06/08/1816222">asked Slashdot</a> about such a product a few years ago, but the offerings were much more promising now.</p>
<p><span id="more-177"></span><br />
So I went into the Sprint Store. I said &#8220;I&#8217;m interested in upgrading to a new phone, but only if I&#8217;m able to keep my current plan and features at the same price&#8221; &#8212; the folks at <a href="http://www.consumerist.com/">Consumerist.com</a> have taught me well about what to ask for and how to ask. And it was important &#8211; I was using my A500 as a modem for my Mac laptop when I didn&#8217;t otherwise have network access, and I wanted that to continue. As a part of that feature &#8211; it was called Unlimited PCS Vision &#8211; I also had unlimited text messaging, which was important for my business use.</p>
<p>The person at the store said &#8220;We can do that. You can have this new phone (a Motorola Razor V3M) and the same plan you have now with the same features at the same price, as long as you renew your contract for 2 years.&#8221; I thought that was reasonable &#8211; I&#8217;ll commit to them, they&#8217;ll keep things as they are with me, we&#8217;ll all be happy. And I again had the Sprint store representative explicitly confirm that the above important features would still be present on my new plan.</p>
<p>About a week after the purchase, I tried to use the new phone as a modem. It didn&#8217;t work, and I called customer service to ask why.</p>
<blockquote><p>Sprint: &#8220;Sir, you don&#8217;t have that feature enabled on your plan any more.&#8221;</p>
<p>Me: &#8220;Well, the folks at the Sprint Store told me that feature would continue to be on my plan at no additional charge.&#8221;</p>
<p>Sprint: &#8220;Okay, we can go ahead and get that enabled for you so you can use your cell phone as a modem with your laptop. Just wait a few hours for that feature to be enabled and then try again.&#8221;</p>
<p>Me: &#8220;Thanks, I&#8217;ll do that!&#8221;</p></blockquote>
<p>About a week or two after that, I finally had a chance to try using the phone as a modem again, this time when I really needed it. It didn&#8217;t work. I called them back.</p>
<blockquote><p>Me: &#8220;When I changed over to my new plan, the person in the store guaranteed me that I would continue to have the same features, including using my phone as a modem for my laptop. I called a week ago and they told me that I should be able to use this feature once it was turned on. It still doesn&#8217;t work.&#8221;</p>
<p>Sprint: &#8220;Well, actually, you would need to pay for a data plan to do that, and those start at $39/month.&#8221;</p>
<p>Me: &#8220;But what about what I was told when I got the new phone and what I was told since then by customer service.&#8221;</p>
<p>Sprint: &#8220;I&#8217;m sorry, they didn&#8217;t know what they were talking about.&#8221;</p></blockquote>
<p>So then I have the choice to make: 1) take my phone back to the store and demand that they give me a refund and put me back on my old plan with my beat up old phone, 2) fight Sprint on their failure to honor statements made by their representatives, or 3) just live with it.</p>
<p>I was doing fine with #3 until today, when the Sprint bill showed up and included charges for text messages. I shouldn&#8217;t be billed for text messages, because my old plan had unlimited text messaging that I was never billed for, so my NEW plan should have unlimited text messaging too. I called Sprint again.</p>
<p>&#8220;We are unable to answer your call at this time. Please try again later.&#8221;</p>
<p>Their phone system was apparently overloaded. I called back a few minutes later.</p>
<p>&#8220;We estimate your wait time to be 3 minutes or less.&#8221;</p>
<p>And then 3 minutes went by, and their phone system disconnected the call. I called back again, and their phone system disconnected the call.</p>
<p>I called back again and finally get through.</p>
<blockquote><p>Sprint: &#8220;This is Jim, how can I help you?&#8221;</p>
<p>Me: &#8220;I&#8217;m having a really frustrating time with Sprint today, and your phone system just hung up on me three times in a row.&#8221;</p>
<p>Sprint: Silence. For a good 10 seconds. He wasn&#8217;t going to respond to my frustration.</p>
<p>Me: &#8220;Anyway, the bill and the customer service reps say that I have unlimited text messages, and yet I&#8217;ve been billed for text messages.&#8221;</p>
<p>Sprint: &#8220;You don&#8217;t have unlimited text messages. Let me see what I can find here. I see what you&#8217;re talking about, you were billed when you shouldn&#8217;t be. As far as I can see, you&#8217;ve never had text messaging. I&#8217;ll give you a credit for the text messages on this bill, but in the future, you should consider adding a text messaging option to your plan, maybe 300 messages or so.&#8221;</p>
<p>Me: &#8220;You don&#8217;t understand. I used to have unlimited text messaging. I was told that I should still have unlimited text messaging. I don&#8217;t want to add it on because I should already have it.&#8221;</p></blockquote>
<p>Jim took the hint that it was time to transfer me to someone else. He put me on hold. For 10 minutes. And then he came back and said &#8220;they&#8221; had him on hold, but that he wasn&#8217;t going to lose me. And so he put me on hold again. For 15 more minutes. And then he came back:</p>
<blockquote><p>Sprint: &#8220;Basically you got lucky the last few years texting for free. When you got a new phone, the system updated and caught itself. You should have been billed all that time.&#8221;</p>
<p>Me: &#8220;When I went into that store and told them that I wanted to continue my past plan for the same price, and explicitly mentioned unlimited text messaging and using my phone as a modem, and when that Sprint representative told me that I *would* have those features, Sprint made a commitment to me to have those features on my plan at the same price. Now how are you going to honor that commitment?&#8221;</p>
<p>Sprint: &#8220;What if I said &#8216;okay we can do that,&#8217; then we&#8217;d have to go back and charge you for all the text messaging you used over the years that we didn&#8217;t catch. I had a supervisor review this and they said there&#8217;s no way we can give you unlimited text messaging.&#8221;</p>
<p>Me: &#8220;All that time I was told I was getting unlimited text messages as a part of the Unlimited Sprint Vision, so I don&#8217;t see how you could retroactively tell me that I wasn&#8217;t supposed to have that feature. Could I talk to that supervisor?&#8221;</p></blockquote>
<p>As I sat on hold again, I pondered how I had predicted this when I walked out of the Sprint Store with my new phone. &#8220;Surely it can&#8217;t be that easy,&#8221; I had thought. &#8220;Surely I will be wrapped up in a long miserable phone conversation with Sprint a few weeks from now.&#8221; And there I was.</p>
<p>Finally a supervisor, Robert, got on the line. I re-explained the situation from start to finish, and that I expected Sprint to either honor its commitment or let me go back to my old plan and features. Robert said that neither would be possible.</p>
<blockquote><p>Sprint: &#8220;You weren&#8217;t supposed to be using your phone as a modem or getting unlimited text messaging all that time.&#8221;</p>
<p>Me: &#8220;So the person at the Sprint store who told me I could have those features on my new plan at the same price was essentially lying to me, or didn&#8217;t know what she was talking about?&#8221;</p>
<p>Sprint: &#8220;It sounds like that was a miscommunication, yes.&#8221;</p></blockquote>
<p>Robert ended up giving me a credit for the billing on this month&#8217;s text messaging, and added an unlimited text messaging line item to my plan at no charge. I confirmed that if I wanted to use my phone as a modem I would have to pay $39/month more, which there&#8217;s no way I could justify.</p>
<p>At the end of my now hour-long phone call, I asked Robert how I could register my extreme dissatisfaction with Sprint&#8217;s service, and in the monotone, robotic voice of someone who had explained the answer thousands of times, he suggested I e-mail the corporate office via &#8220;dub dub dub dot sprint dot com.&#8221; When he asked me if there was anything else he could do for me today, I laughed out loud and struggled to restrain myself from saying anything other than a pleasant good-bye.</p>
<p>Summary: I had a plan and a phone and a wireless company I was reasonably happy with. I wanted a new phone but wanted everything else to stay the same, and was promised by Sprint multiple times that it could, should, and would. I believed them. Time passed, and Sprint came to admit that they could not honor their earlier commitments, that I additionally couldn&#8217;t go back to my old phone and plan, that their computerized billing system and customer service staff aren&#8217;t capable of handling such a simple change, and that they don&#8217;t care enough about their customers to try to do any better the next time.</p>
<p>Is it really possible for things to have gotten so bad?</p>
<p><strong>Update on 6/28/07</strong>: This weblog entry has quickly become one of the more popular on my site, largely due to its tendency to appear high in web searches for &#8220;sprint customer service&#8221; and related queries. As you&#8217;ll see if you read the comments, Sprint did contact me as a result of it, and I was able to talk to someone a bit more in depth about my concerns. So as not to leave my original post title&#8217;s question so open ended &#8211; can Sprint really be this bad? &#8211; I want to list some <strong>concrete steps that I think Sprint should take</strong> to &#8220;resolve&#8221; this particular issue. If they can do these things, I&#8217;ll be happy to note that here, close the comments on this blog entry and move on.</p>
<ol>
<li>A representative of the local Sprint store, where all of this began, should contact me to apologize for giving out incorrect information.</li>
<li>Sprint should communicate what specific actions they&#8217;ve taken internally as a result of my concerns about customer service procedures.</li>
<li>Sprint should communicate what specific steps they&#8217;re taking to improve the quality and humanity of their customer service procedures overall.</li>
<li>Sprint should compensate me for the time I spent dealing with this issue. Since I don&#8217;t want to bother calculating what that translates to in terms of my normal wages, I&#8217;ll suggest a $250 donation in my name to the <a href="http://www.consumerwatchdog.org/">Foundation for Taxpayer and Consumer Rights</a>.</li>
</ol>
<p>What do you think, Sprint?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrishardie.com/2007/03/is-it-possible-for-sprint-customer-service-to-be-this-bad/feed/</wfw:commentRss>
		<slash:comments>175</slash:comments>
		</item>
		<item>
		<title>Linksys customer service destroyed by earthquake</title>
		<link>http://www.chrishardie.com/2007/01/linksys-customer-service-destroyed-by-earthquake/</link>
		<comments>http://www.chrishardie.com/2007/01/linksys-customer-service-destroyed-by-earthquake/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 19:03:31 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[consumer watch]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[consumerist]]></category>
		<category><![CDATA[customer_service]]></category>
		<category><![CDATA[earthquake]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[telecommunications]]></category>

		<guid isPermaLink="false">http://www.chrishardie.com/weblog/archives/2007/01/linksys-customer-service-destroyed-by-earthquake.html</guid>
		<description><![CDATA[I called the sales team at Linksys today to ask for help in picking which one of their products Summersault wanted to purchase. I saw this notice on their &#8220;contact us&#8221; web page: Due to a major earthquake in the South-Pacific area, telephone, internet circuits, and services from the United States have interrupted our call [...]]]></description>
			<content:encoded><![CDATA[<p>I called the sales team at Linksys today to ask for help in picking which one of their products Summersault wanted to purchase.  I saw this notice on their &#8220;<a href="http://www.linksys.com/servlet/Satellite?c=L_Content_C1&amp;childpagename=US%2FLayout&amp;cid=1114037291276&amp;pagename=Linksys%2FCommon%2FVisitorWrapper">contact us</a>&#8221; web page:</p>
<blockquote><p>Due to a major earthquake in the South-Pacific area, telephone, internet circuits, and services from the United States have interrupted our call center operations.  We apologize for any inconvenience or delay and appreciate your patience.</p></blockquote>
<p>I felt bad for them, but carried on and called them anyway, assuming that they would prioritize sales calls in their time of rebuilding.  The guy who answered the phone made it very clear, before letting me say anything, that he would ONLY help me with PRE-SALES questions.  (I suppose it&#8217;s a universal problem that people call the sales extension when they really need technical support, assuming they&#8217;ll get someone faster.)  I said &#8220;okay, I need help deciding which one of your products to buy.&#8221;  I explained our requirements and which product I thought we needed, and his response was&#8230;</p>
<p>&#8220;Okay, let me get you over to&#8230;&#8221; and then I hear a click, and all of the sudden I&#8217;m back in their automated voicemail menu, with options that were completely unrelated to my question.  No &#8220;can I transfer you?&#8221; or &#8220;Can you hold?,&#8221; just an end to our sales conversation.  Wow.</p>
<p>Now I know which Linksys product I need to buy: none of them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrishardie.com/2007/01/linksys-customer-service-destroyed-by-earthquake/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The difference between dollars and cents</title>
		<link>http://www.chrishardie.com/2006/12/the-difference-between-dollars-and-cents/</link>
		<comments>http://www.chrishardie.com/2006/12/the-difference-between-dollars-and-cents/#comments</comments>
		<pubDate>Sun, 10 Dec 2006 00:35:36 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[consumer watch]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[cellular_phone]]></category>
		<category><![CDATA[consumerist]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[technical_support]]></category>
		<category><![CDATA[telecommunications]]></category>
		<category><![CDATA[verizon]]></category>

		<guid isPermaLink="false">http://www.chrishardie.com/weblog/archives/2006/12/the-difference-between-dollars-and-cents.html</guid>
		<description><![CDATA[I have yet to reach the end of the enjoyment I am experiencing from hearing this tech support call that someone recorded: Verizon doesn&#8217;t know the difference between dollars and cents. As it turns into a global phenomenon, the caller documents his experience on his blog: http://verizonmath.blogspot.com/. Your call may be recorded to insure quality, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/chrishardie/258148551/" title="Photo Sharing"><img src="http://static.flickr.com/119/258148551_5ffc0526f4_m.jpg" width="240" height="180" alt="IMG_1326.JPG" align="right" /></a>I have yet to reach the end of the enjoyment I am experiencing from hearing this tech support call that someone recorded:  <a href="http://youtube.com/watch?v=Gp0HyxQv97Q">Verizon doesn&#8217;t know the difference between dollars and cents</a>.  As it turns into a global phenomenon, the caller documents his experience on his blog: <a href="http://verizonmath.blogspot.com/">http://verizonmath.blogspot.com/</a>.</p>
<p>Your call may be recorded to insure quality, indeed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrishardie.com/2006/12/the-difference-between-dollars-and-cents/feed/</wfw:commentRss>
		<slash:comments>0</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>

