Slashdot Mirror


FCC Wants To Trial Shift From Analog Phone Networks To Digital

An anonymous reader sends word that the U.S. Federal Communications Commission has given the go-ahead for telecommunications companies to start experimenting with an IP-based telephone protocol. From the article: "The experiments approved by the FCC would not test the new technology - it is already being used - and would not determine law and policy regulating it, FCC staff said. The trials would seek to establish, among other things, how consumers welcome the change and how new technology performs in emergency situations, including in remote locations. 'What we're doing here is a big deal. This is an important moment,' FCC Chairman Tom Wheeler said. 'We today invite service providers to propose voluntary experiments for all-IP networks.' The move in part grants the application by AT&T to conduct IP transition tests as companies that offer landline phone services seek to ultimately replace their old copper wires with newer technology like fiber or wireless."

218 comments

  1. Huh? by rossdee · · Score: 2

    Aren't a lot of people already using digital phone service?
    (at home we have phone service via Charter cable)

    1. Re:Huh? by symbolset · · Score: 3, Informative

      Most people have been digital from the central office for over 20 years. Only the last mile has been analog for a rapidly shrinking fraction.

      --
      Help stamp out iliturcy.
    2. Re:Huh? by stox · · Score: 4, Informative

      Digital has been around a lot longer than that, T1's were introduced in 1962. This is changing from circuit switched to IP. Enabling the carriers to jam more call over less wires/fibers than before. This will, of course, increase profits, but not reduce your bill.

      --
      "To those who are overly cautious, everything is impossible. "
    3. Re:Huh? by Anonymous Coward · · Score: 1

      Not even that. People are confusing the "switch to digital" which occurred sometime in the late 90's with this movement which is to convert to all-IP, so there's no more trunking and circuit-switching.

      There's two major problems with this, but it will ultimately result in cost savings if the telephone networks can standardize on a VoIP protocol (oh wait, one exists doesn't it, but it's not Skype.) The first major problem is that POTS last mile and Cellphone's still dial "phone numbers" that assume circuit switching (which is why the numbers exist at all, that's how the old analog gear dealt with it, remember rotary dialing?) The second problem, which is also a cost savings, at least for the consumer if they don't already have it is the elimination of long-distance charges internationally for other end points that terminate over the internet.

      Of course this requires switching to IPv6 as well. If we finally get FTTH everywhere out of this, then sign me up. But I doubt this is what will happen.

      What will happen instead is the carriers will just switch out the Circuit switching points with VoIP relays and leave the last mile intact for everyone who isn't already paying for their VoIP digital telephone service. This is what already happens if you get your phone service from your cable company. They just add another DOCSIS 2.0 modem to your line and it sits there consuming power, and only operates when the power is out for about 30 minutes if the battery hasn't already died.

    4. Re:Huh? by symbolset · · Score: 2, Insightful

      Well yeah. I didn't get into the game until 1984. People have a strange aversion to change wrt telephony. By 1989 I had gone cellular and had way too many conversations like "no, what is your HOME phone number?". "My cellular phone IS my home phone. When I am home that is how you call me. When I'm not home, you can still call me. Now can I rent the movie?"

      --
      Help stamp out iliturcy.
    5. Re:Huh? by Anonymous Coward · · Score: 0

      Well yeah. I didn't get into the game until 1984. People have a strange aversion to change wrt telephony. By 1989 I had gone cellular and had way too many conversations like "no, what is your HOME phone number?". "My cellular phone IS my home phone. When I am home that is how you call me. When I'm not home, you can still call me. Now can I rent the movie?"

      This shit still happens today! I've had people ask me for my "home" number. In 2013 (yeah, technically "last year"). I'm like "I don't bother with a home phone." and they seemed surprised.

    6. Re:Huh? by Belial6 · · Score: 1

      With how cheap phone plans can be now, I just have a spare cell phone that I leave at the house. I ported the number I have had since 1990 to it and use it for all of those people/companies that I would rather have leaving a message.

    7. Re:Huh? by fdrebin · · Score: 4, Insightful



      The trend away from analog for the last mile is astonishingly stupid, but I suppose inevitable. Why do I say that? What happens when your power goes out and you have Charter-crap or Comcast-shite or UVerse-dung ? You're screwed. Got POTS? You've still got a landline as long as you have at least 1 PODF (Plain Old Dumb Phone)

      I've had POTS service for going on 60 years with precisely 0 failures, ever. I also have and have had a variety of cell, wimax, voip & voip-like services, and even used to demo voip and billing thereof for the carriers. Terms such as "Reliable" and "Quality of Service" don't apply. (Well, 99.9% is great until there is an actual emergency)

      </rant>

      And for you young smart/dumb-asses who think I'm a cranky old fart (which I am) I also still make my living writing a variety of relatively smart software - networking, complex computation algorithms, 3D graphics, etc. So I ain't your grandma (though I might have curled her toes back in the day)

      --
      Stupidity... has a habit of getting its way.
    8. Re:Huh? by flyingfsck · · Score: 1

      When your battery goes flat, you do what people did for millions of years before there were telephones: You go outside and talk to a neighbours. Imagine that.

      --
      Excuse me, but please get off my Pennisetum Clandestinum, eh!
    9. Re:Huh? by icebike · · Score: 1

      Meh, get a UPS.
      That's exactly the way POTS works, banks of big batteries.

      I keep my cable modem and router on the UPS. My cell phone, and my spare battery will carry me for about 3 or 4 days. If power is ever out longer than that I'll first up the generator, an charge the UPS and the phones again.

      My cell phone does VoIP now, its called Internet Calling, and some carriers let you do that on cellular, others, only allow it on WiFi, but third party apps let you use VoIP regardless of the network.

      If the FCC can force the carriers to allow this everywhere, it will be great. They can stop selling minutes, and just sell us data. That means world wide free long distance. Because once its on the net, they can't charge you any more for across town or across the globe.

      --
      Sig Battery depleted. Reverting to safe mode.
    10. Re:Huh? by segin · · Score: 1

      But even though it's a digital system, it's logically circuit-switched. Part of this is to also move to the packet-switched domain.

    11. Re:Huh? by Sique · · Score: 2

      Of course this requires switching to IPv6 as well.

      No, it doesn't. If we take SIP for instance, each provider has one or more internal private networks with the subscribers, and to the outside, they are known as <userid>@provider, or they have an ENUM which then maps to <userid>@provider. There is no need for IPv6, as you could easily fit 65000 calls on a single Session Border Controler with one public IP.

      --
      .sig: Sique *sigh*
    12. Re:Huh? by Sique · · Score: 1

      I've had POTS service for going on 60 years with precisely 0 failures, ever.

      Then you are either very, very lucky, or you just never noticed the outages because you weren't calling or expecting a call during outages. Since my parents moved to their new home 15 years ago, they had a reliability of 99,85% on their landline. Why is that? Because there was a big flooding in their region, knocking out the local switch their landline was hooked up to. Shit happens also to POTS.

      --
      .sig: Sique *sigh*
    13. Re:Huh? by sjames · · Score: 1

      It seems like they should continue providing power on the line for whatever equipment may be connected. There's no reason they can't include a copper pair in a fiber run for emergency power.

    14. Re:Huh? by sjames · · Score: 3, Interesting

      If your neighbor is a paramedic, that might work fine. Otherwise, not so much.

    15. Re:Huh? by Anonymous Coward · · Score: 1

      Doesn't help much to talk to the neighbor when your husband or wife or child needs emergency services (like, they are bleeding to death) and your all IP packet-switched phone system won't work because some "expert" miss-configured their edge router and took down the subnet you are on.

      BIG Mistake, getting rid of POTS...

    16. Re:Huh? by sjames · · Score: 3, Informative

      The difference is that the phone company has a humongous UPS with a diesel backup maintained by professionals. Your grandma would likely get one from BestBuy and have no idea they have batteries that might fail without warning.

      Your cellphone might carry you for 3 to 4 days, and your generator might go indefinitely, but how long will the cable network itself stay up? Remember, it was designed at a time where if the power was out, so was anything that might be connected to the cable. And that was fine since it was just TV, the phone was for emergencies and important news came from a transistor radio. I know in my area there is no UPS on any of the network hardware. If the power glitches the network goes down.

    17. Re:Huh? by ras · · Score: 1

      What happens when your power goes out and you have Charter-crap or Comcast-shite or UVerse-dung ? You're screwed.

      I don't know about Charter-crap or Comcast-shite, but here in Australia I can tell you what happens with a PODF. Initially batteries in the exchange power the PODF, and it's all good as you say. But if the outage is caused by a category 5 cyclone named say Yasi then some of the exchanges will be isolated, so the next thing that happens is the batteries go flat. Not a huge problem as the diesel generator cuts in automatically. But then it runs out of fuel, and your PODF dies.

      So what now? Well I can tell you what thousands of Aussie's effected by Yasi did. They used their mobiles. If the mobiles didn't work they hopped into the car and drove to somewhere that did. And if their mobiles went flat they charged them using the car. Turns out determined human with car and mobile beats PODF every time.

      Here in Australia we are building something called the NBN. Sort of like the FCC plan being described here, but we are skipping the trial step. (Well, not really. The NBN is better described as "re-writing the country", but exactly what that means is up for debate, however one thing is clear: POTS dies.) There used to be a huge debate about batteries, just like the one you are starting here. Yasi ended it.

    18. Re:Huh? by Anonymous Coward · · Score: 0

      Well, two issues here:

      (1) The amount of current you receive from the central office over regular analog copper lines is just enough to provide dial tone and power the ringers of a few handsets in the house. The amount of current required to power the optical terminals and VoIP handsets greatly exceeds what has traditionally been provided to POTS users.

      (2) Last-mile connectivity does not go back to the central office in this deployment model. It goes to remote terminals in the neighborhood that do have a small bank of batters but no generator. (Actually, this has been the case for POTS service too in a lot of places where the networks have been transformed and cost-reduced)

    19. Re:Huh? by PopeRatzo · · Score: 3, Funny

      My neighbor had better be a barbecue joint that delivers, or there is gonna be trouble.

      --
      You are welcome on my lawn.
    20. Re:Huh? by Anonymous Coward · · Score: 0

      The good old argument to tradition. Fail!

    21. Re:Huh? by LordLimecat · · Score: 1

      YEA INEFFICIENCY!

      Seriously, who gives a flying crap if their expenses go down, if theres no downside? Is your primary goal in life to "stick it to the man"?

    22. Re:Huh? by LordLimecat · · Score: 1

      Thats really only because analog phones were also providing power. Such a thing exists for digital phones, too.

    23. Re:Huh? by mcgrew · · Score: 1

      Most people are already digital from end to end, since landlines are dying outside of businesses. Everyone I know with a landline is over 60, and even geezers are giving them up. When everybody has a phone in their pocket, there's no use for a landline.

    24. Re:Huh? by mcgrew · · Score: 1

      People have a strange aversion to change wrt telephony.

      That hasn't been my experience. When phones went from dial to touch tone, people threw old but perfectly working phones away en masse. Cell phones took off slowly because of the cost, when new they were not only bulky but incredibly expensive to use, three or four bucks per minute while landlines were unlimited usage for a very low monthly fee.

      When very few people were cell-only, and everyone was used to everyone having a landline, of course people were puzzled.

    25. Re:Huh? by fatphil · · Score: 1

      > Turns out determined human with car and mobile beats PODF every time.

      Not *every* time. Not the time when PODF is working fine but you've got no mobile coverage.

      --
      Also FatPhil on SoylentNews, id 863
    26. Re:Huh? by mcgrew · · Score: 2

      I've had POTS service for going on 60 years with precisely 0 failures, ever.

      When two tornadoes tore through Springfield in March 2006, my neighborhood had no power, phone service, or cable; all of the utility poles were broken. Power was out for a week, POTS for three weeks, and cable six weeks.

      My cell phone worked through it all, charged in the car. So my two questions are, why do you still have a job and a landline? I turn 62 in April and am retiring this month. After more than four decades of doing what someone else wants me to do, I'm ready to do what I want to do.

    27. Re:Huh? by Bengie · · Score: 1

      I haven't owned a POTS in over 10 years now, just a call phone. I had POTS back in the 90s when I was a kid and I had the phone go down many times and had several times where the static was do bad I could not effectively communicate.

      I don't know about cable/dsl, but any fiber system can have a lot of up time with a small UPS. You're talking about a fiber device that consumes 5watts under load, less when idle. A small car battery will get you almost a full week of up-time. You can get a small hand-crank generator that puts out 10 watts. Someone in another forum mentioned that their ISP is running DC power along with the fiber,so their ONTs can stay powered amidst an outage.

      We probably need some regulations about VOIP services for anything that is meant to replace POTS.

    28. Re:Huh? by Bengie · · Score: 1

      As a child, most of the time I lost power, I also lost phone. Something about the phone lines being strung up with the power lines, and when a tree falls over and takes out the entire pole, you lose both services.

    29. Re:Huh? by Bengie · · Score: 1

      Don't allow VOIP over cable to replace POTS, only non-powered fiber networks. Cable networks need AMPs, fiber typically doesn't even need repeaters at all.

    30. Re:Huh? by bbn · · Score: 1

      If the power is out for 3 to 4 days you have no food, no water, no gasoline, no heat. The phone service is the least of your worries.

      Truth is that people today have a much better chance of getting emergency services with their cell phones.

    31. Re:Huh? by Anonymous Coward · · Score: 1

      The only real advantage I can see going Digital IP instead of Tin-Can over Copper is even the cheapest, shittiest IP endpoints can be SNMP Enabled to give you line statistics and inform you of outages before your customers do.

      That's it.

      You need to maintain inventory of Asian-made unserviceable one-use line cards and other equipment to maintain those systems. Fiber is a Multiplexed technology, and you can upgrade the line speed to Terabits a second by changing the tin cans and because of that you can get rid of a lot of kludge. There is promise to be as reliable as the old equipment, the problem is expense.

      What the FCC is arguing with AT&T over is how oversubscribed AT&T can make the lines and still be 911 compliant. AT&T is running everything out of Bangalore for many of their services now and that causes some major f-ups over here in the office that are not characteristic of AT&T. The only thing that made AT&T worthwhile were the union Telco guys, lineman, and planners which were 1st rate people and those are going away for subcontractors and people half a world away to "cut cost". Not saying the union and execs aren't both bleeding the company dry; they are. I am saying AT&T had the unique ability and culture to produce T5000 series linemen; get one of those guys with 20 years of experience and point them at an improperly cabled wiring cabinet, they are like robots. The Hate of hack-jobs is strong in these guys.

    32. Re:Huh? by xaxa · · Score: 1

      This will, of course, increase profits, but not reduce your bill.

      Haven't you seen prices go down? The cheapest phone+broadband deal in the UK seems to be £10.50/month. I'm sure both the phone line and the dial-up access each used to cost more than that.

      It's not a perfect market -- the cheapest phone-only deal seems to cost about the same. It's also not that easy to compare prices, when every company seems to offer it's own kind of deal. But there's lots of advertising trying to get people to switch.

    33. Re:Huh? by karnal · · Score: 1

      My current house and the last house I lived in still maintains access to the cable network (TV and internet service) during a localized power outage. I'm guessing with the proliferation of their own VOIP service, they've had to do the same thing the telcos have - keep things up using batteries. 5+ years ago the midwest was hit with severe wind - and my neighborhood was out for 7 days. At that point I bought a generator shortly after - and I haven't had any notable losses since, but at this point I'd rather have the availability of the generator at least for the furnace in case it's cold out.

      I forsee that most companies will be putting more and more infrastructure in to keep services running even with localized power outages.

      --
      Karnal
    34. Re:Huh? by Anonymous Coward · · Score: 0

      If your neighbor is a paramedic, that might work fine. Otherwise, not so much.

      And even if your neighbor is a paramedic, if you're laying on the floor having a heart attack with the phone in your hand trying to call for help, "going to talk to the neighbor" probably isn't an option. Nor, if you aren't alone, is it probably the first choice of the person(s) with you to leave you and run next door (or down the street) for help when there is a phone and supposed 'emergency number' that should be able to be reached 24/7.

      Now, of course, in either situation a cell phone is another option - if there is signal - and if there's more than one person there (with perhaps multiple carriers) that could be a plus (more chances of a signal)... but the telcos pretty much guaranteed 911 service to a POTS/landline phone, even with the power out (since power came from the CO with battery backup, generators, etc).

    35. Re:Huh? by Applehu+Akbar · · Score: 1

      Since everyone has a cellphone today, why are power outages such a deal-killer for you?

    36. Re:Huh? by Anonymous Coward · · Score: 0

      If the power is out for 3 to 4 days you have no food, no water, no gasoline, no heat. The phone service is the least of your worries.

      Speak for yourself, I went through that the other year w/ Hurricane Sandy, I have a 50gal (food grade) drum of water, lots of canned/dry foods I rotate through, and a woodstove I use for heat anyways (since heating oil is so damn expensive). Ok, no gasoline... but I wasn't going anywhere anyways since 2 of 3 ways out of my neighborhood were totally blocked off (huge trees down) and the 3rd... well, you could slip under the big hemlock tree at a 45-degree angle laying on the power lines if you wanted to. (I have both POTS and cell, FYI, it's redundancy).

      Just because the average person doesn't keep more than a few days food around, nor enough bottled water for a week or two (plus I have a Berkey water filter that I could make scummy pond water from down the street drinkable with), no other form of heat other than one requiring electricity, etc... doesn't mean all of us are unprepared.

      My neighbors, of course, pissed me off... it was a great opportunity to use my telescope with a minimum of light from the area (5mi out of town but I still get the 'glow' from town), and they had their damn generator running 24/7 for the entire week... and I swear every goddamn light in the house on (and every exterior light at least, grrrrr....).

    37. Re:Huh? by Fjandr · · Score: 1

      That's a problem with any wireline communication service, and will remain a problem regardless of whether the signal going down the wire is analog or digital. The problems being noted are in addition to physical disruptions.

      To balance your anecdote with another anecdote, I can count on one hand the number of power outages that also took down phone service (that I was old enough to be aware of, obviously).

    38. Re:Huh? by Kumiorava · · Score: 1

      I think cell phone with 99.9% reliability that is always in your pocket is much better 100% reliability at your office desk. Out in the countryside 100% reliability for land line is not possible. Especially when there is a strong storms, lightning storms or any major event, which happens at least once a year. For example when lightning strikes inside home via phone line blowing the phone in pieces. When that happens and has happened I much rather use my cell phone to call fire department or ambulance. I also prefer cell phone when storms that make woods fall on phone lines and electric lines.

      Finnish operators have had already been able to remove physical wires for a long time now. The requirement is to provide 3G service to those homes that lost the wired connection. That has made country side much safer as the cell phone coverage got much better and cell phones work in times when phone lines are down. Cell phone towers usually work during power outage too.

    39. Re:Huh? by ai4px · · Score: 1

      We have fiber in our neighborhood and in each house is a power supply that charges a battery in the box on the side of the house. Last year, two neighbors lost their phone/internet/cable about 2 days after a big lightning strike. The strike took out their power supply and the batteries lasted two days. Suprising to them, but really not that bad.

    40. Re:Huh? by ganjadude · · Score: 1

      thats what I use google voice for

      --
      have you seen my sig? there are many others like it but none that are the same
    41. Re:Huh? by squiggleslash · · Score: 1

      I don't think anyone was suggesting POTS is perfect, but having a 100% reliability rate when you've tried to use a phone is better than virtually all VoIP services, and that was very obviously the grandparent's intended point.

      There's little question that the elimination of POTS (or ISDN *chortle*) will result in a net decrease in the security associated with access to emergency services. The question I guess is two fold - what can be done to reduce that security, and to what extent - given the degree to which cellphones have overlaid our communications infrastructure with multiple redundant, and accessable everywhere, alternatives to POTS will reduce the risks that would have been considerable just 20 years ago.

      --
      You are not alone. This is not normal. None of this is normal.
    42. Re:Huh? by Anonymous Coward · · Score: 1

      Good point. I'll illustrate how I use Google Voice so folks who may not know much about may be able to see some possibilities. We still (unfortunately) have a home phone - my wife is almost but not quite ready to give it up. But, there are some callers who call all the damn time. The local high schools are notorious - calling almost every day with things like "PTA meeting tomorrow evening", "you child missed one period today", "Wednesday is a late start wednesday", etc., etc. So I created a Google Voice number specific for this. Our whole household (4) already uses GV for all of our cell phones - none of us give out our "physical" (for lack of a better word) phone number. We only use the GV ones. (BTW, that makes it easy for me to test new models of phone at work - don't need to port numbers, etc. just associate it on GV). So I just created another GV number as a "home phone". I did associate it with the real home phone just in case I ever decide to let certain callers ring through (since you can allow some while blocking others), but I could have associated it with my work phone or something instead. I have it set on "do not disturb" - so no calls come through. I give this out to the high school and other high volume annoyance callers. I then setup mail forwarding so that when a call comes to the "home" GV number, I get an email on my main account. This gives me a (terrible) transcript of the call right in the email account on my cell phone. Even though the transcription is awful, it is usually close enough to get the gist of it and I don't get bothered with a ringing phone. I can play the actual recording from my phone too if I need to. I also have it forward the mail to my wife's email as well - so it acts more like a "real" home phone in that both of us get the notifications. If I had given the school just my phone then only I would get the message.

      Anyway, that was long and rambling but I thought someone might get some use out of it.

    43. Re:Huh? by PPH · · Score: 1

      Because when the power goes down for a significant length of time, so do the local cell towers. A significant length of time where I live can be a week or more. And that happens one every year or so.

      --
      Have gnu, will travel.
    44. Re:Huh? by swalve · · Score: 1

      I understand the reluctance, but it doesn't have to be dangerous. We can just switch to some kind of wireless beacon device like they use on the water. Three buttons, fire, police and ems. Hit the button, people show up at your house.

    45. Re:Huh? by swalve · · Score: 1

      You still need to power something at either end of the fiber.

    46. Re:Huh? by cusco · · Score: 4, Insightful

      I live in Seattle, where even backed up rush-hour traffic can saturate the cellular network. We had a windstorm here a few years ago that made everything but a POTS line utterly unusable for three days. We also have earthquakes, floods, wildfires and several big honking volcanoes in the area. Cell phone might be more convenient, but if I want to add that little bit of extra security to my wife's life we'll keep the POTS line until they finally go away.

      --
      "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
    47. Re: Huh? by Anonymous Coward · · Score: 0

      Just last month, my home pots line officially exceeded my wireless voice plan in cost :/ I used to keep the pots line around for the alarm, but even that isn't a requirement anymore.

    48. Re:Huh? by cusco · · Score: 1

      Or the cell network is saturated, which it is in every single emergency that I've ever heard of.

      --
      "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
    49. Re:Huh? by sjames · · Score: 2

      We have had a few such blackouts where I am. We still had food. Gasoline wasn't much concern since the roads were impassable anyway. The heater wouldn't run, but we still had natural gas, and so hot water. The phone still worked.

      The typical cell tower is lucky to go 24 hours on battery so good luck using your cellphone for 911.

    50. Re: Huh? by Anonymous Coward · · Score: 0

      The fun thing to note here is that the diesel generator MUST work to keep things working. While there are numerous ( and large ) battery strings within the CO, most offices will drain them in ~15 minutes if the generator doesn't kick in. Everything in a Central Office is typically powered at -48vdc. When you consider the sheer amount of equipment in there, you start to realize the amount of power required to keep it all running.

      The CO's won't go anywhere as you still need a place to house the equipment that transports your data. ( think fiber multiplexing systems ) Though, they'll be able to replace the floor sized 5ESS, or Nortel flavor switch with a Cisco box a fraction of its size.

    51. Re:Huh? by jwdb · · Score: 1

      And for you young smart/dumb-asses who think I'm a cranky old fart (which I am) I also still make my living writing a variety of relatively smart software - networking, complex computation algorithms, 3D graphics, etc.

      You *are* a cranky old fart, and a pretty poor networking guy if you've never heard of power over ethernet. Fiber's a different story, but as long as you have copper you can transmit power. It's just that the companies are not required to provide power as they are with POTS, and it's the same deal with regards to quality of service, length of downtime, etc.

      Update the laws, rather than sticking obstinately with obsolete tech.

    52. Re:Huh? by Anonymous Coward · · Score: 0

      I made the same point about the reliability of POTS when I moved into an apartment in a new complex - the installer who came to put in my landline almost didn't even know how to do it there - I think I am the first of 300+ occupied units who ordered one. Everyone just gets scrU-verse and pays AT&T for a bundle, or has cell only. The installer agreed with me. But it was not easy to get it working.

    53. Re:Huh? by Mr.+Slippery · · Score: 1

      When everybody has a phone in their pocket, there's no use for a landline.

      Not unless you care about reliability, no. I never had a POTS call drop out on me.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    54. Re:Huh? by dryeo · · Score: 1

      I live aways out of town (third largest in Canada), about 40 kms with mountains around. Only choice is the phone company and all their bundles involve high speed internet which doesn't exist here. My basic phone has stayed at $30 while various other items have been added, $5 for not making enough long distance calls, call display is $9, my dial-up just went up to $35. Total bill is close to $100 cnd. When I first moved here my bill was $20 + $25 for dial-up.
      My cell plan has also gone up though not as much with extras going up even faster. Text message is 20 cents, long distance is now 25 cents a minute, used to buy 3 months of time, now it's 1 month and the per second billing went away a long time ago.
      I could get cheaper cell plans but since I average about 10 minutes a month it is not worth it. Perhaps if we ever get cell service here...

      --
      https://en.wikipedia.org/wiki/Inverted_totalitarianism
    55. Re:Huh? by DarkVader · · Score: 1

      I've got UPS power, and I've got the ability to run power from an inverter in the car. I've got cell phones. And I've got ham radio.

      I will not pay for POTS service, since when I last had it, it wasn't used for anything but telemarketers to call me.

      Oh, and I live a block from the fire station, where they have paramedics. :)

    56. Re:Huh? by Jawnn · · Score: 1

      <rant> Got POTS? You've still got a landline as long as you have at least 1 PODF (Plain Old Dumb Phone)

      False. Most residental POTS lines are analog (and thus line powered) for only the last mile. When the power goes out, unless the other end is a CO with backup generators, etc., your POTS service will last only as long as the batteries in the hut down the street, where your line is digitized for the backhaul to the CO.

    57. Re: Huh? by grub · · Score: 1

      My alarm system is wireless. There is a small box in an upstairs closet with a SIM in it which does the data transfer. Costs $15/month on top of my existing alarm plan (could get it cheaper these days most likely) My point is that even that small wireless surcharge is much cheaper than the cost of a POTS line. And this can't have the wires cut outside.

      --
      Trolling is a art,
    58. Re:Huh? by Anonymous Coward · · Score: 0

      Amen, brother. Well said.

    59. Re:Huh? by Bengie · · Score: 1

      The original argument was that even with a UPS at home, if the middle-mile loses power, you're SOL. My counter argument was that fiber does not have this problem, you only need to power the both ends, not everything in-between.

    60. Re:Huh? by Solandri · · Score: 1

      I live in Seattle, where even backed up rush-hour traffic can saturate the cellular network. We had a windstorm here a few years ago that made everything but a POTS line utterly unusable for three days. We also have earthquakes, floods, wildfires and several big honking volcanoes in the area.

      POTS was usable only because fewer people still use it. Neither cellular nor POTS use dedicated lines. Both can support far fewer simultaneous calls than there are phones. In fact back in the day when payphones were common, a moderate earthquake would make the POTS lines useless. The shaking would knock all the payphone handsets off the hook. The system would interpret that as someone trying to make a call and assign a line to that payphone. Meaning anyone trying to call over POTS immediately after the earthquake would get an all circuits busy signal (fast busy signal). We were taught in school that after an earthquake, if you saw a payphone with its handset off the hook, to put it back on.

      Cellular also gives you the option of sending out your emergency message via a low-bandwidth text or email/tweet, instead of a high-bandwidth voice call. If you're going to be late because you're stuck in a traffic jam, and can't get a call through because a thousand other people in the cars next to you are trying to do the same thing, just send a text.

    61. Re:Huh? by Applehu+Akbar · · Score: 1

      The cell towers regularly go out for a week or more in your village? In that case, you have more to fear from Taliban insurgents than from the phone company.

    62. Re:Huh? by PPH · · Score: 1

      Village? I can spit on Bill Gates' house from my place.

      --
      Have gnu, will travel.
    63. Re:Huh? by Anonymous Coward · · Score: 0
      So the generator runs out of fuel but the cars don't?

      Turns out determined human with car and mobile beats PODF every time.

      I know; every time I'm on a bus and it runs out of fuel, I hop off and walk the last 50 feet and brag about how much better I am than that stupid bus that did most of the work getting me to my destination.

    64. Re:Huh? by Anonymous Coward · · Score: 0

      I pay US$42/mo for POTS plus 1.5Mbps DSL.
      The telephone component hasn't gone down in 15 years.

    65. Re:Huh? by Anonymous Coward · · Score: 0

      Haven't you seen prices go down?

      The only way utility prices ever go down in America is if there is a new law that requires it.

    66. Re:Huh? by Anonymous Coward · · Score: 0

      Actually its a little more complex than you may realize. For CMTS - CM connections there are service flows specifically for phone service, so although your phone go's over the same wire as your internet it is given fixed spaced time slots V/S a best effort of your normal internet traffic.

    67. Re:Huh? by Sique · · Score: 1
      As I said: My parents didn't have a 100% availability rate, but a POTS outage of several days. Also I had already some POTS outages, but only for hours. Given the ubiquity of mobile phones, there still is some kind of near-100%-access to emergencies, about the same level as the POTS. And if there is a large scale outage of the phone system, it is handled as an emergency anyway.

      Full disclosure: I work with POTS and VoIP systems as a living, and I know how reliable they are. I also do some servicing for an emergency central. POTS lines die all the time. At a construction site, a power shovel cuts the wires, avalanches knock out the cable, flooding kills the central switches, a work troup removes the wrong wires, even a hosed software update that knocks out a whole region: shit happens all the time. Here around, many providers don't even give you a real POTS line, they install S-DSL to your site, and then put in a modem that converts the VoIP back to an analog signal or a T1 (we notice that if the billing signal does not work correctly, because standard SIP or H.323 don't send billing information).

      --
      .sig: Sique *sigh*
    68. Re:Huh? by Eunuchswear · · Score: 1

      When everybody has a phone in their pocket, there's no use for a landline.

      Landline? Oh you mean that thing the ADSL modem is plugged into.

      --
      Watch this Heartland Institute video
    69. Re:Huh? by Anonymous Coward · · Score: 0

      Cedllular gives you that option as long as a tower is up. That was one of the big problems with the windstorm gp mentioned.

    70. Re:Huh? by mcgrew · · Score: 1

      I never had a POTS call drop out on me.

      Then you've never been on the phone with someone when a tornado hit their neighborhood. Oh, and if you're in a thunderstorm your cell phone is safe to use, POTS can kill.

      I haven't had POTS for over a decade, never once missed it.

  2. It's Like The Last Piece Of Technology That Works by Anonymous Coward · · Score: 5, Insightful

    My POTS line works great, works in power outages, and sounds way better than any other phone service I've had the misfortune of being exposed to. Of course the FCC wants to screw it up.

  3. What about surveillence? by Anonymous Coward · · Score: 2, Interesting

    I'm not at all saying that the FCC is pushing towards surveillance with this, but I question whether or not this makes it easier, more difficult, or the same. I'm under the impression that it would become easier to spy on the content of calls (the so called "metadata" wouldn't see any change, of course).

    1. Re:What about surveillence? by jlb.think · · Score: 1

      It may or may not make it easier for current mass surveillance technology, but it will make it easier for us to use telephones with encryption built in. I would love to see basic telephones with opportunistic encryption built in and the option for me to use my own set of keys when I don't think that's enough.

    2. Re:What about surveillence? by lister+king+of+smeg · · Score: 1

      well you could alway put up a firewall on your line if your that concerned about it.

      --
      ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
    3. Re:What about surveillence? by LordLimecat · · Score: 1

      Im not sure if you're serious. Im pretty sure theyve been spying on analog lines for decades now.

    4. Re:What about surveillence? by swalve · · Score: 1

      Relying on difficulty to combat government abuses is not an effective method. Hold them to high standards and it won't matter how easy or hard it is.

  4. Coming to a "landline" near you... by LookIntoTheFuture · · Score: 5, Insightful

    More delays that make conversations frustrating! Woohoo!

    --
    Brave Sir Robin ran away. ("No!") Bravely ran away away. ("I didn't!")
    1. Re:Coming to a "landline" near you... by binarylarry · · Score: 4, Funny

      I'm alllllllll!@#>#@$ using Slashd |!@#!$%>>,,,,,,,,, over IP

      It's totally rad!@#XCCVZ...........

      NO CARRIER

      --
      Mod me down, my New Earth Global Warmingist friends!
    2. Re:Coming to a "landline" near you... by deconfliction · · Score: 3, Informative

      Yup, more latency as you mentioned, and also likely to accompany it- worse audio quality as more calls are put through the same amount of bandwidth. Ain't progress grand? 30 years ago when I was a child, you could flip cable channels with maybe 0.25s latency for the picture to stabalize, now you can stare at a black screen for a few seconds. (not that my ability to waste my life channel surfing is defensible, but it's the same basic issue. And yes, DVR features do outweigh the degradation of channel change latency, but again, I'm just highlighting that tradeoffs are being made, and it isn't always a net win on user experience)

    3. Re:Coming to a "landline" near you... by Bengie · · Score: 1

      you could flip cable channels with maybe 0.25s latency

      Kind of like YouTube or Netflix. Other than YouTube tends to have ads at the beginning of videos. uhgg.

  5. The real motive by stox · · Score: 4, Insightful

    AT&T and Verizon are pushing this. Why? Digital services aren't currently unregulated. Digital services are non-unionized. Digital services don't currently require universal service. Digital services are not required to be repaired in a timely basis. Unless the FCC declares digital services to be common carriers instead of information providers, we are going to get screwed and hard!

    --
    "To those who are overly cautious, everything is impossible. "
    1. Re:The real motive by stox · · Score: 4, Informative

      Make that "ARE currently unregulated."

      --
      "To those who are overly cautious, everything is impossible. "
    2. Re:The real motive by Anonymous Coward · · Score: 0

      No unions? Sign me up!

    3. Re:The real motive by imthesponge · · Score: 1

      The man on the radio told me that unions are worse than Hitler.

    4. Re:The real motive by fahrbot-bot · · Score: 2

      AT&T and Verizon are pushing this. Why? Digital services aren't currently regulated. Digital services are non-unionized. Digital services don't currently require universal service. Digital services are not required to be repaired in a timely basis. Unless the FCC declares digital services to be common carriers instead of information providers, we are going to get screwed and hard!

      In addition, my understanding is that while a customer can opt to get phone service from an alternate provider over POTS - meaning it's Verizon's copper, but you get your service from [not-Verizon] - a customer is not allowed this option using fiber - a concession granted to the telcos for running their new, expensive fiber.

      --
      It must have been something you assimilated. . . .
    5. Re:The real motive by Anonymous Coward · · Score: 0

      This. The technical arguments are interesting and correct. The only POTS downtime I ever had was when a drunk wiped out the neighborhood connection frame one nite (phone down for almost a month; DSL down for another week or so and never really worked right afterward; the wires are underground but the boxes aren't). But This.

      By moving to all-digital, there is no more competition, even a little bit. POTS providers had to make space available (at a price) for other phone and, especially, DSL providers/ISPs. Not with digital. In my area, it's Uverse or Comcast. Period, unless you want to go with fly-by-nite mesh or 4G. Back to "We're the phone company. We don't have to care. Oh yes, and there's an extra service fee for that."

      This FCC action just kills alternate (not part of the carrier) ISPs for anybody who isn't big enough to justify a full-on business connection to the Internet and be their own ISP. What do we pay a regulatory fee for (on our bills) if there's no regulation?

    6. Re:The real motive by drinkypoo · · Score: 1

      In addition, my understanding is that while a customer can opt to get phone service from an alternate provider over POTS - meaning it's Verizon's copper, but you get your service from [not-Verizon] - a customer is not allowed this option using fiber - a concession granted to the telcos for running their new, expensive fiber.

      You are either grossly miseducated or trolling. Phone service isn't delivered on raw fiber. It comes in on IP, and you can get it right now on basically any internet connection. The ISP won't do QoS for you if you get the packets from anywhere but them, but any decent router will do it and you should never be running a router with stock firmware anyway if you love yourself.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    7. Re:The real motive by Virtucon · · Score: 1

      Why? Because it gets rid of the traditional, local Communications Office (CO) and eliminates a lot of maintenance and infrastructure costs because POTS lines require the local CO to have switching gear and a whole lot of batteries to maintain them. That's why you can still get a dial tone during a power outage on a POTS line. Sure from the CO out it's all digital now but doing this allows them to reduce costs while not providing better service necessarily or reducing prices paid by customers. For example, I have VZ Fios but they still want to charge me $30/month for phone service which is their flavor of VOIP, something you can get for free. All of this allows them to get rid of real estate, labor costs and a lot of older hardware and workers. No COs means less workers maintaining them.

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    8. Re:The real motive by Anonymous Coward · · Score: 0

      No, I believe that you have missed the point. Right now, I can get DSL from a local ISP, even though my local ISP hasn't run their own copper lines. Verizon is legally required to allow this. If I call the local ISP and tell them I'd like to upgrade to a fiber optic connection since Verizon has fiber available in my neighborhood, they will tell me that can not do that. Without a legal mandate forcing them to do it, Verizon will not allow them to use their fiber lines.

      So, with copper lines I can have both phone from a local company (CLEC) and internet from a local ISP. With fiber at least one of those local companies has to change to Verizon (or AT&T, or whatever company owns the lines in your area).

    9. Re:The real motive by drinkypoo · · Score: 1

      No, I believe that you have missed the point. Right now, I can get DSL from a local ISP, even though my local ISP hasn't run their own copper lines. Verizon is legally required to allow this. If I call the local ISP and tell them I'd like to upgrade to a fiber optic connection since Verizon has fiber available in my neighborhood, they will tell me that can not do that. Without a legal mandate forcing them to do it, Verizon will not allow them to use their fiber lines.

      That is completely orthogonal to the issue of VoIP.

      So, with copper lines I can have both phone from a local company (CLEC) and internet from a local ISP. With fiber at least one of those local companies has to change to Verizon (or AT&T, or whatever company owns the lines in your area).

      With fiber, you only have one choice of ISP. That is annoying. But that is still orthogonal to the issue of VoIP. You still get to choose your phone company with fiber, you only don't get to choose your ISP.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    10. Re:The real motive by fahrbot-bot · · Score: 1

      You can get fiber-based phone service w/o broadband. This isn't about using VoIP over a broadband connection, it's about straight phone service over copper vs. fiber. From Consumer Reports (and some others):

      But there may be another reason why copper presents problems for phone companies. Federal law requires them to share their copper lines with competitors. There’s no such requirement for fiber.

      If you get fiber broadband service, then you're correct that you're stuck with that telco being your ISP and/but you can, obviously, get VoIP over that broadband from anyone - assuming that telco doesn't block/throttle that service while Net Neutrality doesn't exist...

      However, all this seems to be continuously in flux and my information may be outdated.

      --
      It must have been something you assimilated. . . .
    11. Re:The real motive by Anonymous Coward · · Score: 0

      The man on the radio told me that unions are worse than Hitler.

      That's not fair! Most of them are a little better than Hitler.

    12. Re:The real motive by Maow · · Score: 1

      No unions? Sign me up!

      Yet conservatives may be shocked to learn that their idol Reagan was once a union boss himself. Reagan was the only president in American history to have belonged to a union, the AFL-CIO affiliated Screen Actors Guild. And he even served six terms as president of the organized labor group. Additionally, Reagan was a staunch advocate for the collective bargaining rights of one of the world’s most famous and most influential trade unions, Poland’s Solidarity movement.

      And Reagan said this regarding unions:

      By outlawing Solidarity, a free trade organization to which an overwhelming majority of Polish workers and farmers belong, they have made it clear that they never had any intention of restoring one of the most elemental human rights—the right to belong to a free trade union.

      So you modern conservatives even make Ronald Reagan look like a leftist. And guess what? He was no leftist.

      That ought to give you reason to consider your blind partisanship, but something tells me that would be highly unlikely.

  6. Hate it by Bite+The+Pillow · · Score: 1

    Switched to VOIP at work. Immediately I lost the cues I use in lieu of body language, and cutting into a conversation went from a graceful maneuver to a bludgeoning due to a tiny extra delay.
    Was this a poor implementation, or par for the course? Can we expect better clarity from VoIP or more muffled sounds as I heard? Loss of dynamic range, audio compression, transmission, and some form of noise gate or raised floor made me half as effective as I should have been, and I worked remotely so I needed that edge I lost.
    Are things different now?

    1. Re:Hate it by flyingfsck · · Score: 1

      Hate to break it to you, but most phone call trunking is VoIP already. I also guess that you don't never made an overseas call, own a cell phone, or used a two way radio.

      --
      Excuse me, but please get off my Pennisetum Clandestinum, eh!
    2. Re:Hate it by Anonymous Coward · · Score: 0

      When VOIP was first being rolled out about 18 years ago, my initial reaction was to focus on the audio quality we were losing, rather than the exciting new digital services that were being pitched. In retrospect, though, POTS was scaleable but only for the pre-Internet, pre-mobile phone, pre-globalized society. It no longer scales to set up a dedicated path for each telephone conversation. That's like each executive in an office having a secretary to answer the phone and type the memos... it was a nice arrangement for a bygone era.

    3. Re:Hate it by Animats · · Score: 2

      Are things different now?

      No, VOIP still sucks. Cellular sucks. Cellular plus VOIP really sucks. Lags as high as 1 second.

      Telephony has gone from "You can hear a pin drop" to "Can you hear me now?".

    4. Re:Hate it by symbolset · · Score: 4, Insightful

      They never said *when* you would hear the pin drop.

      --
      Help stamp out iliturcy.
    5. Re:Hate it by fdrebin · · Score: 1

      Hate to break it to you, but most phone call trunking is VoIP already.

      Yes, but not precisely. The trunks are not the same VOIP that you get when you use your MagicJack or Skype (Skype works pretty well for me actually). You essentially have a digital SVC (Switched Virtual Circuit) that is indeed digitized and compressed, sliced, diced etc. but the more-or-less dedicated bandwidth is 64k. Your cell phone connection is 3k-8k at best. And latency is indeed lower because AT&T set that stuff up back in the days when they actually cared.
      Disclaimer: I used to work for carriers on the backend systems, so I had to take classes on all this, but it's been 10+ years since then and this wasn't my area of expertise. So I could have details wrong but the gist of it is correct.

      --
      Stupidity... has a habit of getting its way.
    6. Re:Hate it by Foresto · · Score: 1

      No, VOIP still sucks. Cellular sucks. Cellular plus VOIP really sucks.

      Eh. POTS worked okay for me most of the time, except when wet weather made call quality worse than normal. VoIP works well for me most of the time, except when a bad route makes call quality worse than normal. At least VoIP gives me more alternatives with which to work around a problem, and is a hell of a lot cheaper. I look forward to the day when better codecs (on both VoIP and cellular) and encryption raise the "normal" bar, for basically no cost.

    7. Re:Hate it by Anonymous Coward · · Score: 0

      Sounds like a shitty implementation and/or a shitty provider.

      I have several offices who have been using a SIP trunking provider for nearly a decade now. Specifically, our PBX speaks SIP to our provider, and our office uses SIP phones to the PBX. It's indistinguishable from the old Nortel PBX we used to have that was serviced by PRI lines prior to our upgrade to VoIP (only that it is cheaper for us to operate).

    8. Re:Hate it by swalve · · Score: 1

      That happens when there is some kind of hack in the middle of the connection. Like digital to POTS converters or shit switching and routing configurations. The same thing happened at my company, and then they finished the deployment and everything was much better.

    9. Re:Hate it by vux984 · · Score: 1

      Telephony has gone from "You can hear a pin drop" to "Can you hear me now?".

      On the flipside, I now pay 0$ per month instead of $25/mo for my voip "landline", and can make free calls to any major city in the country, and calls to anywhere else at a fraction of the price. And I can take the ATA with me, and use it from nearly anywhere at no charge, as well as use an app on my laptop or phone with it. It comes with voicemail and caller id...

      On top of all that, where the landline used to be my "primary" number, it has long since been demoted into distant 2nd behind my cell phone.

      I'm not happy with the relative voice quality or reliabity but the features and price make it worth it.

      Rather than prop up the POTS system, I'd prefer we move to enforce minimum uptime and disaster/emergency robustness of the internet.

  7. Great ... by gstoddart · · Score: 1, Insightful

    Just what the phone company needs to charge us even more money ... a new-fangled phone system.

    And, of course, while they're robbing us blind for something which should already be cheap and ubiquitous (but now newly gets to be the new expensive hotness), Big Brother should have an even easier time tracking everybody.

    Why the fuck does the future always have to seem like bleak-cyberpunk?

    Because there is no way we don't end up spending twice as much for essentially the same service.

    Which will be great for the big telcos (which are oddly now all the cable companies who keep merging so there's no actual competition). For the rest of us, not so much.

    And, if it's good for big business, you can bet the FCC will approve it -- because that's what they're paid to do.

    And, of course, the marketing weenies will call it "HD-Phone", or "Phone 3.0", or some equal bullshit.

    --
    Lost at C:>. Found at C.
    1. Re:Great ... by binarylarry · · Score: 1

      We'll end up with iRing vs Gingle+ and the whole thing will be bananas.

      --
      Mod me down, my New Earth Global Warmingist friends!
  8. needs a law saying no forced rent fees or per phon by Joe_Dragon · · Score: 1

    needs a law saying no forced rent fees / must buy our hardware only from us or per phone outlet fees

  9. NO. They Want To Change From Switched to IP by snookerdoodle · · Score: 0

    I don't think there have been any analog phone networks in any developed countries for many years. Nice Reuters. You should know better.

    I believe they mean to change from a switched (digital) telephone network to an IP network. The telephones in your office are probably IP phones.

    1. Re:NO. They Want To Change From Switched to IP by snookerdoodle · · Score: 1

      Meant to add: It *may* let them get of the A/D D/A business, pushing digital into the home. I.e.: While the network itself is digital, it's analog to your house.

      OTOH, they may still leave this leg analog, but I can't imagine why. Vonage et al certainly do IP/DSL for you.

    2. Re:NO. They Want To Change From Switched to IP by Anonymous Coward · · Score: 0

      How do you plan to get the bits to the home without the analog wire? Dial-up is still the only option for a vast number of places in the US. I'm on dial-up. It sucks but it's what I can get.

    3. Re:NO. They Want To Change From Switched to IP by stox · · Score: 1

      This has been coming for 30 years, can you say ISDN?

      --
      "To those who are overly cautious, everything is impossible. "
    4. Re:NO. They Want To Change From Switched to IP by SuricouRaven · · Score: 1

      Aside from the last mile, the phone network went cell swiched long, long ago. Cell switched, not packet switched - lower latency that way. Things like ATM and ATM-over-SONET. Not an IP address in sight.

    5. Re:NO. They Want To Change From Switched to IP by Anonymous Coward · · Score: 0

      Aside from the last mile, the phone network went cell swiched long, long ago. Cell switched, not packet switched - lower latency that way. Things like ATM and ATM-over-SONET. Not an IP address in sight.

      Thank you! I see so many people here talking about how the PSTN core has gone IP. Very few SS7 links are now SIGTRAN (SS7 over IP) and typically that IP goes over ATM. But even that is rare. Most phone calls in the USA today transit ATM works (over SONET) without TCP/IP being involved.

  10. Re:Huh? IP already? by Anonymous Coward · · Score: 3, Informative

    Of course! Anybody not using POTS is already VOIP. Of course, even POTS customers are VOIP if they call beyond their local exchange, probably.

    On the plus side, if done right (HA!!) POTS would still be POTS but from the neighborhood Uverse/FIOS/etc box rather than from the central office - think many neighborhood exchanges rather than one or 2 per town. Or maybe each neighborhood on a phone co. PBX. The concept goes downhill from there ...

    And if that works they can get rid of some central offices which are often on valuable real estate near the middle of town.

  11. Re:It's Like The Last Piece Of Technology That Wor by profplump · · Score: 2, Insightful

    Really, because my POTS line goes down every couple of months, sometimes mis-routes calls, only supports in-band DTMF signaling, and often has lower quality audio than my VoIP line.

    It's almost like the underlying signaling technology is not the sole determining factor in quality of service, and there are a number of ways to meet (or fail to meet) desired service goals. But I know that's a silly idea -- we know from history that older == more robust, just like older cars start better in cold weather and older flashlights need fewer batteries.

  12. Been happening for decades already by flyingfsck · · Score: 1

    In North America almost all trunking is VoIP already.

    --
    Excuse me, but please get off my Pennisetum Clandestinum, eh!
    1. Re:Been happening for decades already by Anonymous Coward · · Score: 0

      Exactly! The last mile is TDM for a lot of folks, based on MSANs, BLCs, etc. But the core? It's NGN with SIP trunking and VoIP (SIP) in the Class 4/5.

    2. Re:Been happening for decades already by symbolset · · Score: 2

      Old geezer confession... When things got really rough back in the day I used to take a break and sit in the dark switching closet and listen to the electromechanical relays go clickey-clack. Here a call, there a call, imagining the vast global web of conversations. Some would spark and the blue-green lights were a beautiful visual In the darkness, the transformer a barely audible bass hum.

      --
      Help stamp out iliturcy.
    3. Re:Been happening for decades already by Anonymous Coward · · Score: 0

      Some would spark and the blue-green lights were a beautiful visual In the darkness, the transformer a barely audible bass hum.

      I never remember rectifiers (transformer + rectifier + cap box) being near the switching gear. Usually the switch rooms were 100% -48Vdc. Negative (below earth ground) to reduce corrosion on the copper infrastructure.

    4. Re:Been happening for decades already by symbolset · · Score: 1

      The transformer may have been for something else. I recall the switching was powered from the CO. It was an Army base, and a long time ago. It was dark and cool, the basement of an old brick building not far from where I am now. The building is still there, but I don't go on the base any more.

      --
      Help stamp out iliturcy.
    5. Re:Been happening for decades already by Anonymous Coward · · Score: 0

      The transformer may have been for something else. I recall the switching was powered from the CO. It was an Army base

      Military switch gear may be different than the PSTN. Different goals and all that.

    6. Re:Been happening for decades already by fdrebin · · Score: 2

      Remember party lines? We got one once, by accident. Very entertaining (!). (1960's)
      Phone calls to my grandparents, even in the 60's: Call their neighbors, who had an actual phone, ask them to go get grandma, call back in 1/2 an hour (This was KY, neighbors weren't that close, physically). The neighbors and my grandparents were friendly, all right - 3 pairs of their kids married each other (one of them being my mother)

      --
      Stupidity... has a habit of getting its way.
    7. Re:Been happening for decades already by symbolset · · Score: 1

      Yes, I do remember party lines, and grandma waiting up to see if there was news. It was like she had some addiction to new information. Gosh, it's nice we don't have that problem now.

      --
      Help stamp out iliturcy.
  13. Re:It's Like The Last Piece Of Technology That Wor by Anonymous Coward · · Score: 1

    Exactly, just like we know new washing machines last longer than old ones. Oops.

  14. Re:It's Like The Last Piece Of Technology That Wor by lister+king+of+smeg · · Score: 1

    Well as for working when the power is out we have power over Ethernet already.

    --
    ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
  15. Re:It's Like The Last Piece Of Technology That Wor by Anonymous Coward · · Score: 3, Informative

    It works this well because it is /mandated/ that the resources required to /make it reliable/ are /spent/ to make it so.

    If wireless networks were provisioned with the battery backup/generators necessary and the redundancy of overlapping coverage to account for faults in towers (or some random drunk plowing in to one) then they too would be this 'reliable' (though the software in the stack would be in question; having multiple brands/models of phones would help).

  16. Re:It's Like The Last Piece Of Technology That Wor by David_Hart · · Score: 2

    My POTS line works great, works in power outages, and sounds way better than any other phone service I've had the misfortune of being exposed to. Of course the FCC wants to screw it up.

    I was home for the holidays over Christmas and the power went out at my parents place during an ice storm. The battery backup for the IP phone started beeping. They asked what it was for and I had to explain to them that they had signed up for VoIP service and that it needed power to the internet router to keep the phones working. The battery lasted about 8 hours.

    So, while VoIP works quite well, POTS has the advantage of pretty much always having a dial tone, even when the power is out.

    If they do decide to get rid of analog lines and go to VoIP, then they are going to have to figure out how to keep it powered. Of course, POE has been around for a long while. I'm guessing, though, that the phone companies can't just hook up the VoIP phones to the analog battery banks due to differences in power requirements.

  17. There is (probably) no analog phone network anymor by Casandro · · Score: 5, Informative

    Analogue telephone networks were phased out starting in the 1980s when digital transmission lines became affordable.

    The only part where you still can get an "analogue line" is the last mile. However even there the first thing that gets done is a conversion to digital.

    What the FCC is talking about is turning traditional digital TDM networks to VoIP networks. This has nothing to do with analogue or digital. With the proper adapters you can connect your dial phone to both, and your phone company can still charge you extra for touch dialling.

  18. Re:It's Like The Last Piece Of Technology That Wor by antdude · · Score: 1

    And phone companies want to dump the copper wires! They won't even give me fiber for FIOS. :(

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  19. Re:It's Like The Last Piece Of Technology That Wor by symbolset · · Score: 1

    This is great if a transformer blows. For many people their pstn wire is on the same poles as their power and if the lines are down, the lines are down.

    --
    Help stamp out iliturcy.
  20. If the FCC wants to pull this shit... by FuzzNugget · · Score: 4, Insightful

    They DAMN well better make digital service providers common carriers and subject them to all the same regulations as PSTN.

    Otherwise, we are truly fucked.

    1. Re:If the FCC wants to pull this shit... by Anonymous Coward · · Score: 0

      They DAMN well better make digital service providers common carriers and subject them to all the same regulations as PSTN.

      It is impossible to do that. Even if the FCC says they are doing that, the regulations will require interpretation to define what they mean for the new devices involved and during that process the telcos will get to apply more optimistic interpretations of existing regulatory terms. Like redefine how much "backup time" a specific-size generator can provide by calculating it using a lower percentage probability than is used in today's POTS regulations.

    2. Re:If the FCC wants to pull this shit... by Anonymous Coward · · Score: 0

      The exact need varies depending upon economic conditions in the area. In an area where there is only one telecommunications company, that telecom indeed needs to be common carrier. In major urban areas (like where I currently live) the need is for the last mile to be government owned and access leased on some set of RAND terms (these need to be crafted carefully to ensure they don't degenerate to monopolies). The bottom line though is quite a bit of careful regulation is needed, so much for the future.

    3. Re:If the FCC wants to pull this shit... by Anonymous Coward · · Score: 0

      Subjecting modern technology to 100 year old regulations is idiotic.

  21. Re:It's Like The Last Piece Of Technology That Wor by Anonymous Coward · · Score: 1

    I have a POTS line I use for DSL. I do not get DSL service from AT&T because I have a static IP and run my own servers. So the only way to get third-party DSL is by keeping a POTS line alive. It is nice to have a backup though. That's not to say my POTS line survives power outages. The StarMux I'm on is close to my house and if it looses power the batteries only last so long.

    But: If they turn off the copper will I be forced to use AT&T DSL? I won't subscribe to it. They block port 25 and I still run my own mail server at home and will continue to do so. I don't know what other options I would have. The FCC needs to do a better job of not letting these companies just walk all over people. Fine if you want to take down my copper. But give me a sensible alternative that isn't just mean for another content consumer. I don't care if I can stream video (my current DSL is too slow to do this). I don't care about TV at all (don't ever watch it). But I want to SSH into my servers at home when I am out on the job. This seems to be a very difficult thing to get.

  22. Sing-along by aviators99 · · Score: 1

    If I can't sing along with my friends on a phone call the connection is too laggy and the delay is going to adversely affect my conversation. I fear that this news will lead to the end of my sing-alongs, which means awkward, interruption-filled conversations (as mentioned by others).

    1. Re:Sing-along by umdesch4 · · Score: 1

      Funny, I was going to mention this. I remember in the early 80s, holding the phone up to the speakers and sharing the latest drum pattern I'd programmed into the TR-808, or whatever. No chance in hell you could do that now. Now, I get on conference calls to do system change deployments in the middle of the night, and the guy with his radio or TV on in the background just ends up flooding the whole call with this horrible undercurrent of digital burbling. If it weren't for the insane level of compression, that would just be a bit of background music, and wouldn't matter. Compression on phones these days has made it so that I can no longer understand ANYONE speaking English as a second language to me. I never used to have that problem, and I don't have it IRL either.

    2. Re:Sing-along by Bengie · · Score: 1

      Depends on your definition of VOIP. I use Mumble for gaming and it sounds great and has low latency, especially with the new OPUS CODEC. I live in the Midwest and I play games with other people in the Midwest. We used an LA Mumble server for a long time and there was no noticeable latency, yet someone else's Chicago TeamSpeak server had noticeable latency in the audio, even though the ping and jitter to the server was much lower.

  23. Re:It's Like The Last Piece Of Technology That Wor by Anonymous Coward · · Score: 0

    I call bullshit. If POTS was to 'mis-route' a call, then things would catch fire.

    only supports in-band DTMF signaling

    No shit. I bet you blame auto manufacturers when you accidentally dump some diesel into your gas tank.

  24. Digital last mile without power? by HockeyPuck · · Score: 1

    Currently with POTS the phone company provides power to the line entering your home.

    Is there a way that you can provide VOIP or other digital means without having to power a home device locally?

    A few years ago we had a massive ice storm in MA and we had no power for 3 days. My "emergency" $10 phone from walmart worked like a champ.

    I supported ISDN back in the 90s... while I know that ATT/Verizon aren't considering ISDN, the thought of troubleshooting premises equipment again gives me chills.

  25. GREAT... They're messing up again. by arfonrg · · Score: 2

    POTS is simple and much more resilient than VOIP so, let's get rid of it. VOIP is a MESS, way to go FCC!

    --
    Your thin skin doesn't make me a troll
  26. Worse than Hitler but at what? by Anonymous Coward · · Score: 0

    While that is entirely possible, you must consider what they could be worse AT.
    For example, with so many people in a union, it is entirely likely that the majority of the members are far worse at painting than Hitler. A select few may be much greater than Hitler was, however. Some may be much worse public speakers than Hitler, but, again, it's possible perhaps one of them somewhere has more charisma.

    I, for one, have no clue whether or not Hitler was good at figure-skating, but I can guarantee that Unions, in the general reference to the majority of their members, would be much better than Hitler at Snowboarding.

  27. Re:It's Like The Last Piece Of Technology That Wor by mysidia · · Score: 2

    It works this well because it is /mandated/ that the resources required to /make it reliable/ are /spent/ to make it so.

    The commission report states their standard of reliability...They are holding the new technology to a lower standard of reliability.

    24 hours of backup power after a power outage

    During winter storms and other similar events; I have experienced 3 to 5 day outages on occasion: POTS lines never went down, so emergency calls could still be made, even when there was no cell service...

  28. Re:It's Like The Last Piece Of Technology That Wor by mysidia · · Score: 2

    though, that the phone companies can't just hook up the VoIP phones to the analog battery banks due to differences in power requirements.

    During an extended outage; I can power the bloody VoIP devices myself, via a local generator. MY concern is, that even if I power up the VoIP phone, and all my on-premises equipment, the network link will be dead, because the phone company's nearest repeater's battery has died --- I.E. the remote unit somewhere in their infrastructure that lights up a fiber, and converts it to Ethernet over copper, before feeding it into my building.

    I am content if the FCC just requires them to provide continuous power up to the consumer household; with a minimum of 72 hours of onsite backup power for any network elements such as remote pedestals -- to be replenished prior to exhaustion, and a hookup for the homeowner to provide a battery and additional sources of emergency power at their location ---- such as a solar panel and charge controller to help charge the battery, when power is down for an extended period.

  29. Re:It's Like The Last Piece Of Technology That Wor by mysidia · · Score: 2

    This is great if a transformer blows. For many people their pstn wire is on the same poles as their power and if the lines are down, the lines are down.

    That is possible, but usually what happens is the electricity gets switched off due to a fault / short-circuit, or transformer blowing... like you said.

    One fault in the electrical system, and the circuit breakers gets thrown on a very large number of people.

    Your telephone line is a private circuit. Chances are, if someone's phone line got a short circuit -- the other circuits are intact -- it's not everybody elses.

    Also... often the telephone cabling may be completely underground; all the way from the served location to the central office. Whereas, the electrical transmission need be overhead.

    The distribution networks look entirely different, so there is a fair chance your phone line might not be near your power line much of the way.

  30. Re:It's Like The Last Piece Of Technology That Wor by Belial6 · · Score: 1

    My cell phone works when the power goes out too. Not only that, it also works when someone plows into a telephone pole, tearing the phone cables free from the line.

  31. Re:It's Like The Last Piece Of Technology That Wor by Belial6 · · Score: 1

    The whole power outage thing has always seemed like a red herring. If the power goes out, my phone is going to get a couple of hours worth of calling before it dies. It will sit for two days ready to go if I am not making calls. If all that fails, I can go start my car and charge it there and that is only if I don't have a back up battery for my phone.

    On the other hand, if a branch falls on the phone line, there is no phone. Plus, power and phone are generally put on the same poles, so if a pole goes down, you lose it all anyway.

  32. Re:It's Like The Last Piece Of Technology That Wor by lxs · · Score: 1

    My POTS line went dead one day, and while waiting on hold for over thirty minutes on my cellphone trying to reach the phone company I signed up for VOIP from my ISP (ADSL over the same wire still worked fine). I would claim that I switched out of spite but it was really out of boredom waiting for tech support.

  33. Re:There is (probably) no analog phone network any by LeonPierre · · Score: 1

    Yep. And to make matters worse, a VoIP network is not capable of delivering the same services that a TDM network can.

    Devices using sensitive timing of dtmf signals such as fire alarms and other communication devices, as well as devices such as fax machines and modems do not operate well over VoIP networks.

    There are a tons of devices like these out there and if they cannot operate reliably over a VoIP based network then they will either have to be replaced or migrated to either cellular or IP based communication methods.

    VoIP is great for voice, but voice isn't the only thing that the telephone system is being used for. The industries that are relying on the "quality" of a TDM based telephone phone will soon have a lot of upgrading to do.

    --
    "If it ain't broke, it doesn't have enough features yet"
  34. Re:There is (probably) no analog phone network any by Casandro · · Score: 1

    Yes, those are some of the unsolved problems with it.

    However we are talking about the US telephone network. It's not particularly well known for quality anyhow.

  35. Re:It's Like The Last Piece Of Technology That Wor by icebike · · Score: 1

    My POTS line works great, works in power outages, and sounds way better than any other phone service I've had the misfortune of being exposed to. Of course the FCC wants to screw it up.

    You think POTS sounds good, wait till you hear VoIP.

    --
    Sig Battery depleted. Reverting to safe mode.
  36. Re:It's Like The Last Piece Of Technology That Wor by xyzzymage · · Score: 1

    The users at DSLReports Forum or your ISP's subforum there should know. (If not, staff in my ISP's subforum will.) If U-verse is the brand name for AT&T's digital package, it might be useful to read the answer my ISP's COOgave when somebody asked recently whether we can get DSLthrough a third-party ISP when our area is upgraded to U-verse.

    I feel the same way you do regarding ISPs, except maybe a bit more extreme, as I don't want to use the phone *or* cable companies. Ifind it worth the speed sacrifice of sticking with 6Mbps/768k to have an old-school ISP that allows servers (even on port 25), includes Usenet access, doesn't cap data or speed-throttle, and so forth.

  37. Level up the telemarketers by Sertis · · Score: 1

    So does this mean that telemarketers will no longer be limited by the number of voice trunks they or their voip provider have access to? Anyone with a cable modem can automate calls to thousands of physical phones per second with the right protocols in place? Sign me up!

  38. Re:It's Like The Last Piece Of Technology That Wor by profplump · · Score: 2

    I've experienced two different kinds of call mis-routing on POTS. The first is where my phone rings, but there are actually two other parties connected to the call, and no one can hear me. This is almost certainly a signaling failure at the electrical level, which doesn't have an equivalent failure mode under VoIP. (VoIP *has* failure modes related to electrical misconnection, but they don't cause the same error). To the best of my knowledge, no fire was related to this failure (certainly nothing at my end caught fire).

    The other failure mode is almost certainly related to the in-band command signaling I was complaining about and you were defending, wherein the number I dial is not the endpoint to which I am connected. I don't mean "I misdialed" or even "the computer at the remote end of my call failed to decode my in-call DTMF signaling" I mean "my auto-dialer sent DTMF and I got connected to a different number than the one represented by the tones I played on the line".

    And the failure of DTMF in-call is also in issue with POTS, whether you believe it or not. I agree, it's not something POTS was designed to deal with, but it is something that is actually used in the real world that POTS does not handle cleanly and has no capability to improve its reliability. If you want to convince end users around the world that they should not require the use of DTMF signaling because it's unreliable over POTS be my guest, but arguing that it's not useful just because POTS wasn't designed for it is like arguing that electricity is not useful just because steam locomotives were not designed for it.

  39. unrelated. PoE = power on a digital line by raymorris · · Score: 1

    That's unrelated to analog vs digital or circuit vs packet. The phone company can put power on a digital line just as easily as they can put power on an analog line

    1. Re:unrelated. PoE = power on a digital line by Fjandr · · Score: 1

      Powering the ringers on analog phones is a far cry from powering the entire network apparatus on a digital line. The transmission losses of DC current over long distances drastically limits the wattage available to all that connected equipment.

  40. fax / modems work fine if you set their speed by raymorris · · Score: 3, Informative

    Modems and fax work fine over VoIP if you set their speed (bandwidth) lower than the bandwidth setting of the voip. If you set the voip channel to 48Kbps and set the fax to 56Kps that doesn't work well - you're trying to 56K of data through a 48K channel.

    Instead, set the VoIP to 64 and the fax to 34. 34K through a 64K channel works fine.

  41. They want to get out of their current regulations by detain · · Score: 1

    My understanding of this is that there are many government imposed limitations on the phone companies that benefit the average person, and if we switch to digital the TELCOs will no longer be bound to those regulations and will be free to become our new overlords.

    --
    http://interserver.net/
  42. Re:It's Like The Last Piece Of Technology That Wor by sjames · · Score: 2

    The cell tower your phone talks to will last 24 hours at best. After that, it doesn't matter if your cellphone is charged. I have seen a few multi-day power outages but the phone has always worked.

  43. bandwidth settings make a huge difference, use LOW by raymorris · · Score: 1

    If you set the VoIP to low bandwidth requirements (sometimes erroneously marked as low quality), it'll be almost exactly like a POTS line -low latency and low fidelity. If you use a high bandwidth setting, you'll get high fidelity, but more short drop outs and latency. Personally, I much prefer the low bandwidth setting.

    Similarly you can choose different codecs. This is voice , not music, so you don't want hi-fi. A restricted frequency range actually makes voice much MORE intelligible because 95% of the intelligibility is in a narrow frequency range. The high and low frequencies are where the unwanted noise is.

  44. No change by Anonymous Coward · · Score: 0

    This article is describing how phone service is ultimately delivered to the user. Calls are still routed across the network like they were before.

    The NSA has co-location presence at international phone exchanges (i.e. the infamous Folsom Street central office that Mark Klein spilled the beans on NSA's spying) and phone providers are still required to maintain the same call detail records for law enforcement that they have before. So this doesn't help or hinder the NSA.

  45. Want to know why this is happening? by Anonymous Coward · · Score: 0

    I work in telecom and I have a reasonably clear picture of telecom trends.

    Subscriptions to traditional POTS service is on a steady and steep downward trend. People are ditching their landlines in favor of cell phones to save money (you have your cell phone with you all the time, and it's fairly cheap, so why pay for two services when one will do?). To a lesser extent, cable company phone service, Skype, and etc. are also driving this.

    There is a lot of fixed cost associated with managing POTS service that doesn't scale down when subscribers go away. With hardly anyone using POTS, it becomes a question of how to cost-effectively provide phone service to a rapidly dwindling user base.

    Sure, some of this is just cynical cost cutting (i.e appeasing shareholders), but much of it is just intelligently responding to evolving usage trends. The 40+ year old POTS network is going to change.

  46. Re:There is (probably) no analog phone network any by ras · · Score: 1

    There are a tons of devices like these out there and if they cannot operate reliably over a VoIP based network

    True. Theses devices are modems, and they power things like fax'es and EFTPOS terminals.

    You know what? Modems are what we use to send digital over an analogue line. They don't work over some VOIP, but ye gods if you are kludging a digital line over VOIP emulating a analogue signal over a digital signal which is sent using an analogue PYH using a high speed modem - maybe it is time for a layer or two to die.

    In other words, complaining that about VOIP making life difficult for modems is like a teamster complaining how the hard the asphalt is on the horse's hooves.

  47. Will my Fax and Caller ID work? by cpufrier37075 · · Score: 1

    In a fit of pique at Comcast bricking my Motorola modem I signed up for ATT Uverse including digital voice. Overall I've been pleased with the speed and reliability of the internet and can't say I've noticed much decreased call quality but now none of my fax equipment works and caller ID is hit and miss. Not that fax is a big deal, scan and email is much better, but some institutions require that I accept a fax. I really miss the caller ID. Both are known issues ATT seems to have no interest in fixing. maybe if everyone was last mile digital folks would finally stop faxing, or less likely, the telcos would fix it. Up time has been as reliable as POTS, much better than Comcast whose "qualified technicians" were always in need.

  48. Re:It's Like The Last Piece Of Technology That Wor by DrTime · · Score: 1

    The telcos are shifting from POTS to IP for the same reason you don't use a 56Kb modem anymore.

  49. Re:It's Like The Last Piece Of Technology That Wor by Anonymous Coward · · Score: 0

    Emergency cell phone chargers aren't that uncommon. If your cell is your only phone it's as useful to have as a battery-powered radio and flashlight.

  50. Don't be so literal by Anonymous Coward · · Score: 0

    You know what? Modems are what we use to send digital over an analogue line. They don't work over some VOIP, but ye gods if you are kludging a digital line over VOIP emulating a analogue signal over a digital signal which is sent using an analogue PYH using a high speed modem - maybe it is time for a layer or two to die.

    Implantable cardio defibrillator devices are another category of items out there which cannot operate over a VoIP phone. That "layer" you're saying should "die" is a person you're volunteering for literal death.

  51. Yes! by GrumpySteen · · Score: 1

    I, for one, can't wait until we have the actual possibility of 4chan being able to kill people via DDOS attacks on their phones when those people need to call 911.

    1. Re:Yes! by Bengie · · Score: 1

      A great reason to use VLANs to enforce guaranteed bandwidth to the phones and separate them from the public Internet, at least within the ISP. The backbone will need to have special routes to maintain separation, but VOIP data is much much less than other traffic.

  52. SIP by Anonymous Coward · · Score: 0

    One might wonder why the FCC is pushing a complicated and easily exploited protocol like SIP...

  53. Salvage value of copper infrastructure by swb · · Score: 2

    Copper has been on the skids for a while, but I wonder if the MBA whiz kids have started doing the math on the long-term salvage value of copper.

    At some point, I can see them just start deciding they're just not in the analog business enough to start demo-ing all that copper they have for its metal value.

    1. Re:Salvage value of copper infrastructure by rahvin112 · · Score: 1

      Construction costs far outweigh the value in the metal. Always have, likely always will. Until you can harvest the copper and replace it with fiber while never digging a hole you aren't going to see anyone other than junkies trying to salvage that copper because to them 2 hours of hard dirty work for $20 is worth it.

    2. Re:Salvage value of copper infrastructure by swb · · Score: 1

      I would imagine that some is easier to get at than others. I would bet that in more than a few areas there's a lot that's on poles above ground.

  54. Re:They want to get out of their current regulatio by Bengie · · Score: 1

    Until people start complaining again. How do you think we got those regulations in the first place? Magic? They're well understood problems in the voice calling industry, and have been mostly "solved" for a long while. If they suddenly crop up again, I'm sure the FCC will come down hard and fast since they already have prior experience.

    Don't underestimate a bunch of 50+ year old people complaining en masse.

  55. A possible upside to this plan... by Anonymous Coward · · Score: 1

    One possible benefit to this happening would be that it would almost FORCE the FCC to classify ISPs as Title II Common Carriers (just like current telephone companies,) which in turn would provide the legal underpinnings they need to enforce net neutrality.

  56. Re:It's Like The Last Piece Of Technology That Wor by sydbarrett74 · · Score: 1

    Your telephone line is a private circuit. Chances are, if someone's phone line got a short circuit -- the other circuits are intact -- it's not everybody elses.

    That may be true if you're a rural customer and/or have DSL. However, if you live in a (sub)urban location and don't have DSL, chance are you're provisioned from a SLC-96. If so, your line is only private between your residence and the SLC-96 cabinet. From that point on to the central office, you're sharing a circuit with 23 other customers (a SLC-96 cabinet has 4 active DS1 circuits, with 1 spare; 4 x 24 = 96, hence the name).

    --
    'He who has to break a thing to find out what it is, has left the path of wisdom.' -- Gandalf to Saruman
  57. Re:It's Like The Last Piece Of Technology That Wor by Fjandr · · Score: 1

    You mean long-distance phone lines aren't strung across those massive electrical transmission towers?

    Or, alternatively, my last mile isn't the same as the last mile of every other person connected to the same substation?

    *boggle* </sarcasm>

  58. Re:It's Like The Last Piece Of Technology That Wor by Anonymous Coward · · Score: 0

    What I do is buy a VPS for about $6/month and run OpenVPN which I connect to from my home server. The VPS is configured to forward port 25 to my home server over the VPN. On my home server I used policy based routing to send any outbound port 25 traffic back out over the VPN, where it get's nat'd to the VPS's IP. Granted, it is a bit complicated but it is about $40 /month cheaper for Fios triple play + the VPS than for Cable, phone, DSL with a static IP. It also gives me a 15/5 connection instead of the 1.5/768 Kbps I had with DSL.

    Obviously, you could also just run the mail server on the VPS if you don't mind storing your email outside of your home. Personally, I do mind. It isn't "abandoned" after six months if it is on *my* computer in *my* home. Stupid ECPA...

    I've also configured port forwards for SSH, and DNS. As for my website, I still host that at home, but for improved performance I've configured a reverse web proxy on the VPS so that it caches content locally rather than needing to pull everything over the 5mb uplink from my home.

  59. Your Argument Fails, Like VoIP Service. by Anonymous Coward · · Score: 2, Interesting

    I've got a cable company provided VoIP service in an area prone to power outages. I also have my POTS service as well that I refuse to discontinue, much top the chagrin of the cable provider AND the POTS provider.

    I have extensive UPS and the ability to run some devices without power for as much as a couple of days. But, it's utterly pointless with the cable provider because, apparently, the intermediate nodes every mile or so between me and the CO/headend are battery backed. But, their batteries die after a couple of hours. So, no matter what I do, the VoIP service(and the internet service) die after two hours.

    Now, let's not kid ourselves, the POTS CO also uses a battery bank too. But, that battery bank can run the CO for half a day, after that, a generator cranks up and runs the POP for five days, minimum, before needing to be refueled. The POTS essentially never goes down.

    POTS provides 99.999% (five nines) reliability (that's 5.26 minutes of down time per annum) whereas, despite outlandish claims that are bald faced lies, the cable provider's VoIP service is more akin to 99.9% (three nines) reliability (that's 525 minutes, 8.75 HOURS, downtime per annum). I suffer numerous VoIP outages for short and long period every year. If it wasn't for my ability to make international calls for a tiny fraction of the price, I would abandon VoIP completely.

    Oh, and don't get me started on unreliable call qu-a---l-it---y... quality, DTMF detection, number spoofing with no ability to trace...

    But, here's the KICKER. I sell, install, and maintain VoIP PBX networks. Behind all their SIP trunks, they all have POTS backups, ever at the ready. How's that for irony?

  60. Re:There is (probably) no analog phone network any by baka_toroi · · Score: 1

    Can't VoIP detect a fax/modem signal and avoid treating it like voice? For instance, the codec hears a fax handshake and then stops using lossy audio compression, or at least, lossy compression that doesn't destroy all data.

    I see there's a standard, T.38 (http://en.wikipedia.org/wiki/T.38). I wonder if it's already implemented in VoIP services, and if it isn't, why they don't do it.

  61. Laugh by koan · · Score: 1

    "The experiments approved by the FCC would not test the new technology - it is already being used - and would not determine law and policy regulating it, FCC staff said.

    Meaning, we aren't going to allow the "common carrier" rules to get in the way, so don't come crying to us.
    This will bring all communications under a single NSA/FBI umbrella and point of monitoring/control.

    --
    "If any question why we died, Tell them because our fathers lied."
  62. Some carriers have doing this in Brazil for while by macpacheco · · Score: 3, Informative

    There's really nothing to it.
    I worked for two carriers that have been doing it (POTS over SIP using the straight Internet).
    Apart from TDD (which we never had to deal with), it just works as long as the customer is using the carrier's ip network (mainly if the customer needs to do FAX or data calls), voice works using third party networks well too.
    This is the typical case of slowing down the process, just migrate it already.
    At the same time, there are millions of phone lines running over triple play boxes (typically HFC fiber-coax networks from CATV providers) for at least a decade, the only difference is in that case you're 100% stuck with using the provider's network, but it's IP as well (typically MGCP).
    This looks like a case of pretending it isn't done already...

  63. Re:GREAT... They're messing up again. by macpacheco · · Score: 2

    Just deploy SIP over a dedicated VLAN plus endpoint isolation, so you can't even ping the ATAs from the internet, nor between on another.

  64. Re:GREAT... They're messing up again. by the+eric+conspiracy · · Score: 1

    Switched circuit calling is not fundamentally more resilient than statistical packet switching. In fact it's the other way around.

  65. $10/call, you haven't switched to $25/mth Vonage?! by raymorris · · Score: 3, Informative

    A company that charges you $10 for a single call and you still haven't switched to Vonage at $25 / month, or Vitelity (cents per hour) or any of the other companies that treat you as a customer rather than a victim?!

    My business has used Vonage for years and we're very happy with it. Only when we first got it we had it set to high bandwidth, which our modem wouldn't carry without stuttering. Since we set it to medium or low bandwidth ten years ago we've had no trouble. If you've used something like Magic Jack $10 / year?) and you thought that all VoIP was like that I can understand. It's not, though. If you're willing to pay a few dollars per month there are several very good VoIP providers who will provide you with good service.

  66. Analog phone line: 300ma. Cisco VoIP phone: 125ma by raymorris · · Score: 1

    An analog line in the US currently has to supply 5 REN, which is about 300 milliamps. A typical Cisco phone uses 125 milliamps. So they are ALREADY providing enough power to run two VoIP phones. If you also want internet service from the phone company on the same line, you can plug your router into the other side of the Cisco. Offices are commonly wired that way. The phone plugs into the network and the PC ethernet plugs into the phone.

    In other words, you don't have to power the customer's network, their network is DOWNstream of the phone. It can also be completely separate - you could have internet from a different company than the one who provides phone service.

    Think of it this way. What if your phone had a modem chip in it and every time you made a call that modem chip digitized the audio on it's way to the phone line outside. How would that effect the operation of your phone? It wouldn't. They could already be doing that and you wouldn't even know.

  67. Re:It's Like The Last Piece Of Technology That Wor by swalve · · Score: 1

    It sounds great when it is VOIP from end to end, and if all the packets manage to make it through.

  68. Re:GREAT... They're messing up again. by iggymanz · · Score: 1

    people's internet connections are more reliable than their POTS service? on what planet?

  69. Re:Huh? IP already? by cusco · · Score: 2, Insightful

    Just what we need, to let the emergency services (POTS-line based) have to rely on Cisco and its army of CCNIdiots for communications.

    --
    "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
  70. Re:It's Like The Last Piece Of Technology That Wor by Anonymous Coward · · Score: 0

    No it doesn't. Yes, I'm calling you a liar.

  71. Re:It's Like The Last Piece Of Technology That Wor by DerekLyons · · Score: 1

    It works this well because it is /mandated/ that the resources required to /make it reliable/ are /spent/ to make it so.

    It also works well because we've spent a century plus working out the technology and growing the infrastructure right alongside the growth of the town and density increases in the countryside.
     

    If wireless networks were provisioned with the battery backup/generators necessary and the redundancy of overlapping coverage to account for faults in towers (or some random drunk plowing in to one) then they too would be this 'reliable'

    Only if you lived somewhere that's nice flat plain or a relatively dense urban core. Though who live in hillier terrain and less dense areas won't be so lucky. Those of us who live in hilly terrain that's low density and *also* a deeply indented coastline... well, it's unlikely we'll ever see cellular reaching POTS level of reliability. Because of topography, there's simply too many blind spots with too few residents to make redundant cellular coverage reasonable.

    And I haven't even mentioned the people that live in sparsely populated areas, let along very hilly sparsely populated areas.

  72. Re:There is (probably) no analog phone network any by DerekLyons · · Score: 1

    The issue isn't analog v. digital - it's holding the new system to the octuple nines level of reliability demonstrated by the old system. The various service providers very badly don't want to be held to such standards, it cuts sharply into their profits.

  73. Re:It's Like The Last Piece Of Technology That Wor by Anonymous Coward · · Score: 0

    What are you talking about? VoIP sounds like shit. It's high quality analog to the ATA, where it gets shitified, transmitted into a stuttering, turn-around-time lagfest, then converted back into analog that's nothing like what it began as.

    Leaving a signal alone is how to avoid distorting it.

  74. I think it's just a formality by kelemvor4 · · Score: 1

    This is only a formality. Carriers have been pushing for digital for a very long time. Digital phone service is not regulated as analog is. Carriers are not forced to resell their services to other carriers below cost. The only thing surprising here is that the FCC is pushing for it. Unless they plan on enacting regulations on digital service, they're going to eliminate a large part of what they regulate today.

    I know that in the Florida region it was a major driver in Verizon rolling out fiber to the premise.

    In any event, I'm sure phone companies will be quick to implement any changes that still must be made.

  75. Re:It's Like The Last Piece Of Technology That Wor by icebike · · Score: 1

    Huh?

    Its packetized direct from your microphone in your handset in the highest quality your connection can handle, sent by either UDP or TCP, and arrives at the other handset where it is played as analog.

    Worst case, it shifts to a lower quality codec to match that in use on the other end (and it the other end is a POTS gateway, its always lower).

    --
    Sig Battery depleted. Reverting to safe mode.
  76. Re:bandwidth settings make a huge difference, use by Aqualung812 · · Score: 1

    If you set the VoIP to low bandwidth requirements (sometimes erroneously marked as low quality), it'll be almost exactly like a POTS line -low latency and low fidelity.

    Don't confuse VoIP over the Internet with VoIP over a managed network. You can run G.722 and have high fidelity, and run with 10ms packets and have low latency.

    This is voice , not music, so you don't want hi-fi. A restricted frequency range actually makes voice much MORE intelligible because 95% of the intelligibility is in a narrow frequency range. The high and low frequencies are where the unwanted noise is.

    Incorrect. High bandwidth audio makes many parts of speech more intelligible. For example, over quality VoIP, I can clearly hear the difference between M and N, where over POTS it can be much harder.

    Plus, using the POTS range means your only hearing the harmonics of the real voice. I can't get where you think this would be better than hearing the full voice.

    --
    Grammer Nazis - I mod you "troll" unless you actually add something on-topic. Yes, I know I have mispellings in my sig.
  77. great, just like DTV by fikx · · Score: 1

    Goody, I can look forward to another round of converter boxes and government coupons. Sounds like fun.
    I do wonder if things like text messages will finally work with home phones...Then I realize the real motivation: AT&T and others are looking at an opportunity to sell more hardware and services. Oh, and a chance to crack open existing regulations and insert cracks and wedges for them to cut service and/or make more money of existing stuff.
    Adding value is not an option.

    --
    AB HOC POSSUM VIDERE DOMUM TUUM
  78. It's about time by bloggerhater · · Score: 1

    TL;DR
    Until data providers (both land line ISPs and cellular ISPs) actually take responsibility for upgrading our infrastructure instead of blaming us for the overhead issues and capping bandwidth and data use, VOIP will NOT be reliable. Especially in rural areas. So now the FCC has trapped them into demonstrating that their networks are shit.

    I normally hate the FCC but if I could give some suit a high-five for this one, I would.

    -I cut the cord a few years ago when Google Voice came around. Ever since Voice hit I've been using it as my front end and routing traffic to the most affordable, most hackle androids I can find.

    In Q1, 2012 with LTE tablets dropping everywhere, I took the experiment a step further.
    From April of 2012 to December of 2013 I utilized a tablet data connection and apps like Talkatone to capture my Google Voice traffic without an actual cellphone number to route the calls out to. Exclusively. The tablet I tested was on VZW's Denver LTE network. Up until September of 2012 there was a consistent and reliable 20-22mb down no matter where I was and my VoIP traffic was excellent. Then the iPhone 5 came out and single handedly raped VZW's networks in Denver's Capitol Hill and Lodo areas. Centennial, Cherry Creek, and Highlands Ranch also immediately went to shit. All of which are areas I consult in frequently. I still can't get better than an average of 7 down around here. Go to any of our burbs or more rural regions and it just gets worse and worse.

    Since then it has never been the same. I ended up picking up another Virgin Mobile Android device (Samsung Galaxy Victory) and I route my business Google Voice calls to it. (We love multiple GV phone numbers.) I still let my personal calls and texts ring out over data because I generally don't need to answer them immediately and let them go to voicemail. The transcripts are usually good enough for me to not even need to bother listening. Although for some reason Google's transcribe likes to turn "Hey Aaron" into "Honey." Always has. Don't think they intend to fix it...heh.

  79. Re:It's Like The Last Piece Of Technology That Wor by Belial6 · · Score: 1

    And yet, a branch isn't going to take out the cell phone, while it can easily take out your POTS lines. Yes, the cell system has a different set of failure points than the POTS system, but there are plenty of failure points on the POTS system. I have lived in homes that had frequent power outages, but I have also lived in areas with rock solid power but flaky POTS.

  80. It's already digital. by edibobb · · Score: 1

    They just want to go IP-based.

  81. 0.99999 Availability by anorlunda · · Score: 1

    Some states, such as Conneticut, require that "lifeline" POTS must have better than 0.99999 availability. Think of the need to call 911 during a blackout. They key to achieving that has always been the electric power supply. POTS networks did that by supplying an average of 2 watts per subscriber via the copper wires, independent of the power grid.

    In a VOIP network, you could still have copper wires for the last mile, and I guess still use less than 2 watts per user. But the digital circuit design to pass the power through coulda be tricky. 2 watts per user, 2 KW per 1000 users, 2 MW per million users. It isn't impossible, just damn difficult.

    I don't believe that the FCC has the authority to override these state requirements.

    Does anyone know what their plans are for availability?

  82. Re:It's Like The Last Piece Of Technology That Wor by sjames · · Score: 1

    My POTS line is buried.

    It actually takes a lot more than a branch to take an aerial POTS line down. When trees and branches fall on the lines, they rarely break all the wires (if any). The power goes out because the lines short and trip the circuit. That doesn't happen to phone lines. The power lines are always on top for safety reasons.

    IF (and it's a big if) someone is actually thinking in DC, they'll require the telcos to assure that the new technology is at least as reliable by design and implementation as the old technology (which is reliable because regulations forced the issue).

  83. LOTS of research proves it. My recordings too by raymorris · · Score: 1

    You may not "get it" is to why emphasizing the frequencies that contain the intelligibility helps, but that fact has been known since the 1940s or so. See any of the Navy Signal Corp or Bell Labs research. The deep harmonics of a male voice sound nice, and they make the speech harder to understand. Room reverberations sometimes make a BIG difference, because they effectively amplify one low frequency, the resonant frequency.

    I have many hours of CDs from recording people making speeches. A notch filter always makes it easier to understand what they are saying. Sometimes. it makes a BIG difference.

    1. Re: LOTS of research proves it. My recordings too by Aqualung812 · · Score: 1

      Lol! You're telling me that better than listening to someone in person I should record them & put it through a filter?

      Sure. If there is background noise, I get it. Two people talking in a quiet room? No way.

      --
      Grammer Nazis - I mod you "troll" unless you actually add something on-topic. Yes, I know I have mispellings in my sig.
  84. Obvious.. by SuperCharlie · · Score: 1

    It is probably orders of magnitude easier to intercept and store digital.

    1. Re:Obvious.. by Anonymous Coward · · Score: 0

      Are you saying it's the NSA that's pushing for this?

  85. Re:It's Like The Last Piece Of Technology That Wor by Anonymous Coward · · Score: 0

    POTS is pre-80's monopoly crap and always has been. I'm getting sick and tired of worn out tape recorded messages of "You do not need to dial 910" or "You must first dial ". PSTN circuits are STUPID. Paying more than $20 a month (or even more than that) for crappy audio connections to someone else's voice mail (another example of retro-stupdity) or answering machine or (no I'm not kidding) a slow-as-shit fax machine is a particularly senile form of stupidity that only the FCC is capable of taking seriously much less still mandating. Cell phone minutes are getting dirt cheap by now. And yes, the "it works even when the power's off" is a pathetic argument.

    The only good thing to say about POTS is it isn't nearly as asinine as the FCC....or the FAA, TSA, IRS. Three letter government agencies will be the slow but sure death of this country.

  86. Re:It's Like The Last Piece Of Technology That Wor by Anonymous Coward · · Score: 0

    Cell towers can be powered by the same super-advanced technology that runs those super-reliable telephone switches. Lost your phone line? Try your cell phone. When a switch goes down, they have to repair and/or replace it. If a cell tower goes down, the cell phone company can deploy a temporary one. What, you mean you can still call people over a cell phone when a hurricane has taken down the lines going to your house? How is that possible?

  87. see any of the research. Choir vs solo by raymorris · · Score: 1

    A) yes. Pavarotti's voice is very pleasing. The richness of his voice, the multi-frequency sound, is much like he's singing harmony with himself. Reverb in the room makes it even more pleasing. All that extra sound makes it much harder to understand the words.

    Think about this - which has a more pleasing sound, the Vienna Boys Choir or "you've got mail"? Which has a greater frequency range? Which is easier to understand? Counter-intuitively, the choir would be easier to understand if you REMOVED all voices except one. Extra timbre sounds pleasing, just as calligraphy looks pleasing. Removing all the extra swirls and stuff from calligraphy, leaving a simple typed font, makes it easier to read. Voices are the same way.

    B) being in the same room with the speaker isn't an option, and that matters, but STILL yes. In a large room, with reverb, a speaker may be very hard to understand. Especially so if you're listening from 1/4 or 3/4 of the way toward the back of the room. A filtered recording can be much, much better, especially for certain room sizes. I'll show you why.

    Gently blow a little air out of your mouth. You'll notice if makes a very faint sound. Then, imagine a flutist. The flutist is gently blowing out, which makes a sound. The flute is resonant at a certain frequency, so it amplifies that tone by 100X, making the sound loud rather than extremely faint. Rooms are resonant too. They greatly amplify sound at their resonant frequency and your brain filters that out. Specifically, larger rooms tend to resonate between 40-200Hz, which is deep bass. That resonantly amplified sound is "extra" sound that the speaker didn't intend to make, and it's often loud enough to make it hard to hear the words. The brain tries to filter it out, so you don't consciously notice it most of the time, but it's there, and it gets in the way. Electronically gating that sound below 500Hz allows you to hear the sounds the speaker intends you to hear.

    Sinuses, the mouth, and the desk all resonate too. None of that is the frequency that the vocal cords are trying to make, so it's all "noise", which you can think of as "static", and it gets in the way.

    Seriously, instead of arguing that your first thought must be right, look at any of the research. From at least the 1940s until the present day people have been researching to find the right balance between intelligibility (from narrow frequency range) vs the warm sound of a broader frequency range. From the early days of radio to today's voice codecs, specialists have been tuning for the best balance for a given use case. FM broadcast radio has different requirements than air traffic control radio, but anyone who has studied the subject for an hour knows that the basic trade-off is intelligibility / warmth / bandwidth. Warmer sound is harder to understand and takes more bandwidth.

    That wasn't your first guess. That's cool. You're not stupid, though, so you're not going to refuse to learn anything, insisting that there isn't anything you didn't already know, are you?

  88. Re:It's Like The Last Piece Of Technology That Wor by sjames · · Score: 1

    Sure, they CAN be powered by a diesel backup, but they aren't.

    That is probably the big reason the telcos are on the new technology kick, they can slip out from under public safety regulations requiring them to spend for reliability.

  89. CATV and cel service often don't survive power out by Anonymous Coward · · Score: 0

    Twice the power has gone out in NYC since we had modern telephone stuff, once for Sandy and once in 2003. Celfones worked almost not at all, and they showed weaker signal strength so I speculate many towers went down rather than just a flood of calls. I don't think CATV internet worked, either. POTS phones of course worked perfectly without exception.

    FTTH serves very large neighborhoods with unpowered passive equipment only. I think the fiber hut can serve almost as large an area as a small telephone exchange, but with far fewer wires entering it and chaos within it, because 32 - 256 houses are combined onto a single fiber through a combination of TDMA (PON) and FDMA (CWDM) using unpowered prisms and splitters. Perhaps the fiber hut can be powered as reliably as exchanges are currently powered since few of them cover such a large area. In sparsely-populated areas, the unpowered part of FTTH also has an insane reach, like >50km, which is much further than unpowered copper telephone wire.

    CATV and FTTN are the same thing, just using different wire to enter your house. Most of the CATV network is fiber. That means the "node" has to be powered. In CATV it's a "head-end", and in FTTN it's a VDSL modem. Since these are almost as numerous as the passive splitters and prisms in CWDM/PON, and they all need power, the backup power isn't going to be as reliable. They'll probably pull it from the power grid and maybe throw in a battery if you're lucky. You can see the power supplies for CATV hanging on the poles, in my neighborhood large grey boxes marked "ANTEC" that connect to both power grid and cable.

    tl;dr Australia fucked itself when they switched from FTTH to FTTN. If you can power the stuff inside your home somehow, FTTH is probably as reliable as grandpa's phone, but FTTN and CATV are not.

  90. Fix broadband first by Anonymous Coward · · Score: 0

    Why are they talking about this nonsense when we don't even have adequate internet service.

    This country no longer has any great aspirations.