sipwitch-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sipwitch-devel] Telephone number mapping via blockchain


From: David Sugar
Subject: Re: [Sipwitch-devel] Telephone number mapping via blockchain
Date: Sun, 06 Jul 2014 19:02:25 -0400
User-agent: KMail/4.13.2 (Linux/3.11.10-17-desktop; KDE/4.13.2; x86_64; ; )

I like this idea a lot. 

On Sunday, July 06, 2014 01:46:17 PM Rene Bartsch wrote:
> Hi,
> 
> the Namecoin developers have tuned Bitcoin to allow namespaces
> (https://wiki.namecoin.info/index.php?title=Namespaces) for domains in a
> blockchain.
> I want to suggest to use a blockchain for mapping telephone numbers to
> SIP-URIs by integrating libcoin (http://libcoin.github.com/libcoin/)
> into Sipwitch. That way Sipwitch gets a signed P2P-key-value-storage. As
> key I suggest a 12-digit E.164-compliant decimal number (which allows to
> request a 3-digit international dial-prefix from ITU for
> PSTN-to-SIP-gateways) and as value I suggest a 3-dimensional array:
> 
> Array dimensions:
> 1. Call sequence (absolute start time of Invite/Ring)
> 2. Call group
> 3. SIP-URI
> 
> Example:
> 
> {
>      "0": [
>          "sip:address@hidden<mydomain>:5060",
>          "sip:address@hidden<mydomain>:5060",
>          "sip:address@hidden<mydomain>:5060",
>          "sip:address@hidden<mydomain>:5060"
>      ],
>      "60": [
>          "sip:address@hidden<mydomain>:5060",
>          "sip:address@hidden<mydomain>:5060",
>          "sip:address@hidden<mydomain>:5060",
>          "sip:address@hidden<mydomain>:5060"
>      ],
>      "120": "sip:address@hidden<mydomain>:5060"
> }
> 
> 
> What do you think?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]