EFF Patent Busting - Prior Art Needed for VOIP
JumperCable writes "The Electronic Frontier Foundation is seeking to bust an overly broad patent by a company called Acceris. Acceris claims patents on processes that implement voice-over-Internet protocol (VoIP) using analog phones as endpoints. These patents cover telephone calls over the Internet. Specifically, the claims describe a system that connects two parties where the receiving party does not need to have a computer or an Internet connection, but the call is routed in part through the Internet or any other 'public computer network'. The calls must also be 'full duplex', meaning that both parties can listen and talk at the same time, like in an ordinary phone call. To bust these overly broad claims, we need 'prior art' — any publication, article, patent or other public writing that describes the same or similar ideas being implemented before September 20, 1995."
Maybe EFF already has the answer, depending on how long AT&T is routing all phone calls through NSA network. They would even kill two birds with one shot, the subpoena to obligate AT&T to disclose the info could come from the patent suit. It's a win-win! What could possibly go wrong?
Not sure if it was patented, but in the 70's when I worked for IBM, all office extensions worldwide went through the "tie-line". This was a linkup that used the massive IBM internal global network to make calls, i.e. I call Tokyo from LA and the call never touches the PSTN apparatus. Indeed, it never left the building on anything other than data lines. The phones at the desks were plain old analog WE2500 sets.
And ye shall know the truth, and the truth shall make you free.
John 8:32(King James Version)
This is ridiculous. All this patent covers is bridging between the Internet and POTS networks. It shouldn't need "prior art" to be struck down, it should be struck down merely because it's fucking obvious! I mean, it'd be one thing if it were a patent on one particular clever method of connecting the two networks, but the idea in general should not have been patentable in the first place.
"[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz
How about this link: http://www.pcmag.com/article2/0,1895,1161458,00.as p
;-)
It describes a voice adapter for Artisoft LANTastic in 1990. I used to operate a LANtastic network but didn't use the voice adapters. However, it seems to fit the 'prior art(isoft)' requirement
To Terminate, or not to Terminate, that's the question - SCSIROB
Not sure if this would work, it would probably just end up in people getting sued bigtime, but what if there was a 'class action' of sorts, where a whole heap, and I mean heap, of people/companies used patented ideas, and basically told the patent office and the patent holders to get fucked. It would take co-ordination, but done on a mass scale, the point could be made, and the patent system reformed.
Samoilenko S.I "Seti EVM" (Computer Networks), Moscow, Nauka, 1986
which describes Adaptive Communication (connecting voice phones using packet switching).
This book also referencing
Bellamy J.C. Digital Telephony. John Wiley and Sons, 1982
May be something can be found in that book too?
Not over the internet, or using intetnet protocol, so it's not VOIP.
(note to mods: I know I've posted this 3 times in reply to different people, but I maintain it's not redundant until people actually grok the concept and stop posting/modding up non VOIP references.)
A pizza of radius z and thickness a has a volume of pi z z a
Please google "1994 gsm over ip"
- access-and-RigNet-deliver.html
t ml
http://goliath.ecnext.com/coms2/gi_0199-721578/ip
M2 PRESSWIRE-24 February 2004-ip.access: ip.access and RigNet deliver GSM Abis over IP via satellite; ip.access and RigNet partner for implementation of GSM-over-IP-over-satellite solution; Successful trial paves way for delivery of GSM services to remote locations(C)1994-2004 M2 COMMUNICATIONS LTD
Also looks interesting:
http://kbs.cs.tu-berlin.de/~jutta/toast.html
http://kbs.cs.tu-berlin.de/~jutta/gsm/toast-igp.h
I believe IS-95, the first publicly used version of CDMA, which was in public use in 1995, carries voice packets over a TCP/IP network from the phone to the mobile switch. From there, the full duplex phone call terminates on any phone on the PSTN.
The question is whether the Sprint or Verizon IS-95 infrastructure constitutes a 'public network'. I would think so.
Wikipedia includes a lot of detail about IS-95, as do books on CDMA available on Amazon, so presumably Qualcomm does not mind publication of high level characterizations of it. I also sat through classes in CDMA at UCSD which described IS-95 in glowing detail. So I have good reason to believe none of this is confidential. EIA/TIA/IS-95 and IS-99 and IS-707 are published specifications available from Global Engineering.
I learned about this TCP/IP network in 1996 while developing 'data devices' to run on the IS-99 (data) overlay of IS-95. In order to present a TCP/IP socket to a handset application (which could terminate anywhere on the web), we had to run an additional TCP/IP stack. That is, our application formed a PPP connection to TCP, wrapped in IP, then PPP again, which was wrapped in the lower stack TCP and the lower stack IP. The lower stack terminated at the mobile switch (enhanced to handle IS-99), with L2TP or PPTP connection to an IP router. The upper stack terminated on a web server. It seemed like an insanely complex link, but it worked surprisingly well because of the highly tuned TCP/IP stack running on the Qualcomm chipset. (I think this connection was later branded as "QuickNetConnect".)
That is, the lower stack wasn't there for data. It was there, I believe, for Voice (Over IP) services in IS-95.