Slashdot Mirror


What VoIP Is Actually Good For

gManZboy writes "One of the things that's bothered me about VoIP is that other than so-so quality phone service at a cheap price, what's the big deal? I mean so you can now deliver voice mail into e-mail because it's all IP packets, does that mean I should ditch my telecom investment. Well in part 3 of Queue's special report on VoIP (here's part 1, part 2) two authors from Bell Labs help explain actually useful things you might do. Now I get it."

288 comments

  1. Sing to the tune of "War (What is it good for)" by Anonymous Coward · · Score: 4, Funny

    VoIP
    What is it good for
    Absolutely nothing
    VoIP
    What is it good for
    Absolutely nothing
    VoIP is something that I despise
    For it means destruction of telephone lines
    For it means tears in thousands of executives' eyes
    When their trucks go out to remove their telephone lines

    1. Re:Sing to the tune of "War (What is it good for)" by glenebob · · Score: 2, Funny

      Good God, y'all!

    2. Re:Sing to the tune of "War (What is it good for)" by KingPunk · · Score: 1

      i must say, this is one of the most creative applications of lyrics i've seen in ages.
      you rock! ;)

    3. Re:Sing to the tune of "War (What is it good for)" by SunPin · · Score: 1

      Brilliant! This is one /. meme that I'll be singing all week. I'm disappointed that the person chose to be AC.

      --
      Laws are for people with no friends.
    4. Re:Sing to the tune of "War (What is it good for)" by Anonymous Coward · · Score: 1, Funny

      Be disappointed no more. I was the one who posted it.

    5. Re:Sing to the tune of "War (What is it good for)" by geordie_loz · · Score: 2, Interesting

      I always wonder a little about this whole VoIP killing telephone lines. Here in the UK for a large number of people their broadband is through ADSL, which requires a phone line.

      So basically, that means the line needs to be there anyway so BT (rip-off-monopoly-who-own-standard-lines) still rake in their installation charges and connection fees, "more power to them".

      I guess businesses would have other options, so it's the large scale stuff - but I'm pretty sure the same telco's are providing their VoIP anyway...

      I on the other hand have cable and wouldn't touch a BT line with a barge pole.

    6. Re:Sing to the tune of "War (What is it good for)" by Anonymous Coward · · Score: 1, Informative

      Im a Canadian travellign in Ecuador...I{m in the capital now, Quito, and there are a ton of internet cafes in the backpacker district. They all have voip phones and charge 10 cents a minute to canada/us and most of europe. A real phone costs 25 cents a minute and the quality is on par.

    7. Re:Sing to the tune of "War (What is it good for)" by Anonymous Coward · · Score: 0

      I just like to let you all know that all of us are actually using VoIP as a daily occurance. If you all communicate though a mobile celluar or typical residential telephone this is translated into IP packets and handled but switches today in the backend.
      The only reason why voIP has become in the mainstream is because companies like Net2Phone are offering abilities to make telephone calls via the net at cheap prices becuase they have cheap hardware to handle the calls.
      Should TelCos buy hardware from either e.g. Cisco Systems (Call Manager) companies like Net2Phone would not stand a chance.
      Take a look at Cisco Systems Call managers and Cisco Softphone as they are leading cutting edge in IP Telephony.

    8. Re:Sing to the tune of "War (What is it good for)" by moldor.the.flatulent · · Score: 1

      Dunno - my University runs VoIP between 6 campuses over the East Coast of Australia and the sound quality is usable, but not brilliant.

      Running SKYPE on my desktop or PDA with a wireless link results in far better sound quality.

  2. VOIP by disbaldman · · Score: 0, Insightful

    Who has tried VOIP? I too am wondering whether or not it's worth making the switch... Anyways, if everyone did switch, under peak hours, the lag has got to suck...

    1. Re:VOIP by SamBaughman · · Score: 4, Informative

      under peak hours, the lag has got to suck...

      Lag is an artifact of an poorly provisioned network. If you had end-to-end, trusted QoS, lag would never be noticable. Every important packet - voice, game, etc - would be delivered on time, and all the background "junk" - web, e-mail, BitTorrents - would fill the gaps between the important stuff that can't tolerate delay.

      The trouble with VoIP is the dependence on QoS, which most third parties can't provide. I've been tempted to try Speakeasy Voice, since they should be capable of setting good QoS for the VoIP service. But I still haven't checked pricing to see if it would actually save me money over traditional phone & DSL.

    2. Re:VOIP by sphealey · · Score: 4, Funny

      > If you had end-to-end, trusted QoS,
      > lag would never be noticable.

      I think that is called a "circuit".

      sPj

    3. Re:VOIP by Anonymous Coward · · Score: 0

      The trouble with VoIP is the dependence on QoS, which most third parties can't provide.

      One question. Do tolerate cell phone quality?

    4. Re:VOIP by DanielJosphXhan · · Score: 1

      We have VoIP for our office networks, which is just happy, considering that we run gigabit networks with QoS, so that's not a problem.

      The sound quality is of course limited by crappy phones (which pretty much all phones are), and we still have to dial out on conventional landlines. Or at least that's the way we've chosen to do it for now.

      --
      [ think ]
    5. Re:VOIP by Karzz1 · · Score: 1

      Forget about Lag; my ISP uses VoIP for their office phone. I now have the head NOC engineers cell phone number cuz the VoIP was down when the network was down.

      --
      Beware of he who would deny you access to information, for in his heart he dreams himself your master.
    6. Re:VOIP by calstraycat · · Score: 1

      >>I think that is called a "circuit".

      Not exactly. Certainly not using common telecommunications terminology.

      A circuit in telecom terms usually refers to a fixed-bandwidth, time-division-multiplexed, circuit-switched channel. The circuit is "nailed-up" for the duration of the call and never competes with other traffic. Latency is predictable, relatively low and fixed.

      VoIP uses statistically-multiplexed, packet-switched "channels". Isochronous data (like voice) still must compete other data throughout the network. End-to-end QoS does not eliminate the competition or create a "circuit" in the old sense. It gives the isochronous data priority and limits the size/number of the packets that can be transmitted between voice packets.

      It is true that end-to-end QoS is required to achieve the quality and reliability of TDM/circuit-switched networks. It will be years before this goal is achieved. Until then, VoIP will be just slightly better than best effort mechanisms used for data traffic. That said, VoIP does work really well on private networks where the data and voice can be isolated by mechanisms other than QoS.

    7. Re:VOIP by sphealey · · Score: 1
      I am aware of the technical definition of a circuit vs. an IP connection. I am also aware of the saying that every mistake ever made in computing has been made three times: once on mainframes, once on minicomputers, and once on PCs. The entire VoIP industry strikes me as being run by people who not only haven't read the Bell Systems Technical Journal back issues from the 1940s but don't even know those documents (and other Bell technical histories back to the 1900s) even exist.

      sPh

    8. Re:VOIP by josh_freeman · · Score: 1

      My girlfriend was in London for two weeks, and I happen to have Vonage at home. I was able to call her for $0.03/minute, and the sound quality was as good, if not better than using my cell phone when she called me. I've noticed a little noise on domestic calls, but if your broadband connection is good, it's a great deal for the money.

    9. Re:VOIP by calstraycat · · Score: 1

      Sorry if I was telling you things you already know. I completely agree with your assessment of the folks developing VoIP technology. There are a few of us left who have read those documents and can discuss the pro and cons, but we are often ignored.

      There are good market opportunities that are driving VoIP, but from a technical point of view, shoehorning isochronous streams into protocols that were designed for bursty data traffic is a major pain.

      One thing is for sure. Even with excellent QoS, troubleshooting and maintaining VoIP will always be far more difficult than good 'ol circuit-switched, TDM networks.

      Cheers.

  3. Why can't they make the quality higher? by Anonymous Coward · · Score: 0, Insightful

    If it were actually clearer than traditional phone lines, maybe I'd consider it.

    1. Re:Why can't they make the quality higher? by I_Love_Pocky! · · Score: 3, Interesting

      Packet switched networks weren't designed for continuous constant bit rate data streams. Why use them for that? Sure the Internet is unregulated, so you can use it for free, but you lose any kind of quality of service guarantees. That is why the connection seems flaky to you. If you ever get a good connection, that would be more a function of luck than a quality VoIP implementation.

      No matter how well you try to set up VoIP, if the Internet is used at all you will have to risk performance hits. The only way to enforce a quality connection would be through regulation of some sort, which would come at a cost.

    2. Re:Why can't they make the quality higher? by Anonymous Coward · · Score: 3, Informative

      I don't know how many phone calls you have ever made in your life, but my experiance tells me that they are definately NOT "... continuous constant bit rate data streams."

      I tend to talk a bit, listen a bit, talk, listen back and forth, etc. And of course it is spoken word so there are pauses and other irregularities when I am talking.

      Maybe there are resons it won't work, but yours is specious. Most likely the real problem will be getting all the switches/routers and other infrastructure, between you and the person you are talking to, to agree that your packets are indeed more important than all the current porn traffic and to expidite them.

    3. Re:Why can't they make the quality higher? by Anonymous Coward · · Score: 0

      I think if you re-read his post, that you'll find you just agreed with him.

      Although you do seem to be confused about the difference between sound, and its representation as a data stream.

    4. Re:Why can't they make the quality higher? by I_Love_Pocky! · · Score: 2, Insightful

      It is true that there are pauses in phone converstations, but you need a constant reserved bandwidth if you are going to be able to provide a quality connection. You can attempt to overcome packet loss and lag with buffers, but that doesn't lend itself well to a two-way communication. The result is something that often ends up sounding more like a CB radio conversation.

    5. Re:Why can't they make the quality higher? by groot · · Score: 1

      I did switch to VoIP with Vonage over cable and the quality of signal (to our ears) is better than the copper that we had with Verizon, which was BTW too far for DSL (26k feet). Our old POTS line was very noisy but the new VoIP is very quiet (except for the voice on the other end).

      Oh, and I forgot to mention it cost about 1/3 of what the old POTS line did.

      --laz

      --
      "Just remember, it takes a village idiot." -- The Motley Fool.
    6. Re:Why can't they make the quality higher? by eclectro · · Score: 1

      Quite honestly, my current POTS service sucks. 3/4 of the time when I pick up the receiver to make a call, I get a "we can not complete your custom call request at this time".

      That's probably because they have oversubscribed the phone service in my area.

      So quite frankly, service degredation for one reason or another on Voip doesn't bother me, especially considering it costs a whole lot less.

      That and the fact that I do not make a lot of calls in the first place, and want to get away from the phone service all together. I'm tired of being forced to scurry to pick up the phone because someone wants to talk to me at their convenience.

      I bet that I belong to an increasing market segment.

      --
      Take the cheese to sickbay, the doctor should see it as soon as possible - B'Elanna Torres, "Learning Curve"
    7. Re:Why can't they make the quality higher? by I_Love_Pocky! · · Score: 1

      So quite frankly, service degradation for one reason or another on Voip doesn't bother me, especially considering it costs a whole lot less.

      Most of the prices I have seen suggest the price is about $29.99 USD a month for unlimited calling with most VoIP plans. I pay maybe $20 a month for unlimited local calling with a POTS line, and I don't have a long distance plan. The current VoIP offerings seem to only cost lest if you are going to be making a lot of long distance calls. You said you don't make a lot of calls in the first place, so I wouldn't think that it would be cheaper for you.

      Quite honestly, my current POTS service sucks. 3/4 of the time when I pick up the receiver to make a call, I get a "we can not complete your custom call request at this time".

      This is a different type of service degradation than you would see with VoIP. Traditional phone networks are circuit based, which means there are fixed number of circuits that can be in use, but when you have a circuit, you get all of the bandwidth in that circuit. In other words a phone network under heavy load denys access to more customers than it can handle gracefully. In comparison, a VoIP network under heavy load will continue to take on more customers, but all of the customers will probably see a degradation in quality.

  4. VoIP isn't so easy... by LostCluster · · Score: 3, Informative

    I had a rather frustrating experience with the Net2Phone Voiceline product. Simply put, no matter how I tried to install it, it wouldn't give the green "provisioned" light or a dial tone.

    Their tech support was less than useless at telling me what was wrong... they just processed the return instead.

    1. Re:VoIP isn't so easy... by Anonymous Coward · · Score: 0

      Using packet8, I had to go through this painful procedure to get it working:

      I plugged the tiny router into the wall. Then I plugged the cat5 into it. Then I plugged the phone into it.

      Oh wait - it wasn't painful after all.

    2. Re:VoIP isn't so easy... by austad · · Score: 4, Interesting

      SIP does not always work well through NAT, even though there are some implementations that are NAT friendly. Also, some ISP's that offer their own VOIP service will block your access to competitors. ATTBI did it to me, I was even on the phone with the tech when he found the access list in a router that was blocking my access to Vonage.

      --
      Need Free Juniper/NetScreen Support? JuniperForum
    3. Re:VoIP isn't so easy... by Cramer · · Score: 1

      Isn't that a little illegal... they cease to be a "common carrier" as soon as they begin filtering traffic. (proxying traffic is different.) 'tho I'd bet they put verbage in your service contract.

  5. Isn't it obvious? by Anonymous Coward · · Score: 4, Funny

    If you run a modem over VOIP, you can then dial into the Internet without a phone line. Now any computer with a broadband connection can surf the web in luxury at an amazing 56kbps!

    1. Re:Isn't it obvious? by Anonymous Coward · · Score: 2, Interesting

      I actually tried this, not on purpose. I just got some really odd tone and then endless modem negotiation. I guess it didn't help that I was calling an island nation at the time.

    2. Re:Isn't it obvious? by I_Love_Pocky! · · Score: 1

      Now we can make free calls to WOPR's backdoor!

    3. Re:Isn't it obvious? by Anonymous Coward · · Score: 0

      If you have a standard dial-up account, you can connect to the Internet through that, establish a VoIP connection, and use a second modem to connect to the Internet through that! Then you can disconnect the original call and get a free Internet connection without using a phone line!

    4. Re:Isn't it obvious? by narsiman · · Score: 1

      Great idea. Now I will patent it before anybody claims prior art !!

    5. Re:Isn't it obvious? by timts · · Score: 1

      VOIP wont do any damage to tradtional telephone

      the only thread, which is taking over, is cellphone.

      how many ppl have discarded the home phoneline since their family members all have a cellphone now? I discarded mine over 2 years ago.

      not to mention the new 3G or 4G tech which allows you to access internet at broadband speed through telephone. I also use cable modem instead of DSL for internet.

  6. I remember the old days... by SunSaw · · Score: 1

    When we called VoIP "telephony". Now I don't know if it was supposed to be tele-phony or tele-funny.

    --
    --When it's my time, I want to die in my sleep like my grandfather -- not screaming like all the passengers in his car
  7. Oh... by Anonymous Coward · · Score: 0

    So they have VoIP on computers now...

  8. Reasons for VoIP by nerd256 · · Score: 1, Insightful

    (1) Long-distance is VoIded
    (2) It has internet stuff in it
    (3) You can claim you're l337er than your neighbor
    (4) ...
    (5) PROFIT!!!

    Of course, it (the cheap solutions) also limits possible contacts to other users, creating a filter so one is only able and only has to talk to fellow geeks.

  9. In use? by freitasm · · Score: 5, Insightful

    Many telcos are using VoIP in parallel with their PSTN backbones, and this is ok - most users don't even notice this behind the scenes VoIP application.

    When it comes to services to end users, except for companies like Vonage and a few similar ones there's a huge gap. For example I've subscribed to Stanaphone just to find out that my account disappeared simply because I didn't use it for a month. Well, there's no way these companies can compete with operators if they keep this kind of policies in place. Could you imagine if you're enjoying a 45 days holiday in Europe (or in New Zealand, which is really cool!), and when back home find out your phone doesn't work anymore because of this kind of policy? No POTS operator would do this...

    1. Re:In use? by derubergeek · · Score: 1
      I've subscribed to Stanaphone just to find out that my account disappeared simply because I didn't use it for a month. [snip] Could you imagine if you're enjoying a 45 days holiday in Europe (or in New Zealand, which is really cool!), and when back home find out your phone doesn't work anymore because of this kind of policy? No POTS operator would do this...

      I'd demand my money back!

      Oh, wait - it was free, wasn't it?

      --
      Trust me. This is an inactive account. Regardless of what the /. bean counters might report.
    2. Re:In use? by BasharTeg · · Score: 3, Informative

      I mean so you can now deliver voice mail into e-mail because it's all IP packets, does that mean I should ditch my telecom investment?

      Yes! http://www.freedomvoice.com

    3. Re:In use? by Anonymous Coward · · Score: 0

      Vonage isn't all that great either. I haven't tried it in the last 6 months, but 6 months ago, we gave it a shot. Problem? Once we plugged it in, it dogged our internet connection and we had nothing but problems. We contacted them, they said faulty hardware, sent us a new unit, same problem.

      I'd really like it to work and will probably try it again in another 6 months in the hopes they will have worked the bugs out. But for us, it was more important to have a reliable, fast, non lagged internet connection than to have a kewl voip.

      To be fair to Vonage, their customer service was purely kickass, and they gave us a full refund despite wanting to work with us further to resolve the problem. Unfortunately, this was for a business line and we needed to get things up and running ASAP. But I WILL be trying the again, if only because they stood behind their product. I am certain that was a problem they will be able to fix.

    4. Re:In use? by tim_mathews · · Score: 5, Funny
      Could you imagine you're enjoying a 45 days holiday in Europe (or in New Zealand, which is really cool!)

      No. I'm still working on what it would be like to have free weekends.

    5. Re:In use? by ergo98 · · Score: 2, Informative

      Many telcos are using VoIP in parallel with their PSTN backbones, and this is ok - most users don't even notice this behind the scenes VoIP application.

      It has been decades since phone companies actually switched a dedicated piece of copper for a voice call - they long ago realized that they could digitize the call and multiplex the packets over a high speed connection (digitizing at 64Kbps for a voice call, which is why all of the telecom standards such as DS0, DS1, DS3, and so on, are multiples of 64 - it's the number of uncompressed phone calls that the line can handle). What you may be referring to is the fact that up until recently most telcos ran the voice network on somewhat proprietary protocols and network infrastructures (i.e. ATM), but because of the cost benefit of IP many of them have switched to IP for their data networks, allowing them to use the same networks for data as well (although they QOS their own voice traffic so data never preempts a voice call).

    6. Re:In use? by freitasm · · Score: 1

      Free to subscribe, but paid service nonetheless.

    7. Re:In use? by mystran · · Score: 1
      Could you imagine if you're enjoying a 45 days holiday in Europe [...] and when back home find out your phone doesn't work anymore because of this kind of policy?

      No, because I don't have a phone anyway you insensitive clod. What good is a wired phone anyway, when one can just use a mobile instead?

      --
      Software should be free as in speech, but if we also get some free beer, all the better.
    8. Re:In use? by fucksl4shd0t · · Score: 1

      No. I'm still working on what it would be like to have free weekends.

      I'm still trying to figure out what free hours would look like.

      --
      Like what I said? You might like my music
    9. Re:In use? by Anonymous Coward · · Score: 1, Informative

      i'm still trying to figure out what possesses people to work so much. QUIT YOUR JOB. i mean, are you married? have kids? because if it's just you, just stop working so hard (think office space, it worked for me). if you have kids, and can't take such risks (because eventually you do get laid off and unemployment wasn't available to me), take job with better hours even if it means a slightly lower* standard of living. parents are more important than new things. *no amount of money can properly replace my time. seriously, stop working so hard. you're making the rest of us look lazy. but even worse, no amount of money can bring back lost time -- money (and the drugs you buy with it) only help you not think about how important time is and how you've wasted it

    10. Re:In use? by Anonymous Coward · · Score: 0

      N__, bec__se I don't ha__ a ph__ anway you _____ve clod. What g__ is _ wired phone an___, when one c__ just _se a m____ instead?

      I can't hear you, you're breaking up.

    11. Re:In use? by Cramer · · Score: 1

      The term you're searching for is "TDM". That's the way traditional (well, in my lifetime at least) way voice networks have been switched. Digitize and pass around as packets. (A single timeslice on a T1 is 8KB -- 'tho in voice applications (D4/AMI, "robbed-bit signalling"), you get to use all of those bit.)

      ATM is not proprietary. It was designed by committee, and therefore broken from the start -- the 53byte cell size (note, no where near a power of 2) was a compromise to level the field and give no one a market advantage; everyone had to retool their hardware... some had 48byte cells, others 64bytes (or something like that.) There were a number of proprietary "vendor standards" prior to the adoption of industry-wide standards [see also: "designed by committee"] (e.g. Ascend's VNN pre-dates PNNI.) ATM is ok for voice, but unbeleivablly inefficient for data. [see also: "atm cell tax"]

      It's cheaper to run one network than it is to run two. A converged voice/data network is a tough nut to crack at first, but is becoming much easier.

    12. Re:In use? by fucksl4shd0t · · Score: 1

      i'm still trying to figure out what possesses people to work so much. QUIT YOUR JOB. i mean, are you married? have kids? because if it's just you, just stop working so hard (think office space, it worked for me). if you have kids, and can't take such risks (because eventually you do get laid off and unemployment wasn't available to me), take job with better hours even if it means a slightly lower* standard of living. parents are more important than new things. *no amount of money can properly replace my time. seriously, stop working so hard. you're making the rest of us look lazy. but even worse, no amount of money can bring back lost time -- money (and the drugs you buy with it) only help you not think about how important time is and how you've wasted it

      As sweet as this all is, you should try living at/below the poverty line sometime. Especially with three kids.... Free time is a luxury you can afford only after you've earned money for foood.

      --
      Like what I said? You might like my music
    13. Re:In use? by FrankHaynes · · Score: 1

      Many telcos are using VoIP in parallel with their PSTN backbones, and this is ok - most users don't even notice this behind the scenes VoIP application.

      I noticed it tonight calling domestically within the U.S. when there was a very noticeable "burp" artifact at the end of each ringback tone from whatever cheapskate carrier hauled my call from Florida to D.C. The call did not supervise so I don't know what the voice quality is like, however.

      It will take some time for the general population to get accustomed to the vagaries of packetized voice, such as additional latency and echo problems, etc.

      Believe you me, these carriers are not doing this in order to provide "pin drop" clarity to voice calls. They will squeeze every last bit out of their pipes in order to maximize revenue, voice quality be damned in the process.

      --
      slashdot: A failed experiment.
    14. Re:In use? by Anonymous Coward · · Score: 0

      Intelligent people in a developed country should never live below poverty line (except when they are Americans and they or their relatives have big medical expenses they must cover out of their pocket). If that hypothetical person with three kids has brains and some rudimentary skills, there is no reason why he or she can't find a decent job. And if they are not intelligent, they don't have a right to complain.

  10. Useful outside the USA by openSoar · · Score: 5, Interesting

    We've put a VoIP unit in our place in the Carribean and it allows guests who are mostly from the US, to make (effectively) free calls back home - something that would be very expensive using the regular telephone system.

    1. Re:Useful outside the USA by Deorus · · Score: 2, Interesting

      Here in Portugal, there was, about 5 years ago, a company doing the same. They were using a datacenter to accept calls and forward them to other contries through the Internet (VoIP was at least not as widespread back then as it is today, so I don't know what they used). Apparently they were so successful in their business that the biggest (and the only one at that time) telco here sued them.

    2. Re:Useful outside the USA by ScrewMaster · · Score: 1

      Huh ... and I thought the idea of suing competitors instead of wooing customers with better products originated here in the States. My mistate.

      --
      The higher the technology, the sharper that two-edged sword.
    3. Re:Useful outside the USA by Anonymous Coward · · Score: 0

      Something odd about VoIP to save $5 a month from a second house in the Carribean. It's like getting the cheap tires on a Jaguar.

    4. Re:Useful outside the USA by Saeger · · Score: 1
      Oddly enough that's how a lot of the millionaire-next-door types get to be millionaires: by being fucking cheap.

      --

      --
      Power to the Peaceful
    5. Re:Useful outside the USA by Fnkmaster · · Score: 1

      Umm, did you look at the site? The guy rents these houses out. It's an investment property/business that doubles as a vacation home. You don't have to be insanely wealthy to do that, just have the time, energy and credit to get a mortgage for the place, and run it as a rental property. You can probably cover your mortgage payments, earn some income from it AND have an awesome vacation home in the Carribean. Frankly, I think that rocks.

    6. Re:Useful outside the USA by openSoar · · Score: 1

      you're absolutely right and that's exactly how it works.. with free/cheap worldwide and telephone access along with a reasonable dsl service, i think sometimes think i should outsource myself to me in the turks and caicos :)

  11. Another poorly written slashdot summary. by Anonymous Coward · · Score: 0
    Questions have question marks at the end? When something bothers me, it's usually negative; not good, like being inexpensive.

    The irony is, that the same people who bitch and whine about microsoft having an 'unfair' monopoly by virtue of its market presence (ie "people don't know the difference and/or are afraid to switch") likewise tolerate slashdot despite its poor editing, dupes, trolls (like me!), clearly-in-need-of-repair moderation system and other pretty egregious faults despite the existence of more credible alternatives because, heck, this is where the traffic is.

  12. VOIP is actually very good for phone calls... by loveisafist · · Score: 5, Informative

    Having used Vonage for several months I can say I am very pleased with their service and the quality of the calls. Before Vonage my only phone was a SprintPCS phone. When I got Vonage and called family/friends to tell them about a new number most of them commented how much clearer it was compared to the PCS phone I usually call them on.

    The only time I have had a 'problem' was when I was downloading some files on bittorrent AND playing FFXI Online and received a phone call. There was a slight echo audible on my end.

    I have actually convinced my father and two friends to ditch the local phone company and get VOIP. They are also very pleased with the service and money they have saved, which equals free months of phone service for me! ;)

    1. Re:VOIP is actually very good for phone calls... by The-Bus · · Score: 1

      I've had Vonage for several months now, and it's saved me a lot of money. I do not recommend it (or any VoIP) for faxes, it just doesn't work very well. Otherwise, any bad outages I always have my cellphone or I email documents to a satellite office and have them fax it.

      --

      Small potatoes make the steak look bigger.

    2. Re:VOIP is actually very good for phone calls... by Saeger · · Score: 1
      I've had Vonage for almost a year now, and initially I had the same QoS problem you had. Since the vonage box was inside the network (rather than on the outside, which is also an option, albeit a dumb one), and my router is a 3-NIC PC running linux, I was able to tweak the QoS easily. However, I hear that SOME of the newer home-cheapo routers (like the ones from linksys) can do traffic shaping now, so that would also be worth looking into.

      --

      --
      Power to the Peaceful
    3. Re:VOIP is actually very good for phone calls... by Anonymous Coward · · Score: 0

      I don't think Linksys has that feature. They have a hard enough time producing a router that doesn't lock up randomly once a week.

    4. Re:VOIP is actually very good for phone calls... by warpSpeed · · Score: 1

      I have Vonage and use it for an office and FAX line. It has worked fine for me so far. I get my FAXes, no problem.

  13. Since this is going to get modded down because by Anonymous Coward · · Score: 0

    I am anon... I like how you can connect VOIP to Outlook. Say Fred Burger gives you a call and in an instant Outlook pops up and all the emails you have ever sent to Fred Pop Up, and also all the emails you have ever received from Mr. Burger pop up. That's awesome. Talk about an increase in productivity.

  14. What's the big deal about this article? by Anonymous Coward · · Score: 0

    Yeah, why would you want to ditch your regular phone for VoIP. I mean, it's only as simple as plugging an adapter into the wall, then into your phone and getting phone quality (or petter) audio quality from it... and only getting unlimited long distance to america, canada, western europe for FREE, plus all the extra thigns that cost more money but come for free with VoIP, like callw aiting, caller ID, call return, voicemail, three-way, call forwarding ALL FOR THE PRICE OF BASIC TELEPHONE SERVICE ($20, more or less depending on the company).

    Yeah, gee. WHy the FUCK would you want to switch from something that costs $75+/mo toward something that is only $20/mo? I can't possibly imagine!!

    Stupid stupid stupid fuckign article.

    1. Re:What's the big deal about this article? by Kiryat+Malachi · · Score: 1

      Because I have a cell phone and have no need to call western Europe? VOIP might save me 20 bucks a month over my cellphone... but I can take my cellphone with me.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
    2. Re:What's the big deal about this article? by Anonymous Coward · · Score: 0

      And I'm sure you are SO FUCKING IMPORTANT that you have to talk to peopel RIGHT FUCKING NOW. You couldn't possibly stop at a pay phone and stick in a quarter or wait until you get home to make a phone call, you pompous prick?

  15. What VoIP can do that POTS can't: by Anonymous Coward · · Score: 2, Insightful

    Presumably, like other things that travel over IP, you could encrypt your calls against tapping.

    1. Re:What VoIP can do that POTS can't: by ilovelinux · · Score: 2, Informative

      actually, (speaking as a telco employee) you can encrypt conversations over POTS with the proper hardware.

      (and have been able to for some time)

      What will be nice about VOIP is now you can encrypt your calls through cheap or free software, negating the need to buy specialised crypto hardware.

  16. VoIP is great! by swimfastom · · Score: 4, Informative

    -"so-so quality"

    This is simply not true. Voice packets are given the highest priority across the network. If a voice packet does not make it to the destination, it is not resent. If the proper investment is made (you need newer switches and equipment) and the configuration is correct, it really does work great. I think it is ideal for an office with 30 people, especially if it is in a rural area where you may be paying a lot for a frame relay circuit or other connection. This setup can be done using Avaya VoIP phones in just a few hours and is very reliable!!

    --
    http://tomgould.com/
    1. Re:VoIP is great! by shrinkboy · · Score: 5, Informative

      Yes, voice packets are given priority on the network IF your ISP has DQoS implemented and enabled. This is not assumed or standard on any networks I'm familiar with, and you'd be foolish to assume ISPs rushing out to benefit third-party VoIP companies when there's a push to roll out ISP-branded VoIP... Anyway, without DQoS, it's all best-effort. As noted above, given sufficient bandwidth, you'll hadly ever get jitter unless you saturate the pipe with up/downloads that preclude sequential voice packets.

    2. Re:VoIP is great! by Anonymous Coward · · Score: 0

      This is simply not true. Voice packets are given the highest priority across the network.

      A friend of a friend works at a fairly major cable broadband provider. He says he randomly drops the packets of their competitor's VOIP traffic.

      If caught, I'd think it would be a good opportunity for a big class action lawsuit. Seems like something like this would be hard to hide from employees. I guess it depends on who sees the configs.

    3. Re:VoIP is great! by bcrowell · · Score: 3, Interesting
      other than so-so quality phone service [...]
      I have Vonage, and the quality of service is better than what we used to have with the telco. Our neighbors have had lots and lots of lengthy service outages this year, during which we were fat and happy. Also, Vonage throws in a lot of freebie services that we weren't getting from the telco, such as caller ID.

      [...] at a cheap price
      What's so bad about a cheap price? It helped me convince my wife that it made sense to ditch modem access and get broadband.

    4. Re:VoIP is great! by Deliveranc3 · · Score: 1

      Sigh called home today 1 word in 10. Quality out is not so great.

    5. Re:VoIP is great! by Anonymous Coward · · Score: 0

      If a voice packet does not make it to the destination, it is not resent.


      Sorta like UDP?
    6. Re:VoIP is great! by Anonymous Coward · · Score: 0

      If you have switches and routers "for" VoIP then it's not really VoIP any more, is it? It's just Yet Another Digital Phone System. Sure, it uses IP protocols, but it's not what VoIP is touted as. VoIP is touted as IP calls from PC to PC over the wild internet. And the quality is bollocks. Not even so-so. Bollocks.

      Sounds like you have an expensive internal digital phone network. I would hope to hell that sounded great.

  17. cheap long distance calls... by laura_glow · · Score: 0

    Making long distance calls really cheap, that's something to consider... I woud like to have a service like that, a web page that allows me to phone call relatives in another country, for much less the conventional price.

  18. VoIP was dropped at Barry University by IwannaCoke · · Score: 2, Informative

    I don't have first hand knowledge of the actual testing that was done because I just transferred here. However, I was told by one of my professors that the school just tried to implement a VoIP system, but the sound quality was terrible. In fact, they've already dropped it and gone back to the regular PBX / POTS system.

    1. Re:VoIP was dropped at Barry University by Outatime · · Score: 2, Interesting

      If you implement a system according to the specifications, it will not suck. If you try to cut corners and use cheap hardware, older infrastructure, etc., it will perform poorly. This says nothing of VoIP except that it needs decent-quality gear. It does say that your network designers are doing a poor job.

    2. Re:VoIP was dropped at Barry University by gdbjr · · Score: 4, Interesting

      When VoIP is deployed on a network that is properly configured with QoS and you have adequate bandwidth, voice quality is not an issue. When it is done right you can get voice, video and data all on the same circuit without any loss of quality. I manage 6500+ IP phones in locations in a half-dozen states and everything work just fine. It all comes down to making sure you have the bandwidth and QoS, which is something that would won't find on your average home cable or DSL connection.

    3. Re:VoIP was dropped at Barry University by ilovelinux · · Score: 1

      amen.

      I've seen some horrible setups of VOIP, because the network guys in charge had no idea what they were doing.

      On the otherhand, I've seen good setups where the extra money was spent, and the network was designed properly, and the VOIP calls subjectively sounded no different than tdm 56k.

      I think what's happening now, is that VOIP is new enough that most people don't know how to set it up properly yet. Give it some time, it'll be fine.

      Most telcos are going to a an IP over SONET backbone now (atleast here in Canada), so get used to it, it's here to stay.

    4. Re:VoIP was dropped at Barry University by ilovelinux · · Score: 1

      yeah I'm being a dork replying to my own post but sometimes you forget things.

      Most IP networks that major telcos are setting up are NOT routed through the internet. It's a seperate network that they control from end to end. It's the smaller companies that send through the internet to save money and offer you good rates.

      When VOIP is thouroughly implemented by the major players, I'll predict now that the bill for it will be the same as a regular phone bill, and sound the same as a regular call. It's just the backbone will by IP, not regular circuit switching. This saves the telcos money, and drives up profits.

      (and yes I work for one of those thievin' telcos)

      please don't throw rocks at me!

    5. Re:VoIP was dropped at Barry University by Chanc_Gorkon · · Score: 1

      I have Time Warner digital phone and it is wonderful. Costs a little more then Vonage, but then if I get pissed enough, I can still go and confrotn them at the office! ;) Plus they wired it into all of my phone jacks with no problems.

      --

      Gorkman

    6. Re:VoIP was dropped at Barry University by Skater · · Score: 1

      On the other hand, my workplace rolled out Cisco IP phones about 2 years ago, and they work absolutely perfectly. I can remember only one time that the phones went down (so we had no way to call in a ticket - I used my cell phone to do it), and that was only for an hour or so, early in the morning when it wasn't a big deal.

      The sound quality and reliability are excellent, and the phones themselves are very nice to use.

      --RJ

    7. Re:VoIP was dropped at Barry University by Anonymous Coward · · Score: 0

      In my experience with VoIP, bandwidth isn't nearly as important as latency. You can have a 100MB LAN line and if the latency is over 200ms, VoIP won't work for sh!t if you have more than 15-20 users.

      I would say that depending on how latent your broadband connection is will determine how well services like Vonage will work for you. Problems would arise during normal activity if your line is latent.

      Just my 2 cents on VoIP.

  19. It's useless... by Anonymous Coward · · Score: 4, Interesting
    Having since disconnected both my landline and my packet8 subscription, I've managed to save some $110.00 a month in bills by just getting a GSM phone with a nationwide plan, nights and weekends, etc.

    Advantages:
    • Phone service even when power/internet is out
    • being able to have a phone anywhere, at anytime I need it. This by itself is the biggest reason I went "2004" and joined the modern era.
    • ability to send short text messages anywhere, at ANY time, without having to be an uber geek


    Disadvantages
    • Having to deal with Customer Service idiots
    • contracts


    I believe that VoIP and any other "permanent" phone installation is going to pass and mobility will be more important to most people.
    1. Re:It's useless... by Anonymous Coward · · Score: 0

      I believe that VoIP and any other "permanent" phone installation is going to pass...

      You say "other 'permanent'" as if VoIP implies or requires a permanent or hardwired internet connection. It doesn't. IP is IP, whether ISDN, T1, ADSL, cable, WiFi, or 3/4G wireless phones.

      VoIP on a free community WiFi (or equivalent) connection? Soon, I'm confident...

    2. Re:It's useless... by Anonymous Coward · · Score: 0

      Soon? I can barely go twenty feet outside a starbucks with my laptop and maintain a decent speed. For the coverage that WiFi requires to maintain a decent enough speed to avoid any dropped packets for calls, you're better off with a GSM phone.

      Also, are you of the naive assumption that WiFi is always going to be, "free?" Wifi handsets will never become mainstream and will merely be the vapor-wet-dream of geeks.

    3. Re:It's useless... by ChuckSchwab · · Score: 0

      There are some other major disadvantages to VoIP. For example, if you make an emergency call, rescuers can't automatically locate you (with cell phones they can triangulate). Also, it's a lot easier for people to manipulate this technology to make anonymous calls and thereby threaten and harass others. These are things people need to think about before concluding VoIP is good for mankind.

    4. Re:It's useless... by Anonymous Coward · · Score: 0

      Well, let's see. With packet8, I'm getting voicemail, call return, caller ID, three way calling, call forwarding and some other services, plus unlimited long distance to the states and canada for only $20/mo.

      I bet you're paying more than $20/mo for your cell service before you even start counting long distance (or ANY) calling fees.

      So looks like you're the sucker.

    5. Re:It's useless... by Anonymous Coward · · Score: 0

      Well, fortunately you can get the E911 service for only $3/mo. Or, you can just program your full police/fire/emergency phone number into your telephone and not worry about it. Even at $3/mo, you're saving a shitload.

      As for making anonymous calls to threaten and harass others... well, I don't do that. So that's moot. And if I did do that, I could just use a payphone if I wanted to. Duh.

    6. Re:It's useless... by SunPin · · Score: 5, Interesting

      You obviously weren't in the path of any hurricanes this summer. I have a gsm phone and it, along with everybody else, was effectively dead within an hour of constant 120 mph winds. It remained useless for days afterwards. The cell phone network can't deal with disasters.

      --
      Laws are for people with no friends.
    7. Re:It's useless... by Anonymous Coward · · Score: 0

      $45.00 base fee (includes 800 anytime minutes, plus nights and weekends)

      $7.00 extra for 7pm to 7pam unlimited
      $2.99 unlimited mobile to mobile minutes (all my friends use the same carrier as well)

      I may pay almost double $20.00, but the ability to stay in touch ANYWHERE is worth it to me.

      I live in Pensacola, I suffered Ivan/Bonnie this year and my cell phone remained active the entire time. Power and internet? Two weeks to get working again.

    8. Re:It's useless... by LiquidRaptor · · Score: 1

      Wouldn't that be almost triple? Or are you staying with your carrier because you're bad at math?

    9. Re:It's useless... by Chanc_Gorkon · · Score: 2

      It can if your prepared. Cell phones could be redeployed within hours after a event because one thing....mobile cell towers. Within hourse, Verizon Wireless and the like can have trucks heading into these areas before a disater strikes if need be. Regular PSTN lines take alot more time to piece together after they have been shredded. Temporary Cells On Wheels can be deployed while permanent replacements are erected. Odds are, you still probably had cell service way before you had landline phones and possibly a roof over your head on a nightly basis that was your own!

      --

      Gorkman

    10. Re:It's useless... by venomkid · · Score: 1

      Under disadvantages you forgot the one that stopped me from going 100% cellular.

      Batteries.

      --
      vk.
    11. Re:It's useless... by Frogbert · · Score: 1

      That may work wherever the hell you live but where I live I have to pay through the teeth to call somone on a mobile.

    12. Re:It's useless... by NanoGator · · Score: 1

      "Under disadvantages you forgot the one that stopped me from going 100% cellular.

      Batteries."


      Uh huh.

      A.) It really isn't that hard to buy a cell phone with good battery life, despite popular claims on Slashdot.

      B.) Cell phones actually work while they're charging.

      C.) If the power fails and your battery is dead, you can run out to your car and power the phone from cigarette lighter.

      I haven't had to worry about B and C despite not having a landline. I've been on my own for 7 years and never needed a landline.

      --
      "Derp de derp."
    13. Re:It's useless... by SunPin · · Score: 1

      Chancellor Gorkon, you have a very... theoretical... view of what happened after these hurricanes. In theory, yes, mobile towers are going to be driven in by trucks and corporate America will save the day.

      Trees and poles have a very definitive and stubborn way of shutting down civilization when they act in unison. As for your roof comment, I'm tempted to tell you to fsck off because everyone in my neighborhood had severe roof damage. _Still_ has severe roof damage. The subsequent rains utterly destroyed some houses because of the existing roof damage.Further north of here is still in the stone age. Further west of here is back in the Jurassic era.

      When the eye of a hurricane blows through your place, give me a call immediately after the winds die down and tell me how safe and wonderful your life is. After all, when corporations are there to protect you, there's nothing to worry about.

      I'm not putting any more energy into this post. You deserve -1 Flamebait.

      --
      Laws are for people with no friends.
    14. Re:It's useless... by Anonymous Coward · · Score: 1, Insightful

      The grandparent was merely pointing out that cell networks are easier to rebuild than fixed line networks - which, you'll notice, are also run by corporations.
      Slashdot posts, like hurricanes, are not usually out to get you personally.

    15. Re:It's useless... by DFarmerTX · · Score: 2, Insightful
      You know, people do plan ahead, right?

      Mobile Carriers Ready Cells-On-Wheels in Case of Outages or Network Overloads

      Government actually requires carriers to have these things, just for emergencies.

    16. Re:It's useless... by Anonymous Coward · · Score: 0

      you have severe roof damage and a ruined home and you are worried about a fricking phone?

      wow.

    17. Re:It's useless... by Chanc_Gorkon · · Score: 1

      listen..I know...it sucks. I have been in and around Hurricanes and I know its no picnic. But to poopoo emergency use of cellphones just cuz you have had a hurricane go through your area of the country doesn't mean they are very valuable to people in other emergency situations. I don't think my post was very inflammatory at all. PLUS, you have already had one other reply with a link pointing to a companies who had COW's in range of Florida BEFORE Charley blew through. In fact, ALL of the carriers had done so. In an emergency, planning is the best thing you can do. I have been to Southern Florida and see the amount of planning alot of folks do when hurricane's come. The thing that impressed me wa that the buildings were ALL very strong. Even the homes were stronger then the typicassl home from where I am from in Ohio. I know, that doesn't save you from a cat four, but planning will make the damages less painful. I know life sucks now, but it will only get better. I am sorry you feel like telling me so, but you know, I don't live in Florida. I don't live there for a reason. You live there by choice. If life is that bad, after you get things back on track, you can always move. Just remember that natural disasters happen anywhere. In Ohio, I will probably get snowed on....alot. We also get tornados. Its luck of the draw for any of these. I tend to look at what I have and try not to get mad when disaster strikes. When you are down in your newly repaired house enjoying 50-70 degree days, remember I will be freezing my ass off in -20 below wind chills here in Ohio.

      --

      Gorkman

  20. Ummm..... by Infinityis · · Score: 0

    I still don't know what it's good for...

    Is this one of those nasty blurbs where they try to trick you and force you to RTFA?

    A little more info in the blurb, please.

  21. Skype by SpooForBrains · · Score: 4, Interesting

    I installed Skype the other day (it's apparently developed by the people who originally developed Kazaa, using "peer to peer" technology, however that works). Anyway, it installed without fuss and works from behind a firewall without me having to open ports. I haven't tried skypeout yet, only skype to skype, but hey, I'm chatting to my friends in the states for free, and the quality is much better than a long distance phone call. Thusfar, I'm impressed.

    --
    "The dew has clearly fallen with a particularly sickening thud this morning"
    1. Re:Skype by Kris_J · · Score: 1

      I tried Skype, but the quality of the audio was below usable levels. A friend uses it for cheap calls to the US and/or Canada, but it looks like there's no point in me bothering about it at least until my home and work Internet connections are upgraded.

    2. Re:Skype by balbeir · · Score: 1

      Well, your mileage may vary. I tried skype on a couple of calls from the US to europe using skypeout and the quality was so bad that I could not understand a word from the person on the other side. They could understand me fine though. Within the US I had a bit more luck.

    3. Re:Skype by austad · · Score: 1

      I use Skypeout to call a friend's mobile phone in Spain from here in the US. It works beautifully. I have a headset though, I've noticed that there tends to be some quality probs if you use the built in speaks and mic on your laptop.

      The only reason she knew I was using something different was because my caller ID didn't pop up like it normally does.

      --
      Need Free Juniper/NetScreen Support? JuniperForum
    4. Re:Skype by nogginthenog · · Score: 1

      I use Skypeout to call France from the UK. Quality is variable (but generally OK).

      The main reason I use it is because it's cheap - *20* times cheaper than my phone provider to call France.

  22. Anonymous Trolling by Anonymous Coward · · Score: 0

    w00t Props to teh GNAA and FWD!

  23. Team Gaming by Enrique1218 · · Score: 4, Funny

    When you need cover fire to plant a frag on some fool's camp spot, that crappy voip over is 100X better than typing.

    --
    You don't have to be smart to use a Mac, you just have to be smart enough to buy one
  24. VOIP Dosent still qualify the requirements in TFA by dwipal · · Score: 2, Interesting

    I am kindof with VOIP and would be very happy to make the switch once it qualifies the basic requirements, like it should work with there is no power.

    My local phone works when there is a power outage (how would i report a complaint that my power has been cut off otherwise?). Also, VOIP uses the existing internet connection, which means if the internet is down, the phone is also down (so no more backup dialup access or phone line).

    The day it gets over such things and guarantee a 99.9999% availability, I dont think i would give up the regular phone. Might consider the additional line of VOIP someday (but who needs 2 such lines when u have a cellphone)

    Well, one interesting application is to have the same phone number at multiple places... very easy to do with VOIP, useful for small businessmen who dont have soo much cellphone minutes.

  25. Internal networks. by FooAtWFU · · Score: 1

    I'm testing the Cisco 7970G for the local university's Technology Quarters program... It's a VOIP phone, but it's only VOIP across the university LAN. Mostly it's absurd overkill, but you can see how people in a big company who make lots of calls could really use it.

    --
    The World Wide Web is dying. Soon, we shall have only the Internet.
    1. Re:Internal networks. by Kiryat+Malachi · · Score: 1

      My company uses Cisco VOIP; we're big enough to have offices throughout the US, as well as overseas, and routing inter-office traffic over our leased inter-office IP lines saves us a lot on long distance calls (think: design engineers in IL, manufacturing in Texas, Mexico, China, and France; lots of phone calls).

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
  26. Tech support call, enhanced with VOIP by d3ity · · Score: 5, Funny

    Telco company: Hello, welcome to genericom, how may i assist you. Me: My pho....pho....ne.... is laa...a..aaaa....a..g.... Telco company: Whats that sir, I cant quite understand you. Me: My god....amn....phon...is....lagg... Telco Company: Sir, your going to have to speak more clearly...

  27. Question marks by Kinkify · · Score: 5, Funny

    does that mean I should ditch my telecom investment.

    Don't you think question marks are just the worst.

    I mean really, who actually bothers anymore.

    1. Re:Question marks by zeeclor · · Score: 1

      Do rhetorical questions, need a question mark.

    2. Re:Question marks by metlin · · Score: 1

      Good one! :)

  28. Quality does vary by rufey · · Score: 4, Informative
    Last week I played around with a VoIP box at my house just to see what kind of clarity it had, and, it wasn't nearly as good as my POTS line.

    However, I've had others swear by their VoIP. It seems to me that there is still just too many variables in the IP infrastructure for the experience of VoIP to be uniform. Not to mention the issues with power outages, 911 service, and the like.

    Another thing to note is that having voice mail sent to email is not a feature of VoIP per sey. We are currently implementing an email system that has this ability, given that you have the right voice mail equipment. While there are some features that VoIP does offer that can't be done with POTS and appropiate equipment, many of the features being touted as "VoIP only" features can be done with POTS.

    That said, about 5 years ago I was involved in a project to roll out VoIP in a new building (about 300 people, a call center of about 10 stations included). We used Cisco equipment and had two 24 channel trunks come in from POTS (one for local, one for long distance). Once it was up and running, the sound quality was nearly as good as POTS - we did have a slight echo once in a while, but other than that, it was great. We, of course, had complete control over the network, so doing QoS and stuff like that with voice packets was easy.

    VoIP, if done right, can be nearly as good as POTS in terms of sound quality, if not better. But given all the variables (phone, DSL/Cable router, your ISP, the POTS/Internet interface, etc), there are just too many places that can cause quality to suffer. And the problem becomes worse if you try and use a fax machine over a VoIP line, which doesn't have a high tolerance for packet delay.

    1. Re:Quality does vary by Anonymous Coward · · Score: 0

      I'm using a service called packet8.net and I have 911 service, *69, caller ID, threeway calling, etc...
      They sent me a little box that plugs into my switch at home, then any anolog phone into the little box.

      I have a public number (they do hook into the POTS), and they're rolling out "virtual numbers" where if I had a friend in california, I can get a california number as well, so no long distance either way.

      $23.00/month and I'm very happy.

    2. Re:Quality does vary by Anonymous Coward · · Score: 0

      Funny, fax over PBX doesn't work well, either. Most companies still have POTS phone lines for the occaisional modem or fax connection. So I don't understand your problem. Keep two phone lines: one for fax, the other for VoIP/DSL.

      There are variables also that affect POTS, such as billing, phone company indifference, etc. If the phone companies could get away with billing you a service charge for the "luxury" of getting a mailed statement/bill, they would. But since they would probably have to go through state regulatory bodies for this, they won't try it.

  29. We're doing it by johnnyb · · Score: 4, Interesting

    We're doing it for cost and flexibility:

    1) No telephones == more desk space

    2) No telephones == less money wasted on telephone maintenance

    3) No telephones == less money wasted on phone line maintenance (only run one network instead of two)

    4) IP == If you log in to VPN you can get calls transferred to you at home

    5) VoIP == cheap long distance

    6) Other features -- automatic call recording, easy ability to script call-ins, etc.

    7) PBX Box ---- WAAAAAY cheap ($1,500 for a build-it-yourself asterisk solution vs $10,000+ for a traditional PBX solution)

    1. Re:We're doing it by Anonymous Coward · · Score: 0

      I'm curious. How are you saving desk space? All VoIP does is give you the line. You still need a telephone TO TALK ON.

    2. Re:We're doing it by Jeff+DeMaagd · · Score: 1

      Those are very good points, but how do you make phone calls if the internet is down or the power is out? The second part is helped with UPSs. My issue is if you put too many eggs in one basket, that sounds like wishing problems of greater impact. Sure, it sucks to either go without phone or internet, it is worse of BOTH are out. Yes, I had this problem. The only way to communicate to the outside world was personal cell phones. I needed to handle some business over the internet, I was about ready to drive to the next town to do it because my town's substation was out.

    3. Re:We're doing it by hamisht · · Score: 1

      Scenario - walk into work to find your cube-buddy having a heart attack on the floor. Turn on PC, wait to boot, load softphone, dial 911...

    4. Re:We're doing it by austad · · Score: 1

      No you don't. Any softphone coupled with the built in speakers and mic on your computer, or a tiny little plantronics or similar headset works just fine.

      Plus, if you're sitting in an airport or coffee shop and you VPN in, you have your office number with you.

      --
      Need Free Juniper/NetScreen Support? JuniperForum
    5. Re:We're doing it by daskalou · · Score: 1

      johnnyb, do you know of any links that have step-by-step instructions that describes the configuration process for Asterisk properly, WITH examples?

      --
      The world is full of stupid people.
    6. Re:We're doing it by Anonymous Coward · · Score: 0

      Vonage doesn't need a computer.

    7. Re:We're doing it by johnnyb · · Score: 1

      "Sure, it sucks to either go without phone or internet, it is worse of BOTH are out."

      We are keeping our land lines. VoIP is for our _internal_ phone network. We can use it to make long-distance calls, but we can also set it up to use our land lines _automatically_ if our VoIP provider is down.

      We have a pretty small network, so there isn't anything that would bring the _network_ down. If we lost a switch it would take all of 3 seconds to replace it. If our Internet servers and firewall went down, it wouldn't affect the computers which already have received DHCP addresses nor our VoIP box. This could be a problem in bigger companies where their networks have huge spanning trees of switches, but is not a problem in our 30-person office.

    8. Re:We're doing it by johnnyb · · Score: 1

      No, you just plug a headset into your sound card. You can even get wireless headsets. Then use firefly or some other soft phone.

    9. Re:We're doing it by johnnyb · · Score: 1

      Asterisk sucks for newbies. Sorry. http://www.voip-info.org/ (site seems to be currently down) has a lot of information, but it's hard to hash out as a newbie. Took me a half a day just to get internal extensions to call each other. Once you "get" it, it's pretty easy.

      When I have time, I'm planning on writing a tutorial.

      The site mentioned above has a lot of examples listed. Read them, and it will help you understand.

    10. Re:We're doing it by johnnyb · · Score: 1

      We're planning on keeping a regular phone or two around just for this sort of thing. They just won't be on every desk.

    11. Re:We're doing it by tenshun · · Score: 3, Informative

      I would like to recommend this guide/tutorial http://www.automated.it/guidetoasterisk.htm#_Toc49 248757 They also got an iso that you can run without isntalling any software, although you need an usb memory for configs.

    12. Re:We're doing it by tenshun · · Score: 1

      Im running a softphone on my computer & as a headset im using my bluetootth headset i use for my cell.

    13. Re:We're doing it by Anonymous Coward · · Score: 0

      No telephones == more desk space

      It also means management or a worm could switch on your PC's microphone remotely and listen in to your private conversations.

      (I once had an employer listen to what people were saying in the office through a baby-monitor!)

    14. Re:We're doing it by irc.goatse.cx+troll · · Score: 1

      "Sure, it sucks to either go without phone or internet, it is worse of BOTH are out. "

      I had this exact thought yesterday when my cable went out. How do you call your cable company to get them to fix it if your phone is over their network? Doubley a problem as in addition to tv and internet, my cable company (TimeWarner Austin) provides VoIP phones.

      --
      Pain lasts, kid. Its how you know you're alive. Sometimes I think this growing up thing is just pain management-TheMaxx
    15. Re:We're doing it by Anonymous Coward · · Score: 0

      Scenario - walk into work to find your cube-buddy having a heart attack on the floor.

      Can I take his stapler?

    16. Re:We're doing it by johnnyb · · Score: 1

      This is true with or without VoIP. Bad security is just bad security. Bad management is just bad management.

    17. Re:We're doing it by Anonymous Coward · · Score: 0

      This is true with or without VoIP.

      Without VOIP, there's no reason for the vast majority of people to have microphones hooked up to their computers.

    18. Re:We're doing it by johnnyb · · Score: 1

      If they have cell phones, they already have the issue. In fact, I think there was a slashdot article about doing this easily with most bluetooth cell phones.

    19. Re:We're doing it by Anonymous Coward · · Score: 0

      If they have cell phones, they already have the issue.

      No, for many reasons.

      1. How many phones are susceptible to worms and employers?

      2. A cell phone that was constantly transmitting would run down the battery, making detection much more likely.

      3. A cell phone that was constantly transmitting would not be able to receive incoming calls, making detection extremely likely.

      4. A cell phone that was constantly transmitting would run up a huge bill, making it either cost-ineffective in the case of employers or easily detectable in the case of a worm.

    20. Re:We're doing it by johnnyb · · Score: 1

      "1. How many phones are susceptible to worms and employers?"

      Pretty much any Nokia phone.

      "4. A cell phone that was constantly transmitting would run up a huge bill, making it either cost-ineffective in the case of employers or easily detectable in the case of a worm."

      Not really. Most of these have plans so that in-company calls are free.

    21. Re:We're doing it by Anonymous Coward · · Score: 0

      Pretty much any Nokia phone.

      That's news to me, and I own a Nokia. The only one I am aware of is limited to Series 60 with Bluetooth enabled, which is a far cry from "pretty much any Nokia".

      Not really. Most of these have plans so that in-company calls are free.

      Again, news to me, and I've not only got an ex who works quite high up in the industry, but have also investigated pan-company phone setups personally. Which country are you from? The USA is significantly different to Europe and Asia in many respects in this industry.

    22. Re:We're doing it by daskalou · · Score: 1

      Do you think this Asterisk PBX Manager would be worth its cost (about $500US)? It claims that it allows "less experienced users to configure PBX in minutes". Minutes? Hmmm....

      --
      The world is full of stupid people.
  30. I like mine by photon317 · · Score: 1


    I'm still using my commercial Vonage service as my primary home line. It has never had any any audio quality problems or service outages that I've noticed, and it's a steal price-wise. With the activation fees and shipping and everything, my initial bill to get set up and cover the first month was $57.78, and thereafter it's been $16.94 a month (I use their 500 minute plan instead of the unlimited minutes, it's cheaper and I doubt I'd go over that on my home voice line).

    On top of all that, I've set my T-mobile cellphone to use my Vonage voicemail service, and I've set both phones to foward to each other when out of service or unanswered (which surprisingly has caused any wierd problems with a call bouncing back and forth yet). And all my voicemails get emailed to me in .wav format. The alert emails also get forwarded to my cellphone as emails... you get the idea. It's great :)

    --
    11*43+456^2
  31. Question for anyone using it... by (H)elix1 · · Score: 1

    Does any VOIP provider work as a land line for DirectTV's DVR? I've seen the answer is yes for 'standard' tivo boxes, but as of a year ago no for the ones they shipped with DirectTV.

    1. Re:Question for anyone using it... by rufey · · Score: 1
      If you do a google search, you'll find a mixed bag of success and failure with the DirecTivo boxes. I believe that some of the problem lies with the QoS that people's VoIP may have.

      Modems and fax machines don't deal well with the packet delays that can occur on VoIP that isn't properly QoS'ed. The problem is that end DSL/Cable users don't have control of the QoS of their VoIP packets beyond their premise equipment, and sometimes not even then. I shouldn't assume this, but I assume that all VoIP providers do pass-through for fax/modem connections to ease the problem somewhat.

    2. Re:Question for anyone using it... by voidstin · · Score: 1

      If you're thinking about VoIP, why not just put an ethernet card in the dtivo? Or just ignore the messages... I haven't made a daily call in 200+ days...

      I can't get mine to make a daily call regularly on my landline - only 1 jack works.

    3. Re:Question for anyone using it... by amorsen · · Score: 1

      Modems and faxes only work if you use Alaw or ulaw encoding. Those require 64kbps of bandwidth (+ overhead). Most people use encodings like ILBC instead, because they use much less bandwidth.

      --
      Finally! A year of moderation! Ready for 2019?
  32. Its great... by rpdillon · · Score: 5, Interesting

    I am a Vonage customer and use it as my primary line. Not only can you get voice mails delivered to email (great when travelling), but you can, for an additional $4.99/month get a line that is local to someone that calls you a lot, so they can make toll-free (local) calls, even if you're in New York and they are in California.

    The feature I like best is that, free of charge, I have my cell phone ring anytime my home phone rings. That way, when I'm away, I still get all my home calls, and don't have to give out my cell number to everyone. This feature can be used for simultaneous ringing on any other number, or it can forward it to another number after a certain number of seconds without answer on the first line. You can turn the feature on/off and the change takes effect almost immediately.

    Most of all, all the extras that you pay for with normal phone are automatically included in the Vonage plan. I pay $25 a month for all my phone needs (that are non-cell), and that's a lot better than my old SBC/MCI pairing I used to use.

    I don't really notice bad voice quality, but I took a lot of time to set up my Vonage box *behind* my firewall, but then forwards all the ports necessary to have it manage the connection properly for voice-quality. For a more no-brainer setup, just route your connection to the Vonage box first, then to your router.

    1. Re:Its great... by angle_slam · · Score: 1
      I agree with everything you said. One other additional feature that is useful is that, with the web interface, it is much easier to configure services such as forwarding. On my old land-line, I had to dial a * number plus my cell phone to forward calls. And I was never sure if I had did it correctly, because it was so spotty. With Vonage, I just log in and change it. And I don't have to be home to change it. I can change it from work, if I forgot to reprogram the phone.

      As for voice mail over email, I thought it was clever, but not great. Until I deleted a voice mail that my wife was actually saving. I just pulled up the voicemail from my gmail account and pulled it back up again. Basically, you can store a lot of voice mail in a gmail account and never worry about filling your voice mail box like you would in a land-line system.

    2. Re:Its great... by Kiryat+Malachi · · Score: 1

      Just a question - what *are* your non-cell needs? I haven't had a landline (other than a year where I had a stripped-to-the-bone line for DSL purposes) in about 5 years now, and haven't really felt the need at any point during that span. I'm curious why people maintain a landline.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
    3. Re:Its great... by Mistah+Blue · · Score: 1

      I got Vonage for a business line (now that I'm home more often). My cell phone would cut out on conference calls.

    4. Re:Its great... by Gojira+Shipi-Taro · · Score: 1

      In my case, I don't own a cell phone. I simply don't make enough/get enough calls when I'm away from home/office to warrant it. Vonage is cheap, and it even works with my old 2020 series ReplayTV's analog modem.
      I'm not in a position to buy a new PVR w/ ethernet, and I haven't taken the time to get MythTV running (all my tuner cards are complete crap).
      The ability to take the box anywhere broadband is connected and recieve/make calls from there (say if I'm at the beach for the weekend) on my own phone number is a bonus.

      --
      "Oh my God. This is terrible. This is the end of my Presidency. I'm fucked."; ~ Donald J. Trump
    5. Re:Its great... by swillden · · Score: 2, Insightful

      Just a question - what *are* your non-cell needs? I haven't had a landline (other than a year where I had a stripped-to-the-bone line for DSL purposes) in about 5 years now, and haven't really felt the need at any point during that span. I'm curious why people maintain a landline.

      Because I can't afford a cell plan that gives me 4000 minutes per month, and my company won't pay that much either.

      Those of us who work from home, yet still need to collaborate closely with team members, spend a *lot* of time on the phone. With a good headset you can forget about the fact that it's a phone call and get pretty much the same effect as yelling over the cubicle wall: "Hey, John, what's the name of that class you wrote that refomats whozits into whatzits, did you commit it yet?"

      And then there's conference calls... especially those 90-minute calls where your presence is required but your attention is not. I do three or four of those every week.

      Actually, with at least one of my coworkers, I do use my cell phone quite a bit, because we both have Verizon phones with unlimited in-network calling and free long distance. Since I'm in Utah and he's in Massachussets, it's actually the cheapest option (or was, I just got Vonage service, so I can now call his land-line for free). For everyone else, however, cell phones are just way too expensive for the number of minutes I'm on the phone.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    6. Re:Its great... by Kiryat+Malachi · · Score: 1

      See, when I know I'm going to work from home I just take my corporate VOIP phone home and VPN in.

      As to the 90 minute calls where my presence is required but attention is not... I've found that in practice my presence is not required either, since I can usually come up with some "emergency" that supersedes a telecon. But don't those suck when you do have to be in on them?

      Costwise, VOIP is only cheaper for people who spend a *lot* of time on the phone in one place.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
    7. Re:Its great... by skofarrell · · Score: 1

      My DirectTivo likes to call home every 2 weeks or so to keep my NFL Sunday Ticket alive and bill my pay per view purchases. I know there are workarounds fo this, but I'm too lazy to figure it out.

    8. Re:Its great... by swillden · · Score: 1

      See, when I know I'm going to work from home I just take my corporate VOIP phone home and VPN in.

      Good solution. My employer (IBM) doesn't have VOIP yet. The company is heading that way, but it always takes IBM a long time to roll out major infrastructure changes -- not surprising when you think about the logistics of thousands of sites and hundreds of thousands of employees.

      I'm replacing my home office phone line with a Vonage VOIP line. I plan on taking it with me when on those rare occasions when I go into the office, since I'm making it my primary contact number (it simultaneously rings my cell for when I'm out).

      As to the 90 minute calls where my presence is required but attention is not... I've found that in practice my presence is not required either, since I can usually come up with some "emergency" that supersedes a telecon. But don't those suck when you do have to be in on them?

      Nah, they don't bother me much. I'm pretty good at just tuning the discussion out. If someone needs something from me, they have to say my name to get my attention before they can ask a question, which sometimes annoys them. That's their problem :-). I make it clear that I'm on the call in "passive" mode, and working on other things.

      Costwise, VOIP is only cheaper for people who spend a *lot* of time on the phone in one place.

      Not necessarily in one place. As you mention, VOIP is portable. If Vonage had a soft phone implementation for Linux, I'd probably get that and use it when I travel. I nearly always have high-speed Internet access in airports, hotels and at client sites, so it would work well. I suppose I could try to run it in VMWare on Windows, but that would be obnoxious, even though it would probably work fine.

      Hmmm. Just googled for "kphone vonage" and found someone who claims to have gotten it working... gotta look into that.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  33. Why so little thought on mobile phones? by reg · · Score: 2, Insightful

    It worries me that these articles concern themselves so much with matching traditional US PSTN services (like 911 and call centers) and very little with celluar phone services. It's probably because of the lack of a good packet switched cellular network in the US... Since GSM based phones are already packet switched, and can already do packet switched (IP) data via GPRS and 3G technologies, why aren't we seeing a strong push fot VoIP and cellular integration. An additional advantage is that the turnover of mobile phones is much higher than land lines, so technology adoption is much faster. Regards, -Jeremy

  34. Woah Woah Woah by Anonymous Coward · · Score: 2, Funny

    more important than all the current porn traffic

    Let's stop this crazy talk before it begins!

  35. Late-comer's list of VoIP applcations by ivi · · Score: 1


    I'm late to the world of VoIP, arriving just after
    the release of Skype 1.0.0.29

    Here's what I've got on my To Try list:

    Applications for Skype:

    Intercom

    I'net Dating

    Random Surveys

    Conference Calls

    Lic-free "Ham Radio"

    VoIP I'net Phone (free)

    Remote [Language] Teaching

    Remote Councilling Service

    Remote Computer Consulting

    Improve Int'l Relations (P2P)

    ---

    Unanswered questions about Skype:

    What's needed to use it "standalone" across a LAN?

    1. Re:Late-comer's list of VoIP applcations by tirnacopu · · Score: 1
      What's needed to use it "standalone" across a LAN?
      A license. Skype is free without the capital "F". They decide what and how you do with your client, and in whatever terms they like.
  36. Convergence = VOIP Spam by RealProgrammer · · Score: 1

    'Nuff Said.

    Okay, for those of you who don't have email: what's going to happen when some genius from Sebansk figures out how to send spam VOIP calls?

    Oh, I forgot: the Do Not Call list from the FCC will keep all those zombies from dialing up my cell phone. I can hear it now.... "C14L1S - more best than VI@GRA and you save many dollars to buy with us!"

    --
    sigs, as if you care.
    1. Re:Convergence = VOIP Spam by TheLink · · Score: 4, Funny

      Worse: your spouse/beloved answers your phone and hears a sexy voice saying "Hi, I saw you at the party..."... or "Brandy and I had a great time last night, we'd like to see more of you...".

      --
    2. Re:Convergence = VOIP Spam by austad · · Score: 1

      Skype has a list that makes you approve people before they can call you. It's sweet.

      You can disable that if you want though.

      --
      Need Free Juniper/NetScreen Support? JuniperForum
    3. Re:Convergence = VOIP Spam by Anonymous Coward · · Score: 0

      More on VOIP Spit (Spam Over Internet Telephony) here: http://entrepreneur.typepad.com/news/patents_techn ology/index.html

  37. Has anyone tried skype? by merkana · · Score: 1, Informative

    Skype seems to have taken VoIP a little further ahead by introducing a better compression and using a peer-to-peer network to distribute the voice packets. How they actually do it is still a well guarded secret currently. But it work behind firewalls (provided the firewall is open to HTTP or a proxy that support port 80). What amazes me is that within a good sizeable dsl line (768 down, 128 up) it can support 4 way conference quite well. I did a bandwidth measurement (using NetMeter) it only uses approx 4k to transfer both ways and the quality is like using your cellphone. I also used skypeout paid EURO20 just to try out. Quality is not bad to areas that have very good network infrastructure like the US, Asia, but got a bad quality in Russia. Possibly not enough users on the peer to peer network. The other thing I found is that the quality depends on the number of users on the network (obviously for a peer-to-peer network). In a normal day I have over 800k users and that allow pretty decent voice quality. However at 400k users, quality is bad sometimes can't even get connected. But the skype network is growing and like BitTorrent, the more popular it gets, the better it becomes... I am sure there are more people who has used Skype here at /. -m-

    1. Re:Has anyone tried skype? by Anonymous Coward · · Score: 0

      I use it to talk with my family in the US, as I current live in New Zealand. The quality is far better than regular lan lines, or even that of mobile phones..

      Give it a go, it's free.

      -Harnak

    2. Re:Has anyone tried skype? by Kiryat+Malachi · · Score: 1

      IIRC, GSM compression gets a single voice channel down to ~8kbps, so getting it down to 4kbps with significantly more computational power (and quite a few years of algorithm research) doesn't impress me terribly.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
  38. Now I get it... by Mad+Ogre · · Score: 0, Troll

    It's a way for the Telco to bilk you for more money while not really giving you anything tangible... much like Digital Cable where they don't offer internet as well.
    Like where I live.
    But oh... it's better... It's DIGITAL!

    --
    MadOgre.com
  39. How long will high phone pricing last? by EmbeddedJanitor · · Score: 4, Interesting
    There is no real reason why international dial-up calls have to be expensive and VoIP ones cheap. Once dial-up calls hit the first exchange (in most places) they turn into digital soup anyway. Having dedicated switching that is suited to dial up (isochorous etc) means you can stuff more dial up calls through a given wire than IP calls (which must carry all the extra IP crap). Extra capacity in those wires can be used to shift IP traffic.

    The days of high cost international calls are limited. Here in New Zealand I can use my Vodafone mobile to call various countries (Australia, Canada, US, UK, Ireland) at the same rate as a local call.

    So far, VoIP's main attraction has been lower cost calls. THis won't last and VoIP will have to find a better way to justify its existence.

    --
    Engineering is the art of compromise.
    1. Re:How long will high phone pricing last? by waynelorentz · · Score: 2, Insightful

      There is no real reason why international dial-up calls have to be expensive and VoIP ones cheap. Once dial-up calls hit the first exchange (in most places) they turn into digital soup anyway.

      If you define "most" as medium to large-sized cities in major industrial powers, then this is correct.

      However, in reality "most" countries are relying on copper telephone systems from one end to the other. Some countries and territories don't even have real-time telephony unless an outsider brings a sat phone. Heck, there are parts of California where there is no land-line phone service -- only radio relays.

      There are around 200 countries in the world, and in "most" places in those countries they are using 20 to 30-year-old technology and "internet" is something the kids do at university, not back on the farm.

    2. Re:How long will high phone pricing last? by dcam · · Score: 1

      We are currently evaluationg VOIP for a new (small) office setup. One advantage for us is being able to route calls around the place. For example we are going to have a few people in one office, but the receptionist is going to be in another office ~300m away. She will be able to route calls to the other office site with no direct connection.

      Equally that could be a transfer to someone in singapore for no extra cost.

      This is through a local (Australian) provider ATP.

      --
      meh
    3. Re:How long will high phone pricing last? by EmbeddedJanitor · · Score: 2, Insightful
      Yes, very true. However very few of these places are going to have an IP capable infrastructure that will carry VoIP calls internationally so I think you're argument is moot.

      Most telephony roll-out into third world and rural areas is based on digital. Approx 15 years back now I worked at Plessey. One of the projects there was making microwave-based phone links with the idea of being able to place a network phone booths in 3 world villages without having to roll wire etc. Apart from the cost of actually laying wire, there was a huge problem with the wire ending up being sold as scrap metal.

      --
      Engineering is the art of compromise.
    4. Re:How long will high phone pricing last? by raju1kabir · · Score: 1
      Having dedicated switching that is suited to dial up (isochorous etc) means you can stuff more dial up calls through a given wire than IP calls (which must carry all the extra IP crap).

      Only if you use the full channel bandwidth for the entire duration of every call (and you don't, unless you always have music playing in the background on your phone calls or something). The closer to you the call is packetized, the more the wires between you and the other end can be used for other stuff.

      Otherwise the dynamic infrastructure utilization of VoIP will more than overcome the protocol overhead.

      The days of high cost international calls are limited. Here in New Zealand I can use my Vodafone mobile to call various countries (Australia, Canada, US, UK, Ireland) at the same rate as a local call. So far, VoIP's main attraction has been lower cost calls. THis won't last and VoIP will have to find a better way to justify its existence.

      Um... The reason your Vodaphone international calls are so cheap is because they are VoIP. So apparently it's already justified its existence with you after all.

      Anyway, the really exciting stuff (which I guess the links in the original article will talk about, though admittedly I haven't read them yet) is the ability to completely customize call handling.

      --
      "Patriotism is your conviction that this country is superior to all other countries because you were born in it." -- GBS
    5. Re:How long will high phone pricing last? by RicktheBrick · · Score: 2, Interesting

      Here is what would excite me if it can be done at no additional cost. One, everyone is given a phone number at birth. Two, everyone when old enough to be resposible for a phone is given a phone which will work everywhere. Therefore I do not have to answer the phone for anyone else and I can communicate with everyone all the time. Only when one reaches the age of 18 would an additional charge be for that phone. After all one can not expect free phone service all of one's life.

    6. Re:How long will high phone pricing last? by funky+womble · · Score: 1

      Here in .uk, it's generally quite a bit cheaper to use a discount telco (e.g. call18866) from a normal phone than it is to use voip. I imagine they may well be voip from the point they take the call, however it's presumably a lot cheaper to run it centrally with good economies of scale and greatly reduced support costs (e.g. no supporting individual users of varying competence with their own voip kit).

    7. Re:How long will high phone pricing last? by aminorex · · Score: 1

      Why not just inject a voip chip into the jawbone at birth? It should be firmware-upgradable, to support new applications, and powered by the body. Perhaps piezo stress from chewing, or temperature differences due to circulation. Software would support subvocalization, and sound would be produced by MEMS bone vibration. Voila, telepathic society.

      --
      -I like my women like I like my tea: green-
    8. Re:How long will high phone pricing last? by Cramer · · Score: 1
      • There is no real reason ...
      Yes, there is a very real reason: POLITICS. The traditional telecom marketplace -- worldwide -- is and has been very heavily regulated and policed. Tarrifs control the costs of calls around the globe and even around the US -- there are tarrifs and regulations w.r.t. crossing LATA boundries; lots of them.

      VoIP, being data nearly 100% of the end-to-end trip, isn't bound by these regulations. YET. Believe me, the industry will kill to get VoIP under the same regs. Because they cannot compete otherwise.
  40. Re:VOIP Dosent still qualify the requirements in T by Anonymous Coward · · Score: 0

    Your phone works when there's a power outage because it's powered from the Telco's UPS. This is only possible because POTS is circuit-switched and centralized. It's really, really hard (i.e. not possible) for your VoIP provider to push power via IP. So spend $35 and buy a fscking power-strip UPS. Problem solved. Runs your ATA for hours, maybe days.

    The limitation you see of no backup connection is similarly self-imposed -- there is no one stopping you from having one or more backup IP connections. It turns out the IP traffic is really easy to re-route, even mid-call. Moreover, you can get backup connections on physically seperate lines, which is really hard to do with POTS lines.

    And since when does the telco provide a backup line? Or a 99.9999% guarantee? Last month my phone went out on Friday afternoon. They didn't even come to look at it until Tuesday morning, and it wasn't fixed until mid-day Wednesday. By my math that's 1.37% annual downtime, with a single failure.

  41. VoIP is overhyped IMO by defile · · Score: 3, Insightful

    Phones are easy. Pick them up, dial a number, you talk to the other person.

    Email is easy. Type a person's address, your message, hit send.

    I don't consider myself a stupid person, but whenever I've had a phone in my office, I've had absolutely no idea how to use any of the conferencing, hold, transfer, or even voicemail features. They vary from phone to phone, and have non-obvious icons. It took me a few moments to realize that the icon that showed a receiver going down didn't mean hangup, but speaker-phone.

    I agree that having this infrastructure will make new, better things possible, but a VoIP infrastructure isn't all that more disruptive than already having an IP infrastructure. Some novel applications came out of IP being pervasive, but I see VoIP as a byproduct of an earlier disruptive agent, not as the disruptive agent in itself.

    1. Re:VoIP is overhyped IMO by svallarian · · Score: 1

      VoIP is easy too.

      Here's my recent packet8 setup.

      Plug VoIP box into network jack
      Plug in phone
      Pickup phone
      dial

      Pretty simple.

      --
      I patented screwing your mom. But it got revoked for "prior art."
  42. Re:VOIP Dosent still qualify the requirements in T by rsrsharma · · Score: 5, Interesting

    I had the same exact problem with VoIP, except I also didn't like the fact that 911 calls didn't go to the 911 center. However, I've figured out how to get around these problems:

    1. Keep a regular landline on your current phone number, just with $0/month (no free minutes or low rates) local + long distance plan on it.
    2. Build a box with Asterisk (the OSS PBX) on it, as well as 2 FXO cards and 1 FXS card.
    3. Connect the phone line from the VoIP ATA to the first FXO card.
    4. Connect the PSTN line to the second FXO card.
    5. Configure Asterisk to use the PSTN line for incoming calls, and the VoIP line for outgoing calls. (You'll probably want your VoIP company to forward all calls to the PSTN line, I know that Vonage does this for free.)
    6. Connect another ATA (you'll have to buy it yourself) to the FXS card.
    7. Get a double-pole-double-throw relay. This basically connects one line through when there is power, and another when there isn't. Let the line from the Asterisk server go through when there is power, and the unmodified PSTN line go through when there isn't.
    8. Configure Asterisk to only use the PSTN line for 911 calls.
    9. Connect the line from the DPDT relay to the phone lines in your house/buisniness.

    So yeah, that should cover it. If you want more info, chech the Asterisk-Users list under the topic "Vonage, PSTN, 911, and hardware question". I'm planning building a system with this setup later this year.

  43. Good sites for VOIP performance info? by Anonymous Coward · · Score: 0

    I couldn't find much info when recently shopping around. voipreports.com takes you to dslreports but they don't even have a voip link on the main page.

    I have been with VP since April but they are too expensive and their call quality has decreased.

    When Vonage dropped from $34.95 to $29.95 (unlimited), VP stayed at $34.95. Now that Vonage is down to $24.95, VP increased to $38.14.

    A buddy has been complaining about Vonage and canceled the day before they dropped their price.

    I ordered Packet8 on Friday and on Saturday received an email stating that my hardware has shipped. Wish me luck!

  44. Re:VOIP Dosent still qualify the requirements in T by Ziggy66 · · Score: 2, Informative

    Power outages are a problem, but the consequences can be minimized. I currently use Vonage through my cable modem. I have my cable modem, router and Vonage box on a UPS. As long as I turn off my computer shortly after a power outage, the UPS can give me a few hours of phone usage, and I could get a stronger UPS and/or dedicate a UPS solely for the cable modem/router/vonage. Of course, if the outage is widespread and the cable service is also affected, then I won't have phone service. Vonage does have a function that automatically forwards your calls to a number that you set if you lose your connection. I have this set to my cell number. I can always use my car to charge my cell phone if necessary, so I shouldn't miss any calls unless cell towers are out, which is pretty rare.

  45. It's good for choice by a.different.perspect · · Score: 0, Insightful

    Anything that offers consumers more choice in telephone communication will force vendors of both plain old phone services and those of VoIP to make their services more competitive. Whoever wins, we win.

  46. Simple by lrwx · · Score: 2, Interesting

    Right now most people have multiple phones a house phone and a cell phone. Some even have a buisness cell phone that their employer has them use. all have different numbers. Some people have family plans with multiple phones each with seperate numbers. Imagine this. You call my phone number lets say its (234)555-xxxx. When you dial that number my home phone connected via ATA, my VoIP enabled handheld with 802.16a and my wifes phone all ring. Just one number. Each phone (although having individual IP adresses with inside my network including my modile which is VPN'd via [insert your favorite flavor of VPN technology] share 1 number. Basicly makeing my old PBX connection dead. So what's bad about this. Granted the quality is a little lesser than my PBX connceted home phone but my cell phone is pretty much worse than both. The reason for this is probably because your VoIP provider lives miles away across high latency cabling. QoS helps yes, but maybe when you have a VoIP provider that lives in the same state as you do you wont have such a bad signal. Besides it's still relitivly new give it some time so we can work out the kinks.

    --
    KNEEL BEFORE ZOD!!
  47. When CallerID says "VOIP caller"... by IvyMike · · Score: 2, Funny

    ...it usually means I'm getting a phone call from an international telemarketer.

    Last week, I got a VOIP call from a telemarketer named "Steve Dallas". Although you wouldn't think that someone named "Steve Dallas" would have such a strong Indian accent.

    1. Re:When CallerID says "VOIP caller"... by Anonymous Coward · · Score: 0

      I thought Steve Dallas lived in Bloom County.

  48. Packet8 by mrudel · · Score: 4, Interesting

    I have Packet8 VOIP at home, and I love it. I have a 6 down/768k up Speakeasy connection and I've had no problems.. no outages, great call quality (Linksys WRT54GS running Sveasoft firmware), and I can take the box with me when I travel... VOIP is great, as far as I'm concerned, landline-quality phone (or better) for $20/month...

    --
    Michael R. Rudel
    Owner, http://www.obhost.net
  49. VoIP is good because by tekunokurato · · Score: 2, Insightful

    VoIP is good because AT&T can begin using and save $500 million like that. No, really. It scales incredibly.

  50. honestly why I use voip by netsavior · · Score: 1

    I wanna stick it to the local phone company that has stuck it to me before. It is not THAT much cheaper (25 bucks a month for unlimited long distance on a phone line I rarely use is not that great) the most useful feature I use is email voicemail on my sidekick (yup it works) plus I get to brag about having voice over IP phone service to all of my geek friends and on slashdot.

  51. What's it good for? by Anonymous Coward · · Score: 0

    Free phone sex of course!

  52. Vonage by gbickford · · Score: 1

    I've have Vonage for almost a year now. I brought it with me when I moved to Argentina in December. Here we have a crappy 512/128 adsl line. I often find the ATA zombified and disconnected from the Vonage servers while it still routes IP traffic. I had to set the call quality on super bandwidth saver so my calls aren't really that crisp.

    Vonage does not support the use of their service outside the united states but they dont really care if you have it as long as you have a united states billing address. I can't really complain about having to reboot the ATA once a day and stop any downloads before making a call because it's prolly saved me a shit ton of money and allowed me to do things like call my family on sundays without having to worry about getting a phone card and dialing a million digits. it's also afforded them the same conveniences.

    g
  53. Re:VOIP Dosent still qualify the requirements in T by Anonymous Coward · · Score: 1, Interesting

    Combining everything into one handset would be nice. When you're in range of your wireless router, it uses VOIP and you're not billed. When you're in range of your landline base station, and VOIP isn't available, it uses the landline. When neither of these are available, it looks for a mobile phone cell transmitter. Ideally, if all three were out, it'd switch to satellite...

  54. Infrastructure by csirac · · Score: 4, Informative

    We're replacing our knackered commander system (15 years old) with a bunch of VOIP phones (Snom 190). Also we're splitting our shop into two premises; using a WiFi link (with WEP/MAC filtering/IPSec/L2LTP etc for security).

    Using VOIP on our local LAN/WAN, we can share the same PSTN line pool (about 20 lines total) between both shops. If someone dials one shop but wants to speak to someone in the other, we can transfer that call. Very useful, not to mention the other possibilities with Asterisk (caller ID, call logging, stats, voicemail, extensions, music on hold, etc).

    As for actually using a VOIP carrier for outgoing call... no, not yet.

    We're setting up with Asterisk and Digium TDM400 cards with FXO modules.

    Standard x86 servers, Linux, Asterisk, Digium and Snom phones add up to a LOT less than the integrated turnkey solution we were looking to get from Siemens.

  55. Cable out by Antony-Kyre · · Score: 1

    Don't ditch your regular phone yet. If your cable company turns off your cable during the night to do upgrades (it happens a lot in some places), you are really out of luck if you have to call 911.

    1. Re:Cable out by Anonymous Coward · · Score: 0

      Unless of course you happen to have a cell phone! If you need to call 911 and your IP service is down than a cell phone will work in an emergency except that you will have to give the authoritys your address.

    2. Re:Cable out by Delta-9 · · Score: 1

      If thats all you are worried about, keep an old cell phone on a charger. Any cell phone, regardless of its service status has to be able to still call 911. Which is some FCC law/statue/rule/whatever.

  56. Convergence & Ubiquity by Anonymous Coward · · Score: 0

    I actually worked on a massively ambitious convergence project for a Lab (that will go un-named due to NDA reasons) over five years ago. The aim was definitely an attempt to un-tangle the mess caused by multiple devices and addresses, phone numbers, and roles that we all have now. i mean, imagine if you just had your phone number, no email address, no fax number, no work/home distinction. the software just figures out where you are, what's being transmitted, where to put it, and if you even want it. this was five years ago, i've gone, who knows what happened. if any of these labs ever actually get one of these things working, it will change the way we communicate and use technology at a very fundamental level.

  57. Good experience by j.leidner · · Score: 1
    I recently tried Skype and was impressed with the clarity of the voice transmission despite the distance (calling international).

    --
    Try Nuggets , our mobile answer search engine. Get answer to your your questions via SMS, across the UK.

  58. a good use for VOIP by tallbill · · Score: 1

    I always thought that if the quality for VOIP was good enough, and if there were no time lags between the send and the recieve, then it would be possible to have orchestras that exist in cyber space. Everyone who is in the group would get a feed from everyone else adn then mix it through their sound system. That is a good use for VOIP. But the bandwidth needs to be there.

  59. More on Vonage by sjbe · · Score: 4, Interesting

    Supporting (generally) the parent post, Vonage is pretty good. I've been using them for my main work line for about 2 months now. Quality of service is excellent and the voice sounds quite good (think high quality cell phone) most of the time. You get a ton of great features for not too much cash. I love getting my voice mail as an .WAV file in an email, and it is really easy to foward calls wherever you need them.

    The only time I have a problem with a connection is if I'm downloading, or worse uploading (dsl) something big at the same time which is entirely expected. (only so much bandwidth after all) My only recurring problem is that the Motorola unit they gave me tends to drop my PPPoE connection about once a day. Not quite sure why and there aren't a lot of settings to tinker with. I don't have that problem very often with my Linksys WRT54G and I'm pretty sure it's not the DSL provider (SBC in this case) causing the problem.

    Anyway if you are thinking of Vonage I can readily recommend them if you can tolerate the occasional (and easily fixed) downtime. If phone availability is mission critical to you or you aren't especially technologically inclined, you might look for a more traditional alternative. But overall it's a great service, especially for home or home office use.

    1. Re:More on Vonage by jeremythehunt · · Score: 1

      I have been using Vonage over a cable modem for about 4 months now. I definitely must say that people's voices are louder and clearer than they were with SBC. It's even made it so my crap ass Uniden phone is worth talking on again. The only time I've dropped a call in that time was when I tried to hard code my IP address (I'm on the DHCP plan but thought if they ping before offering I could keep my address forever) and Comcast decided to change my entire subnet. Bastards. But Vonage has been excellent.

    2. Re:More on Vonage by Zachary+Kessin · · Score: 1

      I also have a vonage phone, and I love it. The main feature that I like about it is that it is a 646 (New York) area code. THis is very useful as much of both my family and my wife's live in the greater New York area, we live in Israel. Its not perfect if the power in my house fails it goes out (this happens often enough, though never when I have actually been on the phone). And if I am downloading stuff it gets rather choppy. We both have cell phones as well as a Bezek land line (Bezek is Israel's phone company).

      THe funny thing is that there are some friends here in Israel who we will call via the US line.

      I also have had it bridged to the bezek line via a 2 line phone which allows confrence calls, which is just kind of cool.

      --
      Erlang Developer and podcaster
  60. Modem dialers? by dumpsterdiver · · Score: 1

    VOIP by itself isn't making modem dialing obsolete - most of our customers do not want to provide an internet connection of any kind (not even VPN) to their production servers. Instead, they're more comfortable with a modem that they can turn on when we need to service. How well does a modem work over an average-quality VOIP connection? Does it?

  61. Re:VOIP, QoS is DOA on the internet. by anon+mouse-cow-aard · · Score: 4, Insightful
    QoS requires:
    • People to be polite, and not mislabel traffic for their own advantage. What happens when some bit-torrent users figure out how to double their download speeds by setting the QoS bits on their traffic.
    • People to agree on priorities... if there is a late breaking virus, maybe it is more important to download the patch than for fifteen teenagers to share a rave in quadrophonic sound.
    • People to be reasonable... I dont care if you do drive a mercedes 500, all your traffic is NOT high priority. (that is, can people buy QoS? If you have QoS then the whole billing question becomes very interesting, and the price of the data will shoot back up to voice network levels, because every intervening hop will, quite reasonably, want their cut.
    QoS is a DOA technology on the Internet. The technology makes a lot of sense on corporate networks, where there is somebody in charge, but in the wide world, it just is fundamentally not going to happen because the interested parties have no incentive to make it work.

    IP telephony will happen because the bandwidth will rise to the point that voice traffic becomes noise to everyone but the last mile. The last mile will have to take care of their own problems (perhaps using a cheapo version of QoS, such as preferring packets on a certain port, but it will not require any action of the network.)

    oh... folks were complaining about acronyms, so.. DOA -- Dead On Arrival, the status of unfortunate patients on reception in the Emergency ward of a hospital. Also applies to technologies, ie. MiniDisc, MemoryStick, (oh.. stop picking on Sony...) DAT, Video Disk, (technologies that arrived and died without garnering much market share.)

  62. automated, real-time phone monitoring by airuck · · Score: 1

    In the US,company email is the legal property of your employer. Email is typically monitored after the fact as text searches of archives, but there are multiple commercial efforts employing pattern recognition technologies as real-time filters. Add VoIP and voice recognition at the commercial level and you have one brawny big brother at the workplace.

    --
    First entomology, then virology, and finally bioinformatics systems. Bugs follow me wherever I go.
  63. Inter-Office by KenFury · · Score: 1

    Inter-office VoIP is great. I can transfer a call from one brance to another. Remote sites call call the help desk by dialing the extention instead of calling an expensive 800 number. Howabout automatic extention forwarding to me when I am working out of office for a week. Even international calls feel like they are right next door.

  64. Re:VOIP, QoS is DOA on the internet. by Spock_NPA · · Score: 1

    MiniDisc was not Dead On Arrival (DOA). It might have been a flop here in the states, but it was definitely popular overseas. MDs are also still a popular medium for amateurs recording live audio at very decent quality.

    --
    Regards,
    Spock_NPA
  65. Wow, whatever happened to "it just works"? by achurch · · Score: 4, Insightful

    I can readily recommend [Vonage] if you can tolerate the occasional (and easily fixed) downtime.

    . . . Wow. As if the tolerance of Windows BSODs wasn't bad enough, now this? Whatever happened to "you pick up the phone and it just works"? In 26 years of using POTS, the only thing I can recall even approaching an outage is very occasional "circuit full" messages on long distance calls on holidays, and I haven't even heard those for over a decade.

    If you can deal with not having a functional phone every now and then, then I'm certainly not going to argue with you, but this casual acceptance of "things break" is rather surprising. And somewhat disturbing, as it reduces the incentive to make things work well. I, at least, would vastly prefer a pencil and paper that "just work" to an electronic notepad that did OCR and networking but a habit of conking out at the most inopportune times; I've got enough stress to deal with as it is.

    1. Re:Wow, whatever happened to "it just works"? by wintermute740 · · Score: 1

      " In 26 years of using POTS, the only thing I can recall even approaching an outage is very occasional "circuit full" messages on long distance calls on holidays, and I haven't even heard those for over a decade"

      I suffered more downtime with my traditional POTS from SBC than I have from Vonage.... And SBC's customer service was *much* worse because they had the "We're the only real choice you have" attitude. I think I shocked them when I cancelled them completely.

  66. Think about it on a very large scale... by bwass24 · · Score: 1

    VoIP for individual use is still young and will grow and become much better but there are some great large scale uses for VoIP combined with SIP. My firm is doing a project where we need to make very large numbers of voice calls in a very short period of time. No! it's not some horrible commercial thing--it's a very large hospital emergency notification system. Think about sending a wav file and a list of recipients to a provider and having THEM make the 500 calls in 30 seconds.

    That's what VoIP/SIP is good for.

  67. Latency? Must be like satellite links. by redelm · · Score: 1
    I have little doubt that VoIP voice quality can be made excellent (via compression). All it takes is a modest amount of bandwidth (6kByte/s?).

    I wonder how latency can be brought below 100 ms even with QoS. It's probably close to the 230 ms delay you get on phone calls routed through satellites. I find it irksome.

    1. Re:Latency? Must be like satellite links. by amorsen · · Score: 1

      Have you actually tried VoIP? Latency is a non-problem for me. The VoIP gateway is less than 25ms away, measured with ping. You can cross the Atlantic for less than 100ms.

      --
      Finally! A year of moderation! Ready for 2019?
  68. For what VoIP is actually good by SamMichaels · · Score: 1

    ...helping people propogate hideous grammar.

    1. Re:For what VoIP is actually good by svallarian · · Score: 1

      and spelling too?

      prop a gate.

      --
      I patented screwing your mom. But it got revoked for "prior art."
    2. Re:For what VoIP is actually good by SamMichaels · · Score: 1

      ...helping us hide when we mispel sumthing.

  69. Re:VOIP, QoS is DOA on the internet. by Teflik · · Score: 2, Interesting

    What happens when some bit-torrent users figure out how to double their download speeds by setting the QoS bits on their traffic.


    They won't actually increase their download speeds by much (a really tiny amount). The point of QoS is to reduce latency on specific connections (which doesn't really matter for large downloads), not to increase bandwidth.
  70. Saves $$$ by Anonymous Coward · · Score: 0

    VOIP saves me about 400$/mo.
    When you have someone special in France and you are in California, try calling her 3hrs/day on POTS...
    I get a very decent service with Oriunde, a Romanian VOIP provider. They even give me a local phone number for Bucharest, Romania, so that my folks can call me for cheap.
    I've got a Sipura 3000 box: it comes with dialing plans, so I can forward local calls to POTS and long distance to VOIP.
    (Hell, don't ask me why she is there and I am here, it's about that stupid yearly GC spouse quota)

  71. No, you can't by r6144 · · Score: 2, Informative

    Speech coding techniques used in VoIP are well tuned to human speech, for which it may still have poorer quality than ordinary phone lines in terms of signal-to-noise ratio, but sounds about the same quality to the human ear. When a modulated signal is fed into a speech coder, you get way poorer SNR than a telephone line, so the transfer rate you can achieve is generally much lower than the 33.6kbps achievable on a phone line, and definitely much less than the size of all these VoIP packets generated, so there is no point anyway.

  72. Re:VOIP, QoS is DOA on the internet. by anon+mouse-cow-aard · · Score: 1
    OK, maybe DOA for minidisk is a bit harsh, but in the long run, any single vendor standard is going to fail. The only reason vendors put out a proprietary standard is because they have some technical advantage that they think is killer. Eventually (within 5 years, worst case) the market catches up with them and the format dies. If it pays off within the five years, then they made a sound business decision, but for the clients, who will be stuck with a medium that they cannot read after some lapse of time, it is probably a bad idea.


    I didnt want to pick on Sony... I like their stuff. I have a digital camera with a memory stick in it, but it is clear, with their new gear, they are dropping their proprietary media for compact flash & friends. MiniDisk had a good run, but it is good as dead now, I dont believe there is a followon format, so in a few years the old media will be unreadable. OK, heres another vendor example: How many folks have been thrilled with their IOmega Zip drives in the past few years... how many people can still read them !? so CF, normal CD-RW & DVD, usb key drives, these are all relatively open versions of things that were formerly the realm of vendor specific media.


    formats with broad industry support will always smother single vendor ones, given time. So when a single vendor format comes out, it is pretty much guaranteed to be DOA, but folks might not know it yet (because they fall for its nifty special features.)

  73. More mythology from VoIP propagandists by isdnip · · Score: 1

    The "part 3" article on VoIP sucks as badly as what came before. This time the idea is that VoIP somehow majikally enables k3wl "services" like distributed call centers. And golly gee it sometimes separates calls signaling from the call path.

    Well whoop-de-doodle -- that kind of thing was being done over the TDM-based (circuit) telephone network in the 1980s! In the public switched network, call signaling was divorced from the bearer path in the 1970s to 1980s, with CCIS, and in the 1990s with its replacement, Signaling System 7. (ISDN does something similar to the subscriber, but usually just on a separate channel, not a separate physical path. SS7 is a separate network with diverse physical routing.)

    What VoIP does is take a step 30 years backwards, putting signaling and the bearer channel on the same path (inband signaling) 99+% of the time! As modern as touch-tone, maybe, but I saw that at the 1964 World's Fair. SIP and H.323 are both based on inband signaling. MGCP usually is.

    But more importantly, the creation of an enhanced service, be it a call center, unified messaging, or anything else for that matter, has no dependency on the bearer path's being over eye pee! Since signaling can be out of band and between computers, it's possible to do all of those services with TDM channels, ATM channels, or whatever other channels (bearer paths) you have. Just because a Cisco IP phone has a slick cellular-like display does not mean that you need VoIP to have a slick display -- that's the control circuit, totally independent of the bearer channel.

    It's like comparing the economy of the United States and the economy of Mexico, and coming to the conclusion that El Norte's wealth is caused by speaking English. It's a cargo cult.

    There are of course a few handy applications for VoIP, but most boil down to clever parasitic applications of bandwidth, and to regulatory arbitrage.

  74. Re:Isn't it obvious? yes it is! by anon+mouse-cow-aard · · Score: 1

    Problem: lame, underprovisioned ISP. You can dial-in at 56 kbps, but your downloads always go at 14kbps because hes got a million clients on a single T1.

    Solution: Dial your ISP, Use VoIP to open a connection with a demarkation point somewhere on the net (maybe very cheap because you can do the demarkation in software.) now you have guaranteed 56 kbps line coming out of your ISP (if the lame ISP claims to support VoIP, then this has to work.)

    uh... why wont everyone do that?

  75. Yeah, VoIP is definitely arriving by E.+Edward+Grey · · Score: 1

    People who complain about VoIP quality don't really know what they are talking about. I have been working with a vendor for the last few months who distributes the Cisco AVVID line and quality is generally not an issue at all. Certainly not on any modern network.

    The real problem with VoIP these days is the fact that the proliferation of standards (usually a great thing) has led to an insane amount of configurability in H.323, QoS, and unified messaging, and this means that support is deeply complicated by the overwhelming number of options.

    So not only can VoIP deliver good quality, its main fault is the startlingly huge number of other things it can do.

    --

    ---don't make me break out my red pen.

  76. Re:More mythology from VoIP propagandists -- NOT! by anon+mouse-cow-aard · · Score: 4, Interesting
    Spoken like a true bellhead, You are missing the point. VoIPs network is free (as in freedom) IP based, as in dirt cheap, if I pee it will land on an equipment vendor. Not stuck on a few media. Ever run SS-7 over cable-TV networks? How about a metropolitain gigabit ethernet lan? Youre going to say SONET, well gee, that only costs 10x of a gigabit ethernet... where can I get SONET termination? can I run packets on that? oh.. need to encapsulate it in IP... hmm... why?

    How much is that PBX in the window? ok, so Id like an SS-7 switching network, and I aint a phone company, oh? cant have one? have to run my own wires? hmm...

    Separating control from data only makes sense if the network is smart. Smart networks only make sense if the manager of the network is your friend. Usually, that is not the case for anyone except the phone company. The whole point of IP is to make the intermediate network a non-issue. make it stupid so that there isnt any value there, and it can be replaced by any number of technologies or providers. That is always going to be cheaper for end users, but not the phone company.

    backgrounders:

  77. Re:VOIP, QoS is DOA on the internet. by anon+mouse-cow-aard · · Score: 1


    how does one "reduce latency"... hmm... I would think that that would cause the entire network to forward packets faster, more consistently for that traffic. So.. if there is no network congestion, then don't tag the packets, they'll only slow down. If there are bottlenecks, who is going to get a better transfer rate, with or without the QoS flags?

  78. "Just works" isn't as easy as it sounds by sjbe · · Score: 3, Insightful
    . . . Wow. As if the tolerance of Windows BSODs wasn't bad enough, now this? Whatever happened to "you pick up the phone and it just works"? In 26 years of using POTS, the only thing I can recall even approaching an outage is very occasional "circuit full" messages on long distance calls on holidays, and I haven't even heard those for over a decade.

    There are a couple of point's I'm going to make in response to this.
    1. Vonage's VOIP technology is based on a system that is FAR more complicated and less tested than POTS. Furthermore it is an application of a general purpose technology to a specific use, whereas POTS is a purpose built technology (voice communication) which just happens to be cludged for other uses (modems/DSL). In fact my VOIP is riding on a DSL circuit sitting on top of POTS. Less reliabile is unavoidable.
    2. For $20 a month I get features that would cost me nearly $100 using POTS. (and some features I cannot get at all) Furthermore there are no long distance charges unless I call internationally. Plus I can take my Vonage system anywhere I can find an internet connection which I CANNOT do with my regular land line. While I don't deny that the reliability of POTS is something to be admired, Vonage gives me WAY more bang for my buck.
    3. As an engineer I'm not happy unless something "just works" but I also recognize how rare that really is. VOIP will probably get there someday, once it has had 80 years to develop. I'm not going to stop using a new technology just because all the bugs haven't been worked out.


    Does that clarify my statement sufficiently?

    1. Re:"Just works" isn't as easy as it sounds by Anonymous Coward · · Score: 0

      That's the techno-utopian response. Point by point, then:

      1. Telephony doesn't require a complex system. There's a reason VoIP is far more complex than POTS - it's called "sledgehammer to crack a nut". There's nothing wrong with POTS except price, bringing me to ...

      2. POTS costs a lot because the companies are gouging. VoIP has one use and one use alone - it will force the POTS companies to reduce their prices. Once they do, VoIP is dead (except insofar as it is already used internally by POTS).

      2. POTS also costs more because there are legal requirements on POTS that VoIP (currently) doesn't have to fulfill - for instance, the provision of emergency services. If VoIP had to provide that, you'd see your costs skyrocket.

      3. As an engineer, I expect everything to just work, and if it doesn't, I see bad engineering. You wouldn't accept a car that stopped every 50 miles. Why would you accept a phone service that crashed out every week? There is no reason for people to accept bad engineering. And in fact, if VoIP is ever to truly compete with POTS - not just for service, but on equal ground with the requirement to provide 911 - they are going to have to make these systems properly robust.

      I fear an engineer who doesn't think this way. Which company do you work for? I'll be sure not to buy its products.

    2. Re:"Just works" isn't as easy as it sounds by Anonymous Coward · · Score: 0

      2. POTS costs a lot because the companies are gouging. VoIP has one use and one use alone - it will force the POTS companies to reduce their prices. Once they do, VoIP is dead (except insofar as it is already used internally by POTS).


      When I can get a Verizon line which lets me:

      * call all of Eastern PA and Western NJ as much as I want
      * gives me 200 minutes of LD per month
      * allows me to filter calls based on caller ID info
      * prompts anonymous callers for their telephone number
      * allows me to assign custom caller ID names for incoming numbers
      * provides free call hunting

      for $15.44 a month - then you have an argument. Right now, I can't even get a local-only telephone line (covering just my township) for that amount.

      2. POTS also costs more because there are legal requirements on POTS that VoIP (currently) doesn't have to fulfill - for instance, the provision of emergency services. If VoIP had to provide that, you'd see your costs skyrocket.


      I already pay for emergency services on my cell phone - and, in an emergency, I just use it. Why should I have to pay for it twice? Frankly, if I were a VOIP company, I would fight any such governmental requirement on this fact alone (eg, "95% of our customers have cell phones and would prefer to use them in an emergency instead of paying $3 more per month").

      3. As an engineer, I expect everything to just work, and if it doesn't, I see bad engineering. You wouldn't accept a car that stopped every 50 miles. Why would you accept a phone service that crashed out every week? There is no reason for people to accept bad engineering.

      That's pretty funny. People accept bad engineering every day. From computers, to electronics, to housewares, people make the choice to pay less for a lower quality product. Cripes, man, you don't have to look much further than most PCs to see a contra-indicator to your statement - do you honestly think the Windows product you see today would be anything like the Windows in a world where people don't accept "bad engineering".

      Personally, I'm willing to "put up with" 99.9% uptime instead of 99.999% on my phones to save $600 a year.

      And in fact, if VoIP is ever to truly compete with POTS - not just for service, but on equal ground with the requirement to provide 911 - they are going to have to make these systems properly robust.

      No, they just need to make a product that is "close enough" to POTS, not a 100% replacement. Furthermore, the lower they can keep their prices relative to POTS, the more they can stray from 100%.

      I fear an engineer who doesn't think this way.

      I fear the engineer who does think this way because they are probably out of a job and looking to cause a ruckus. Except for a miniscule minority, price is a major factor in almost every purchase. The engineer that can't see the balance between "good enough" and "cost" should find another profession.

  79. Pocket PC by Deliveranc3 · · Score: 3, Informative

    Since there is skype for pocket pc it makes any pocket PC into a mobile phone.

    What's more it is only useful when you are making outgoing calls or expecting an incomming one so there is not that annoying incoming cell phone buzz.

    People will switch entirely to IP telephony and it will be free eventually, the hardware to implement it will become powerful enough.

    What's bogging it down? No standards. Same as Webcams there simply is no way to get everyone onto one system except to get them to abandon their old system, something the telephone network never had to deal with.

  80. Maybe you joked, but it's actually a good idea. by Spy+der+Mann · · Score: 1

    If there are modem ISPs on other countries, or places etc where you can dial to using voIP...
    what do you get? anonymous proxies! Sorta...

    It's just a thought, but I'm sure a hax0r would figure out how to use VoIP to transmit data packets undetected.

  81. Doesn't mean you should junk things that *do* work by achurch · · Score: 1

    1. Vonage's VOIP technology is based on a system that is FAR more complicated and less tested than POTS. [...] Less reliabile is unavoidable.

    I'm well aware of this, and not arguing the fact. I'm just puzzled as to why such a complex, untested system is seen as a sufficient replacement for a simple, well-tested system.

    2. For $20 a month I get features that would cost me nearly $100 using POTS. [...] Vonage gives me WAY more bang for my buck.

    If the reduced cost is worth the inconvenience, then I guess that counts as a reason. Personally, I'd get a POTS phone line for phone service and a separate data connection for Internet service--but then again, I live in Japan where they already have fiber to the home in major cities, so maybe that's not an option for you. (I also don't subscribe to the "cheaper is better" theory, so that may by itself put me in the minority.)

    3. As an engineer I'm not happy unless something "just works" but I also recognize how rare that really is.

    It doesn't have to be. Pencil and paper (or charcoal and hide, if you like) "just work", for an extreme example. Bridges "just work". Even POTS "just works". Certainly the latter examples have had a lot of effort put into them, but declaring at the outset that stability, "just works"-ness if you will, is rare--and, by implication, not a feasible goal--seems overly pessimistic, and is certainly disappointing to hear from an engineer.

    I'm not going to stop using a new technology just because all the bugs haven't been worked out.

    Nor am I suggesting you do--I'm just expressing surprise that you'd stop using a tested technology just because a newer one exists. I certainly wouldn't want to be in your place if a burglar broke into your house and you couldn't call 911 because your router was on the blink . . .

  82. Re:Isn't it obvious? yes it is! by Tmack · · Score: 5, Funny
    Yeh!! and then once you have that VoIP modem line up, setup two more, since that new bandwidth can handle more lines. Then do the same over them, dial in with line-sharing multilink ppp protocol to another VoIP provider, and do it again! You should have a DS3 worth of bandwidth pumping through that already over-shared T1 in no time!!

    Tm

    /obvious

    --
    Support TBI Research: http://www.raisinhope.org
  83. VoIP was dropped at Barry [White] University by Anonymous Coward · · Score: 0

    "...but the sound quality was terrible."

    Did everything come through in a baritone?

  84. One word... by Anonymous Coward · · Score: 0

    babysitters

    1. Re:One word... by Kiryat+Malachi · · Score: 1

      What, your babysitter doesn't have a cellphone? All the 12-16 year olds I know these days do. Scary, really.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
  85. Wait until someone figures out your IP address. by Anonymous Coward · · Score: 0

    Wait until someone starts putting 2 and 2 together and getting taxes (and long distance) charged to your VoIP service.

    There are far too many liberal socialist politicians that need revenue for their pork barrel social welfare programs. Taxing the $hit out of service like this is one way for them to leave their legacy to the US citizens. I'm surprised also that Big Business isn't screaming bloody murder about the "abuse" of VoIP. AT&T should be crying about their loss of long distance revenue. Heck, I'm surprised that the RIAA and MPAA aren't in there bitching about new technology ruining their business model.

  86. Re:VOIP, QoS is DOA on the internet. by Teflik · · Score: 0

    The thing that makes a real-time application seem laggy is that someone else is downloading a big file: your packets have to wait in line for all of those other big chunks of data to get through. With QoS, some packets get to be 'bumped up' in line. The same number of packets get through, the same number of bytes get through, it's just that the ordering is different.

    Overall, yes, the QoS'd application would, on average, get slightly more bandwidth. But let's say that your VoIP application is using ~20kbps (that's just a wild-ass example... I dunno the real bandwidth). If the bitTorrent is saturating the rest of the line, getting ~500kbps, then having it on a higher priority isn't going to give it much more bandwidth. (And if the VoIP were using a connection-oriented protocol, like TCP, then all of it's packets would eventually get through anyway, so, in that case, the torrent wouldn't gain anything at all...)

    I think that, in most situations, there would be a fairly small benefit to fooling the router.

  87. Re:VOIP, QoS is DOA on the internet. by JamieF · · Score: 2, Insightful

    > What happens when some bit-torrent users figure out how to double their download speeds by setting the QoS bits on their traffic.

    At that imaginary time, whatever stupid ass ISPs turned on QoS for all customers with no extra fees or access restrictions or planning will learn a hard lesson. Then they'll turn it off by default and make you pay extra for the privilege of QoS. Or, more likely, that scenario will never happen, because ISPs will only let high-paying customers use QoS, and those high-paying customers won't waste their expensive guaranteed bandwidth across the whole ISP's network on BitTorrent traffic, when they could just let that be "best effort" packet traffic at a near-zero cost.

    QoS is not a magic "I get to take all your bandwidth" bit that you can set that will trick all the intermediate routers into putting your stream first. It's not something that ISPs are just going to open up to every customer for free so that the l33t h4x0r kids who know about it can fuck up the network. Or, at least, most ISPs will be smarter, and the ones that aren't will get nailed and figure it out pretty quickly.

  88. Funnily enough... by Nurgled · · Score: 1

    I'm currently running an automated information line for a small non-profit in the UK using VoIP. The only cost is running the server, which hasn't made a major impact on outgoings since the server was already there. In the UK, we have the special 0845 and 0870 dialling codes which are local and national rate respectively, regardless of where the caller is located.

    The benefit of these numbers is that when they are used a slice of the call charge goes to the callee, meaning that there are companies willing to provide free services related to these numbers. One such service is for mapping an 0870 number to a SIP endpoint, although frustratingly I can't remember their name nor find them again right now. Asterisk is listening for incoming SIP connections from the incoming PSTN provider and then running an AGI script to deal with the incoming calls.

    One nice thing about this is that this organisation has many PSTN lines and the non-profit has none, (well, except the one they make phone calls on!) so many calls can be handled simultaneously with the available PSTN lines shared between several SIP endpoints. The peak number of concurrent users has been five, though, so this is not a major thing I'm talking about. If you're going to be dealing with hundreds of concurrent calls this solution is probably not for you.

  89. Re:Doesn't mean you should junk things that *do* w by amorsen · · Score: 1
    I certainly wouldn't want to be in your place if a burglar broke into your house and you couldn't call 911 because your router was on the blink . . .

    If 911 on the fixed lines doesn't work, you just grab a random cell phone.

    --
    Finally! A year of moderation! Ready for 2019?
  90. Telecoms?! You must be crazy... by KanSer · · Score: 0, Offtopic

    You're stupid to have your money in anything other than precious metals, i.e. gold.

    That's right kids, gold, part of the only market that will never ever crash. (Even finding a huge golden asteroid would do nothing to the price.)

    Telecoms rarely beat expectations by any impressive margins, have very little future growth potential (unless they start doing the ubiquitis-service-provider thing, which is already a saturated market), and frankly I'm surprised it's even a question to a slashdotter to dump telecoms like a bad habit. You of all people know that telecoms are data-pushers and that's becoming a very hard market to stay competitive in.

    Gold, gold, gold, gold, gold, gold, and if you want to diversify your portfolio plenty of cobalt and TUNGSTEN. Tungsten is in a very interesting place right now, as most economically exploitable tungsten is gonna run out by 07, but other deposits in developing countries could continue 1995 levels of use to continue well into the 21st. However in the short term as the easy supply dwindles one will see a large upward price adjustment that should be rather easy to exploit.

    (My tungsten numbers from http://pubs.usgs.gov/pdf/circular/c930-o.html)

    --
    • MOD PARENT UP by Anonymous Coward Wednesday April 20, @4:20
  91. I still don't get it - :-) by redjupiter · · Score: 1

    I have read the three articles and here what I understood. Services, integration, converging, IP,packets, QOS, call centre, server, node and I can go on and on ... So what is it good for? What benefits does it bring tothe masses? Anyone there knows the answer with a practical application? thanks

  92. Re:Doesn't mean you should junk things that *do* w by fucksl4shd0t · · Score: 2, Insightful

    I'm well aware of this, and not arguing the fact. I'm just puzzled as to why such a complex, untested system is seen as a sufficient replacement for a simple, well-tested system.

    The main advantage that I can see is the ability to upgrade the system for dirt cheap. With POTS, every time they've wanted to upgrade the system (upgrading to fiber being the most recent that I am aware of) it's been a $billions dollar investment, and small towns have always suffered. OTOH, if you're using VOIP over a cable connection, upgrading the system is just a matter of replacing a box on your end and the VOIP provider doing software upgrades on their end. Cheap by comparison, which means the technology can evolve much faster and incorporate many more uses. The IP network itself is well-proven and as solid as POTS. So solid, in fact, that many POTS providers are *already* passing some of their traffic over the IP network.

    If the reduced cost is worth the inconvenience, then I guess that counts as a reason. Personally, I'd get a POTS phone line for phone service and a separate data connection for Internet service--but then again, I live in Japan where they already have fiber to the home in major cities, so maybe that's not an option for you. (I also don't subscribe to the "cheaper is better" theory, so that may by itself put me in the minority.)

    Having had POTS, cable internet, and a cellphone all at the same time, I think I can say that the most reliable performance I've had is from the cable internet. Outages were few and far between, and usually associated with the last time I had paid the bill. POTS (in Bellevue, WA, not exactly rural America) was fairly unreliable. Calls would frequently not go through and had to be dialed several times. Also frequent (especially bad on holidays) was the "no line available" noise. And this doesn't count the fact that at least once every couple of months I"d pick up the phone and *not* get a dial tone. And don't get me started on Verizon's shittier-than-shit smeg-sucking cell phone service.

    I just got my box from Packet8 today, and I immediately claled my dad to test the service. I'm happy so far. :)

    It doesn't have to be. Pencil and paper (or charcoal and hide, if you like) "just work", for an extreme example. Bridges "just work". Even POTS "just works". Certainly the latter examples have had a lot of effort put into them, but declaring at the outset that stability, "just works"-ness if you will, is rare--and, by implication, not a feasible goal--seems overly pessimistic, and is certainly disappointing to hear from an engineer.

    YOu mentioned you were in Japan already, so a lot of what you see as POTS "just working" is probably going to be stuff that isn't true in America. Forgetting for the moment that Japan typically adopts technology faster than America (along with the rest of the world). Also forgetting for the moment that Japan has had a wired POTS network that is the envy of every major industrialized nation for years. Laying out cable and running new fiber and so forth in Japan isn't nearly the same scope of a project as doing the same in just hte 48 contiguous united states. Add in Alaska and Hawaii and you've got a project that'll drive anyone to the loony bin. There are still wide swaths of rural America that have the copper lines and switching from the 70s. It wasn't so very long ago that the little shit-hole town I spent my high school years in still had echos on the line of other callers. If you got quiet, you could pick up a fair amount of the town's gossip. This was in 1990, I might add. Now they offer fiber, but the baby bells aren't nearly as fat and complacent as they were in the 80s, so it's coming along.

    We've still got last mile issues in many areas to just bring POTS up to the same level of service and quality the rest of the country enjoys. We've still got last mile issues in many areas getting high speed internet. But cable goes almost everywhere. In fact,

    --
    Like what I said? You might like my music
  93. Re:VOIP, QoS is DOA on the internet. by Anonymous Coward · · Score: 1, Informative

    With QOS you can specify "low latency" or "high throughput", but not both.

    One place this gets interesting is when there are two links between the same two routers, one may be a 2mbit land connection, the other a multi-Gbit connection via three satellites. In this case, the router could be set up such that low latency packets go over the 2 mbit connection, with a ping of 10 ms, where the high througput packets go over the satellite link with 3 seconds ping time.

    Now, changing your file sharing application to "high throughput" is not going to get you the file faster, unless it's under about half a megabyte. (2 mbit/s x 3 seconds = 6 mbits including headers, to make it easy, we'll round down to 4 mbits of data, or half a megabyte). As soon as your file gets bigger than that, the Gbit link will still win, as the amount of data transferred is much bigger.

    It's just like the old "stationwaggon full of dat tapes" argument. High latency, but one hell of a througput.

  94. Calling home.... by McFadden · · Score: 1

    I recently installed Skype after having it recommended to me. Within 2 weeks I had cancelled my phone line. I work and live in Japan, but since my family is back in the UK it's invaluable to me. I can speak several times a week long-distance at no cost (this would burn a serious hole in my wallet if I was paying for the calls). For people back home who don't have a PC or reliable internet access I use SkypeOut and the cost is almost negligable. It helps that I have a 100 megabit fibre connection into my home (you gotta love that Japanese 'net infrastructure!) but it's a real blessing for me. I've never yet had a problem with audio quality.

    1. Re:Calling home.... by MidnightBrewer · · Score: 1

      I live in Osaka and have Yahoo! BB, which, at its worst, gives me 12Mbps DSL. I'm 4km from the nearest hub, so that's as fast as it gets (downloads are 200Kbps or so. Terrible, isn't it?)

      I also can call home to the US for hours on end using my regular phone and it costs me 8 yen per minute (conversion: really, really cheap.) If I call another Yahoo! BB user, it's free, no matter where in Japan they are. Regular long distance is cheaper, too. My regular phone bill is now less than the base rate I was paying in the US, and I just don't worry about my long distance anymore.

      VoIP. It's a wonderful thing, and the best part is, I don't even have to think about it anymore.

      --
      "Give a man fire, and he'll be warm for a day; set a man on fire, and he'll be warm for the rest of his life
  95. VoIP narrowmindedness by DrFrasierCrane · · Score: 1

    Too much of what I see with people talking about VoIP is a focus only on the phone at your house being a VoIP phone. That's not where VoIP is going to have it's biggest impact, at least not in the short term. In the short term, VoIP is going to have it's impact at the major telephone companies, who are currently overlaying two networks (one voice and one data) to provide you with both phone and internet services. They're interested in VoIP because: the more voice traffic they can move into their data network, the less equipment they have to maintain and the fewer employees they'll need to maintain it. So: 1. Add VoIP to network 2. Eliminate equipment and jobs 3. ... 4. Profit! That "last mile" may or may not get converted to pure data, but either way, the telcos will save just by having the single data network at the core.

    --
    You call this a signature?
  96. I want $1 000 000. by Anonymous Coward · · Score: 0

    Since security breaches will be able to disable both voice and data applications, techniques to protect critical business networks from denial-of-service and other attacks will be deployed.

    What logic! I want x , therefore x will occur.

  97. Cell phones by Antony-Kyre · · Score: 1

    Except cell phones cost more than $20 per month generally.

  98. Implementation at a school by Anonymous Coward · · Score: 0

    I would like to create a VOIP phone system a the school I work for. We have and existing 100meg network, wired to the classrooms with pretty good gear. Can I just buy IP phones (Grandstream), set up and asterisk server and away I go? We have consultants telling us it is very expensive, but I am inclined to think otherwise. Any experience out there?

  99. Re:Doesn't mean you should junk things that *do* w by Anonymous Coward · · Score: 0
    I certainly wouldn't want to be in your place if a burglar broke into your house and you couldn't call 911 because your router was on the blink . . .

    1) If a burglar broke into your house, you're better off running to your neighbor and calling 911 rather than sitting there on the phone with them.

    2) Any and all phone jacks, even if they're not turned on, are required to allow 911 to be dialed. With my cell phone, I'll be able to call the power company if the lights go out. Why do I need to pay Verizon $25/month for something I'm not going to use?

  100. Re:VOIP Dosent still qualify the requirements in T by Spolster · · Score: 1

    Don't forget a UPS otherwise you're still screwed if the power goes out.

  101. Price by Anonymous Coward · · Score: 0

    I don't know how much you make but for me cutting 2/3rds off my phone bill (and still dropping last I read) is a HUGE deal. that extra $50 or $60 a month is really nice. Not to mention that I don't have to fill out all those expensive reports for LD calls when I work for home.

  102. Re:VOIP, QoS is DOA on the internet. by Dogers · · Score: 2, Insightful

    Yeah, could you imagine what would happen if ISP's let all their customers connect to remote SMTP servers by default. Just think of the rubbish the unscrupulous side of the internet would make!

    Heh, good job they were on the ball and only allowed those who asked for it!

    Oh, wait..

    --
    I am a viral sig. Please copy me and help me spread. Thank you.
  103. You don't need VoIP by whatsit · · Score: 1

    We are looking at purchasing a new phone system for our 100+ employee company. All of the systems that we have seen a demo for can support VoIP, but you obviously don't have to purchase that capability.

    Whats more, most of the systems have something generally called "Unified Messaging" that will allow you to listen to your voicemail from your email without any VoIP functionality. It also allows emails and chat sessions to be put into Automated Call Distribution Queues (ACD). All of this without the use of VoIP.

    The only senario we could come up with for using VoIP was that if our branch office in another city wanted their people to be seemlessly integrated with our phone system. You would just get two of these fancy phone systems, network them together and you could be at either office and it would be as if you were sitting in the same building as the person 800 miles away. Even under these circumstances, though, I don't think we would have to use VoIP.

    Asside from cheap (and poor quality) long distance, we have not come across a good use for the technology.

    --

    user@host:/usr/bin$ whatis ./java
    java: nothing appropriate.
  104. Re:VOIP, QoS is DOA on the internet. by CreatureComfort · · Score: 1


    But the arguement isn't about latency vs throughput. The arguement is about my packets being more important than your packets, so on a congested link, who gets priority? Your analysis is correct if you are the only user on that network. If, however, both links are running over 50% capacity, and you want your VOIP/Streaming Video/Internet Radio and I want my Bittorrent, who is gonna win? With QOS set it depends on who's packets are labelled as higher priority. Now you are right that I can set my torrent to be low priority, and not affect your streams, but I can also set mine for low latency, and compete with you for the terrestrial link, or I can set for high priority on both, and compete with you for both data paths. The routers in the middle have no idea what is in the packets they are transferring, they just know what to do with QOS labelled packets.

    --
    "Unheard of means only it's undreamed of yet,
    Impossible means not yet done." ~~ Julia Ecklar
  105. Re:VOIP Dosent still qualify the requirements in T by svallarian · · Score: 1

    Damn, now that's true hacking!

    But wouldn't it be easier to just buy a couple of used cellphones, keep one on each end of the house, and use those to dial 911?

    Steven v>

    --
    I patented screwing your mom. But it got revoked for "prior art."
  106. Do UPSes actually fix the power issue? by celerityfm · · Score: 1

    I saw 2 really smart comments on fixing 911 so it calls your local 911 center (One getting the bare minumum free phoneline that only dials 911 (by law you are allowed to have this) and Two just keeping around an old cellphone [again, they by law must atleast be able to dial 911]).

    But my question is, does throwing your VOIP box and DSL/Cable modem on a UPS solve the power problem? I recall that power has gone out and I've been able to remain on the internet with a UPS on my cable modem and PC but is VOIP more susceptible to problems during powerouttages? I haven't seen a specific post confirming this one way or the other.

    Course BPL users would lose voice, internet AND power all in one fell swoop if they did VOIP over BPL :P

    --
    ...unfortunately no one can be told what The Mat^H^H^HGoatse is...they must experience it for themselves...
    1. Re:Do UPSes actually fix the power issue? by Delta-9 · · Score: 1

      If you can get out to the internet via your cable modem, VoIP/vonage would be fine, too.

      Assuming you are not trying to call out on a cordless phone which has a base that isn't plugged into the UPS.

    2. Re:Do UPSes actually fix the power issue? by DavidH_Mphs · · Score: 1

      When there's a power outage, VoIP is no more succeptible to issues than the cable modem itself. I work for a provider of VoIP & high speed data services, and our modems all have built-in UPSs. Depending on the model, they last either 2 or 4 hours.

    3. Re:Do UPSes actually fix the power issue? by celerityfm · · Score: 1

      VoIP modems with built in UPSs, genius!!!

      Good to hear this issue has been addressed by some companies, good show.

      --
      ...unfortunately no one can be told what The Mat^H^H^HGoatse is...they must experience it for themselves...
  107. Linux and QoS by gnuman99 · · Score: 1
    It all comes down to making sure you have the bandwidth and QoS, which is something that would won't find on your average home cable or DSL connection.

    Maybe not "average", but certainly this works with Linux.

    1. Re:Linux and QoS by Anonymous Coward · · Score: 0

      Right, but what most people miss is that for QoS to actually work, you need to have it from end-to-end. I can setup QoS on my end, but if everyone else between me and who I am calling doesn't have it, my QoS won't be worth a shit.

    2. Re:Linux and QoS by Anonymous Coward · · Score: 0
      Right, but what most people miss is that for QoS to actually work, you need to have it from end-to-end. I can setup QoS on my end, but if everyone else between me and who I am calling doesn't have it, my QoS won't be worth a shit.

      QoS helps *your* part of the network since your modem is your bottleneck.

  108. Re:VOIP Dosent still qualify the requirements in T by sootman · · Score: 2, Interesting

    I thought that all phone lines had to be alive enough to let you call 911 (emergency) and 611 (set up new phone service)? Dial any other number and you get an immediate busy signal, or maybe a recording explaining? That's the way it was in all (I think) of the apartments I've lived in.

    --
    Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
  109. VOIP, Vonage, and Asterisk by Anonymous Coward · · Score: 0

    I connect my local POTS lines and Vonage line into into Asterisk using Digium FXO ports. Then we have a Cisco ATA 186 programmed at home. As well, we have Asterisk connected to SimpleTelecom as SIP provider.

    Once you have Asterisk running, all the call features are free. My kids like music-on-hold, extention to extention calling, three way calling, and call transfer.

    And, then of course, when we go out of town, we take the ATA with us and all the telecom services follow us where ever we go (provided there is broadband).

    VOIP has alot of advantages . . . mainly, it is very adjustable . . . to meet your needs.

  110. How Telcos Work and Prices vs. Costs by billstewart · · Score: 1
    You're mixing up a bunch of different issues here. First of all, international dialup used to be expensive partly because undersea cables were expensive and partly because monopoly telcos could charge whatever outrageous price they wanted because they were the monopoly. Telecom liberalization has gotten to most of the world, as people realize that low-cost communications leads to increased business and job creation, and as competition keeps getting its foot in the door with technologies like call-back services. Moore's Law has long since caught up with the cost per bit of transmission, and telecom company bankruptcies have meant that you can buy useful undersea cables for pennies on the original construction dollar (e.g. Global Crossing Asia selling for 1% of its original cost.)

    Digital and VOIP are much different issues - traditional circuit-switched communications depends on relatively centralized intelligence on relatively old-technology switches, and while phone calls _do_ turn into digital when they hit the first telephone exchange, that's 64kbps digital, and it mostly stays that speed except for international circuits where voice compression pays off. There are some VOIP services that use 64kbps, but it's pretty common to compress to 8kbps or so. Depending on how you handle IP headers, this can inflate to ~25kbps without header compression or ~11kbps with header compression. Compressed voice doesn't sound quite as good as telco-quality voice, but one thing cell phones have taught the market is that people will put up with that, and your VOIP phone can sound just fine since it has a decent microphone and you're not using it in a car with traffic noise in the background.

    The costs of switching equipment are substantially different - for VOIP, you do a database lookup at the beginning to find your destination, but after that, it's all IP routing, and routers have not only become dirt-cheap and scale very far, but all the heavy lifting really gets done by the CPUs at the caller's phone or PC, and the prices of wholesale internet transmission have been in total free-fall for a couple of years, especially including international transmission.

    Another major change is VOIP-based PBXs, which have taken advantage of the PC hardware commoditization curve better than traditional PBXs have - if you're building a new office, there's usually no reason to use a non-VOIP PBX. It might or might not pay to spend the capital costs to rip out your old PBX - that depends a lot on features, which depends a lot on whether your old PBX was made by a stuffy clueless telco or by somebody who understood that open systems are critically important for their own developers even if they're not giving out the source code.

    Here in the US, the big pricing anomaly for VOIP is that traditional wireline telcos charge about 2 cents/minute for delivering calls to a user, so a VOIP company has to either do per-minute pricing or else charge a high monthly flat rate and hope they win statistically, even though their costs of the long-distance part of the connection may amortize to 0.1 cents/minute. Also, a huge amount of the current long-distance switching infrastructure's complexity is to support call-center features for toll-free calling, which is something that people cared a lot more about when phone calls were 25 cents/minute than when they become 0.1 cents/minute.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  111. Latency issues by billstewart · · Score: 1
    Raw telephone bandwidth is 64kbps (that's 8 KBytes/sec.) The most common VOIP compression rate in the US is 8kbps, though there's also some 6.5kbps, 13kbps, 32kbps, etc., plus IP overhead. There are a bunch of sources of latency, some of which are easier to fix than others.
    • PC interrupt-handling latency - dedicated IP phones usually don't have this problem.
    • Sampling rate latencies - most VOIP algorithms do their calculations on 10ms, 20ms, or 30ms samples, depending partly on the amount of data the algorithm needs to get its compression and partly on tuning parameters to minimize IP overhead (if you send half as many packets per second, you cut the overhead in half, and the overhead's a lot larger than the real packets.)
    • Silence Detection Timing - You can save a lot of bandwidth by not transmitting in a given direction when nobody's talking, but this balances out against latency if you don't want to be too aggressive about clipping. (This is an easy thing to tune badly, and it's really annoying if done wrong.)
    • Jitter buffers - Jitter is short-time-period variation in packet transfer latency, which is largely caused by variations in packet sizes, queuing, and variations in arrival times of packets from different packet streams. To prevent calls from sounding like M-m_M-Maxxxx-Headddr-r-r-r-ooo-mmm, the receiving side of a voice call typically has a buffer of some number of milliseconds deep to smooth out jitter problems, so there's always some data queued up to decompress and play. The more jitter your network has, the bigger the buffer you need, and that can be a lot of the latency, especially for untuned environments like the open internet between multiple carriers. A single carrier can usually do a lot better, and fat access lines help a lot. (Also, jitter is _really_ hard to measure well enough to write a service level agreement about.)
    • Typical targets are more like 150ms, and some people forget that India and Singapore are far away from the US East Coast no matter how good a network you've got underneath.
    • QoS can help with latency if you're using a network that has significant queuing delay, but won't help the speed of light any. It can also help with jitter - but you also need fat enough pipes and/or really small MTU sizes. For instance, a 1500 byte packet on a 56kbps line takes about 220ms, so even with QoS, if some big FTP packet finally got its turn on the wire, you've got to wait for it to clear out. On a T1 line (1536kbps), it's only about 10ms, so it's less of a problem, but you don't want to get stuck behind a bunch of them.
    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  112. Wiretapping and VOIP by billstewart · · Score: 1

    If you do your own VOIP and your own IPSEC, yes, you can prevent wiretapping. If you use a VOIP-to-Telco carrier like Vonage or AT&T, there might or might not be encryption on the IP segment (and you've definitely got no control over it), but they have to support wiretapping at the head end of the connection. If you do Skype, there's definitely encryption available, but the protocols are proprietary and closed so you've got no way to be sure, and SkypeOut is in a fairly similar position to other carriers. If you're using other types of emerging VOIP service providers, anything that the FBI can get its nasty little claws into has wiretapping features (hint - what's the difference between a wiretap and a 3-way call to a voicemail system? Encryption isn't going to help you there.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  113. Re:VOIP Dosent still qualify the requirements in T by mlyle · · Score: 1

    Don't forget a UPS otherwise you're still screwed if the power goes out.

    From the parent:

    Get a double-pole-double-throw relay. This basically connects one line through when there is power, and another when there isn't. Let the line from the Asterisk server go through when there is power, and the unmodified PSTN line go through when there isn't.

    Maybe you should read mmkay? He doesn't need a UPS to make outgoing calls on this setup when the power is off.

  114. Re:VOIP, QoS is DOA on the internet. by anon+mouse-cow-aard · · Score: 1

    The point is not the last mile. Many times downloads proceed at 6 kB/s when the link and the server at the other end are both capable of far more. In that situation, there is a choke point somewhere on the net. Your download bandwidth will be limited by the chokepoint. If you get more priority at the chokepoint, you get faster downloads. In the extreme case of your ISP being badly provisioned, the idea is to get a greater share of the T1.

    The article also held out the hope that this is the tip of the iceberg. Imagine videoconferencing in HD with stereo sound, half a dozen end-points. now 6-20 mb/s of bandwidth is about right. that is a reasonably attractive amount of bandwidth for a downloader. given multi-point connections, and a conference lasting a few hours, how is this different from a bit-torrent session?

    Priority is priority. It will be abused. plain human nature. Now folks will say "but we won't let people do that" ! How? This will become a new hack. You've got NAT'ing firewalls at both ends, and arbitrary software (oh, you want to lock down MY computer?! ) hopefully, these streams will be encrypted, so how in your preferred deity's name will you be able to differentiate encrypted compressed multi-media conference from ... oh... an encrypted compressed movie being shared.

    This is way too hard a problem. It will never be cheap, the folks, like Vonage, that don't bother with it, will be far cheaper and kill anyone who tries to do QoS. Consumers will just learn that that is the way it is, and most of the time, it will be great, but the reliability will not be the same. tough. It's a converged network, that is what it means.

  115. Re:VOIP, QoS is DOA ... Charge for it. by anon+mouse-cow-aard · · Score: 1
    " they'll turn it off by default and make you pay extra for the privilege of QoS. "

    keep that thought. I want live in finland and want to phone my Aunt in Australia. What are the chances that they use the same ISP? you want QoS? What are the chances that whatever your ISP does will make the slightest difference once it leaves the realm? Oh.. the ISP's will need to co-operate and all be nice enough to treat eachother's QoS traffic with the respect it needs. OK, what's their cut? oh, you need to bill by the bit, oh, by the kilometer too, oh... welcome to the phone company's world. forget free calls, forget the "because it's cheap" argument because it won't be. Got that?

    Now let's be Vonage. Forget QoS, don't bother talking to any ISP's. You get to market quicker, have far wider "coverage" (don't care who the ISP is), can charge less than half what the other guy does, and still make a killing.

  116. Global Communication by tedgyz · · Score: 1

    I am in a company that began outsourcing to India 10 years ago. As such, we have already established a lot of global infrastructure. We save major ca$h using VOIP for India to US calls.

    Also, many developing countries do not have reliable telco infrastructures. Since India began using VOIP, the quality of the calls has improved and the lost connections has dropped dramatically.

    Perhaps this is a real-world example of how the original design goals of TCP/IP have improved communication. If you plan for unreliable communication, you can actually make it better.

    --
    "No matter where you go, there you are." -- Buckaroo Banzai
  117. Just for the record by achurch · · Score: 1

    YOu mentioned you were in Japan already, so a lot of what you see as POTS "just working" is probably going to be stuff that isn't true in America.

    Just for the record, I lived in the US (Maryland, near DC) for 21 years before moving to Japan, and what I said about my POTS experience includes (in fact is mostly) my experience in the US. I do recall a nightmare trying to get an ISDN line from then-Bell Atlantic at one point, but that was administrative, not technical.

  118. Re:VOIP, QoS is DOA on the internet. by PastaLover · · Score: 1

    The problem is not that the ISP's don't block their customers from doing it (I wouldn't want that), it is that some ISP's/organisations have publicly available SMTP servers that run unchecked of who or what uses them to send mail. This fact alone is one of the main causes of internet spam.

  119. Re:VOIP, QoS is DOA on the internet. by JamieF · · Score: 1

    The difference is that QoS is something extra you have to tell routers to do, the same as packet filtering. NOT blocking port 25 is easier, but some ISPs do it anyway because spam is such a problem. They let you send on port 25 if you pay for a more expensive "business" connection than if you just want the el cheapo personal connection.