Slashdot Mirror


USPTO To Review Controversial VoIP Patent

alphadogg writes "The US Patent and Trademark Office has agreed to review a controversial patent issued in 2001 that is claimed to cover much of the technology underlying VoIP. The patent, held by a small company called C2 Communications Technologies, is one of 10 that the Electronic Frontier Foundation has been trying to strike down for several years through its Patent Busting Project. On Friday, the patent office granted the EFF's request for a re-examination. The digital civil-liberties organization argued that another applicant had submitted basically some of the same technology to the patent office before C2 did. Patent No. 6,243,373, 'Method and apparatus for implementing a computer network/Internet telephone system,' is credited to David L. Turock as inventor and is owned by C2, previously called Acceris Communications Technologies."

4 of 35 comments (clear)

  1. Wait, what? by thePowerOfGrayskull · · Score: 4, Informative

    The way this summary reads, EFF is fighting to bust a patent because another patent owned by C2 already covers a subset of the technology. Then it turns out that the poor phrasing was from the article itself - which further clarifies that the original patent is owned by Lucent and filed in 1994. I guess the advantage to getting the C2 patent tossed is that the Lucent patent will be expiring several years sooner... still, having that clarification in the summary might have helped.

  2. Stop the madness by PPH · · Score: 5, Insightful

    When TCP/IP (and other protocols) were "invented" back in the 1970s under ARPA contract, they were envisioned as generic methods for routing digital data over a series of networks. Following that, its been a mad dash to submit patents to do X over TCP/IP (or UDP). Where X is prior art and has been for 20, 30 or 40 years*.

    TCP/IP and its relatives might have been patentable back when Kahn, Cerf and others developed them. But thanks to ARPA, they are in the public domain. Since the general case is addressed, moving generic digital data, is in the public domain, then why are specific subsets of this technology patentable?

    *Voice over packet switched networks is old news. A company I worked for over 30 years ago had just such a PBX phone system. They routed phone calls along with other data over their own microwave system, leased telco lines and various other media in what looked very much like an Intranet. It just wasn't described by RFCs.

    --
    Have gnu, will travel.
    1. Re:Stop the madness by Tablizer · · Score: 4, Funny

      // how to make ordinary processes into patents
        h = openFile("ordinary_behavior.txt");
        while (w = readNextWord(h)) {
          if (random(0.0,1.0) > 0.96) {
            w = w + " using a computer ";
          }
          print(w);
        }

    2. Re:Stop the madness by sjames · · Score: 4, Interesting

      More along the lines that if we already have a patent free technology to move data over a network and another to turn voice into data, then combining the two is far from non-obvious. Arguably, combining the two is exactly what they were intended for from the beginning. It's especially true for VoIP where in the '70s voice packets were being carried by frame relay.

      Sort-of car analogy. Mail is delivered using gasoline powered vehicles. Doing exactly the same thing using a propane powered vehicle is certainly not patent worthy. If vehicles in general are being converted to propane, even less so.

      So, the typewriter was an invention. Using the typewriter for personal (rather than business) correspondence was not.