Google's Voice service lets you have a single master number that is automatically forwarded to as many other numbers as you designate, within reason. It's a good idea. But the US is running out of phone numbers as it is, and there probably aren't enough allocatable phone numbers remaining to let everyone do this without revamping the entire US phone number system.
But what if we rethought the whole concept of phone numbers?
Historically, one number has been tied to one phone line. You may have multiple phones on that line, and you may have a phone that has multiple lines coming into it, and ISDN phones have the capability to have up to three "appearances" of the same number on the line. But still, one number is tied to one line — or, in the case of mobile phones, one number is tied to one mobile phone. This metaphor has been a good match for the way the technology has always worked. But the technology is changing — already has changed enormously — and we don't have to do that any more.
Suppose we decoupled phone numbers from devices, and tied them instead to people and to roles, replacing a 1:1 mapping between phones and numbers with a many-to-many mapping. You have, for example, a personal phone number, an office phone number, and an on-call phone number. Your home phone is subscribed to your personal number — except that on days when you work from home, you subscribe it for the day to your office number as well. Your mobile phone is subscribed to your personal number and your on-call number. The phone on your office desk at work is subscribed to your office number and your on-call number. Perhaps you have a team number as well, that everyone on your work team is subscribed to. Whenever any of your phones rings, the display tells you not only who's calling you, but which of your subscribed numbers they're calling — and which of their numbers they're calling you from. That incoming call on your office phone is from your Cisco rep, but he's calling you from his personal number, perhaps to let you know he's in the area and ask whether you want to meet for lunch.
Discuss....
no subject
This sounds quite a lot like XMPP (http://en.wikipedia.org/wiki/XMPP). What you’re talking about here is very similar to XMPP’s idea of “presence.”
no subject
If it’s not clear, I think presence is a great idea and I wish more protocols incorporated it — I’m a big supporter. This is clearly, obviously, the Right Thing To Do.
no subject
On a sidenote, I remember us working on MobileIP back in my days working in cellular (2000/2001) so we could bind one IP to a device and let it wander from network to network, there's certainly a lot of the necessary infrastructure to support identity-roaming/prescence in the existing phone system. There's just not enough of a financial incentive to do so yet.
remember, it took an act of Congress, to force the telco's to migrate your existing phone number from one carrier to another.. They gave a lot of technical bullshit reasons why they couldn't for years until eventually government just demanded they did.. suddenly it works now without any 'reimagining of the phone network'
When it comes to telephony.. customer demand doesn't matter squat.. until they're actually losing customers to a competitor who offers that service...
Qwest has been doing a version of 'prescence' between your mobile and landline accounts for a while.. user-friendliness ensured that only dedicated business users really made use of it though (IIRC)
no subject
The EU has some parts of the above system already, by way of prefix based codes, with "extensions" that you dial in the initial setup.
... 1 = work
... 2 = personal
... 3 = mobile
... 4 = fax
Where this fails is that you might want your work # to be from a allocation block for your company.
The only way that real progress will be made, is for each person to have a digital agent, and the calls are made as a function of:
(source person, source profile, destination person)
The agent (which would be to be always accessible) decides how to handle the call. And controlling what device rings or voicemail answers based on your location and status.
Every device needs to have a number while active for functionality, it's device-unique for connecting purposes, not person-unique, and we need to separate the need for humans to use the numbers.
no subject
no subject
no subject
I have a unique name. What would Terry Scott, a former coworker, need to have to make sure that anyone wanting to connect to her would actually get her?
no subject
If, when you ask "what would it do to identity theft", you're thinking about someone else subscribing to your phone number and masquerading as you, that problem is one that can probably be best solved by using public-key cryptography to secure and authenticate subscriptions.
no subject
No, I'm not thinking about someone pretending to be someone else in that sense. I'm more concerned with having yet-another database with my info in it.
no subject
Your phone company already stores far more information about you than your phone listing makes available to the public. The only additional piece of information they'd need to store would be a public key, which could be a dedicated key that you use ONLY for phone authentication, and which would do no identity thief any use unless they also possessed your matching secret key.
If anything, the need for that key to authenticate you for subscription purposes would strengthen your protection against identity theft. Cracking a 2048-bit public key by brute force is so computationally infeasible that, if you could capture all the rest of the Sun's output for the rest of its stellar lifecycle and dedicate all of that energy to the task, you could not exhaust the entire keyspace. Barring completely revolutionary new mathematical attacks, properly-constructed 2048-bit public-key encryption is, for all even remotely practical purposes, unbreakable.
no subject
While I generally agree re: the intractability of NP–complete problems, there are a couple of important caveats.
In the main, though, I concur.
no subject
I hadn't heard about that result...
no subject
caller
-> phone number
-> SIP server
-> SIP user account
-> zero or more presence entries for that account
-> SIP over IP
-> SIP device
-> callee
With the possibility of many SIP devices connecting to the user account on that SIP server.
The problem is: there aren't enough SIP devices out there to make that currently more than a niche environment. To reach a huge audience, you need to allow legacy devices in too. And they don't use SIP, nor a SIP-like mechanism, to address themselves and provide presence information. They use ... phone numbers.
Hopefully Google didn't remove SIP from Grand Central when they bought/re-branded it. SIP, or a SIP-like protocol, is really what the future of telephony you're hinting at, ought to be. But we're not there yet. Carriers block it, refuse to subsidize devices that include SIP clients, etc.
LTE and WiMAX (which layer everything on top of IP anyway, making something SIP-like inevitable) will hopefully change that... but we'll just have to wait and see. Hopefully, though, SIP wont go the way of multi-cast-backbone, and end up getting replaced by lesser & proprietary "streaming protocols" put in place by companies that had no interest in doing things the right way, nor in adopting something done "the internet way".
no subject
I've been seriously thinking about doing this for our personal lives as well and putting ALL our phones on it. It handles faxes as well.
no subject
no subject
Not that I'm against nuking long distance charges, but money talks, and I don't have that much.
no subject
no subject
http://www.trademe.co.nz/Antiques-collectables/Militaria/Other/auction-267219594.htm
Second, and more relevant- http://en.wikipedia.org/wiki/ENUM
OK, sleep now....
no subject
As for the other, interesting reading. I think ENUM, like XMPP, goes part of the way, but there's quite a way still to go.