Slashdot Mirror


VoIP Gets a New P2P Routing Protocol (DUNDi)

bkw.org writes "Today Digium released DUNDi which can be used with the Asterisk Open Source PBX for p2p call routing. Digum has also released a whitepaper (pdf) on DUNDi so others can implement this new technology into their products and give VoIP a push into the mainstream." Voxilla also has a story.

30 of 76 comments (clear)

  1. P2P VOIP by stanmann · · Score: 5, Funny

    Great, Now I can get telemarketers trying to enlarge my bank software in nigeria, and viruses on my VOIP line and in my e-mail

    --
    Food not Bombs is a nice platitude but it breaks down when you notice that the Bombees are usually well fed
  2. Another great move by salemnic · · Score: 5, Informative

    * is awesome, and for anyone who hasn't given it a shot, I definitely recommend it. Digium even sells some FXS/FXO cards if you want it to replace your traditional in-house system.

    Something neat for every geek!

    s.

  3. Is this a... by davidsyes · · Score: 5, Funny

    --crock
    --crocodile
    --crock o' dial
    --dun deal

    OK, cold & dumb...lame attempts at humor

    --
    Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
  4. Before everyone says... by einhverfr · · Score: 4, Informative

    What do we need this for? Don't we have enough protocols?

    This is actually pretty cool from a distributed PBX perspective. I am not sure I would want to use it over the internet with untrusted PBX's but it would be pretty useful inside a large corporate structure.

    --

    LedgerSMB: Open source Accounting/ERP
  5. The New Baby Bells by I+Hate+Spam+Alot · · Score: 4, Interesting

    Wonder if this will sping up into localized phone services like wifi and cheap fiber based internet did for small towns. The whole town chips in and gets to kick out the big corp. and run the local service as the citizan see fit. Plus it will be cool to run in my house!

  6. Cool by LittLe3Lue · · Score: 3, Funny

    Maybe soon I'll be able to call l33tMovieRipper over xyz P2Pclient and ask for The Matrix in person.

    >

  7. Will Hatch ban VoIP? by grunt107 · · Score: 2, Insightful

    Given that Orrin wants all P2P technology banned, would this be terminated as well if he succeeds?

    Or does this give P2P the legitimacy it needs to exists.

    I vote the latter but I am biased for P2P tech anyway.

    1. Re:Will Hatch ban VoIP? by networkBoy · · Score: 2, Insightful

      " Given that Orrin wants all P2P technology banned, would this be terminated as well if he succeeds?
      Or does this give P2P the legitimacy it needs to exists."

      This is the first app to give P2P legitimacy.
      If corps start using it over VPNs to connect branch/remote locations to the main office then P2P is here to stay as they will buy Hach's opinion.
      -nB

      --
      whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
    2. Re:Will Hatch ban VoIP? by Stween · · Score: 2, Insightful

      This is the first app to give P2P legitimacy.

      ... Usenet, 1979, anyone?

      Peer-to-peer technology has been around and has been in common usage for many, many years. I can't name any well known peer-to-peer systems before 1979, but I'm quite sure there were some.

      P2P had legitimacy long before illegal file sharing came along.

  8. Javasterisk? by Doc+Ruby · · Score: 2, Interesting

    Who's running a Java app server controlling their Asterisk PBX, or being controlled by it?

    --

    --
    make install -not war

    1. Re:Javasterisk? by abigor · · Score: 2, Informative

      I read about this on the Asterisk mailing list:

      http://sourceforge.net/projects/jasterisk/

      Of course, you'd have to layer your EJBs/servlets/whathaveyou on top, but hey, it's a start. And it gets you away from the horrible Asterisk Manager interface.

  9. Language trivia of the day by Anonymous Coward · · Score: 3, Interesting

    dundi means chubby in Hungarian.

  10. Here come the security problems. by IGnatius+T+Foobar · · Score: 4, Insightful
    Remember when closing off your email servers from open relaying was a skill that not everyone had a grasp of? Here we go again. While I do agree that VoIP inevitably requires more advanced routing, it is my fear that this will be abused for a long time until admins become skilled in the art of preventing unwanted forwards. In the meantime, you'll have...
    • Skript kiddiez abusing it to go VoIP-to-landline on someone else's nickel (oh yes, the days of phreaking are coming back)
    • Bulk dialers. You thought telemarketers were bad? Wait until the spammers get a hold of free calls to your home!
    I fear for the future... :)
    --
    Tired of FB/Google censorship? Visit UNCENSORED!
  11. Re:Well this doesn't seem very good by fugginsuds · · Score: 3, Funny

    I don't think p2p is the "worst possible way". Underwater with a tin can and string is a pretty bad way to start a conversation.

  12. encryption? wiretap? by r00t · · Score: 3, Insightful

    P2P changes things. The FBI might not like this.

    Number assignment is an issue too, unless you
    can dial a "number" that looks like an email
    address or a URL.

  13. Uninformative intro again... by The+Famous+Brett+Wat · · Score: 5, Informative
    DUNDi stands for "Distributed Universal Number Discovery". It is a peer to peer system for locating Internet gateways to telephony services. Unlike traditional centralized services (such as ENUM), DUNDi is fully distributed, with no central authority. DUNDi is not a Voice over IP signalling or media protocol: it publishes routes which are in turn accessed via industry standard protocols such as IAX, SIP and H.323.

    The above information is taken (with minor edits) from the dundi.com website. It's the sort of information that would have been useful in the executive summary, IMHO.

    --
    proof, n. A demonstration that a conclusion is implied by certain premises and axioms.
  14. Re:Well this doesn't seem very good by MacJedi · · Score: 3, Informative
    Your history lesson is sound for P2P file sharing. Economic pressures can result in some nice innovation, eh?

    However, as far as telephony goes, P2P makes sense as well. If you want to use the client-server model, you need, well, a server. Netmeeting for example requires this-- you connect to a server which handles directory info. A P2P VOIP network could decentralize this.

    --
    2^5
  15. Where does the trust build from? by CharlieHedlin · · Score: 3, Insightful

    It seems to me that the enum standard should work, and that this requires too much trust building.
    In the case of a corporate PBX, couldn't enum be used with distributed redundant DNS servers?

    I use Asterisk, it is great, and I like the idea of DUNDI, but by the time you get a web of trust built, why not just use enum?

    1. Re:Where does the trust build from? by Gaewyn+L+Knight · · Score: 3, Insightful

      Easy answer... ENUM requires that you trust a central body in control of the use of your records. Havn't we all learned from DNS and Verisign?

      --
      Telcos have alot of dark fibre in the States. Most people assume that's optical fibre...but it's actually moral fibre.
    2. Re:Where does the trust build from? by Scott+Laird · · Score: 5, Insightful

      Well, look at things this way: ENUM has been around for *years*, yet there's still no official ENUM tree. There's no way for VoIP carriers like Vonage to publish SIP addresses for the PSTN numbers that they service.

      Why? Because of political squabbling by telcos, verisign, and the like. Whoever controls the ENUM tree will be able to control the future of telecommunications. That means money and power, and that's why there's no progress occuring--all of the usual players are jockeying for position, and will be for years.

      Since ENUM is really just a DNS tree, that hasn't stopped people from producing their own ENUM trees (e164.org, etc), but there's nothing particularly official about any of them. They're all interim solutions, and none of them are big enough to be able to make a difference on their own.

      There are a couple differences with DUNDi. First, it's *designed* to be decentralized, without a single point of control (or toll collection). There's an open-source implementation right out of the gate. It at least pays lip service to spam and telemarketing issues. As long as you sign the agreement, it *should* be possible for anyone to participate. And, it already has several mid-sized providers involved.

      In short, right out of the gate, DUNDi is already ahead of ENUM, because it's already usable, while ENUM still doesn't have any way to publish numbers in the "official" e164.arpa tree. DUNDi doesn't have room for Verisign-style toll collection, while the official ENUM tree almost requires it.

      We'll see how it goes. If Vonage joins up, then DUNDi has probably won and ENUM will end up being irrelevant, because the network effect will strongly favor DUNDi.

  16. That's how SIP to SIP calls are done... by Svartalf · · Score: 2, Informative

    You place a call request to one presence server that has a given URI for the person you're wanting to call, including their ID on the server. From there your SIP endpoint software does the rest, including calling landline endpoints.

    An example would be:

    sip:foo@mysipserver.net

    Another would be:

    sip:18005551212@mysipserver.net

    In the first case, you're calling directly to another SIP endpoint. In the second, you could be calling a SIP endpoint or a PSTN terminated endpoint- the URI wouldn't matter.

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  17. Re:Skype by DarthBart · · Score: 3, Insightful

    No. Skype is still as proprietary and closed source as ever.

  18. Re:Well this doesn't seem very good by ZX81 · · Score: 4, Informative

    This new protocol is not for peer to peer voice communication. It's a method like a phone book. So you ask your peers if they know how to contact person X, your peers contact their peers and so on until they find the address of a person (for example the IAX/SIP/OpenH.323 address). Then the address is passed back though the peers to the original person doing the lookup, and is cached along the way.

    You then make your telephone call using VOIP. The IAX (Inter Asterisk Exchange) protocol is amazing at getting though NAT'd connections etc. It can even trunk lots of calls together into one packet.

    So in a nutshell, this is like a p2p enum.

    --
    -={ Security does not exist - give up }=-
  19. Another link by ZX81 · · Score: 2, Informative

    Here's another URL to a story on DUNDi:

    http://voxilla.com/voxstory107-nested-order0-thr es hold0.html

    Excerpt:

    Asterisk Guru May Have Solved Interconnection Dilemna

    What has been a longtime complaint of many VoIP users - the limited ability of users on separate IP networks to call each other over a direct IP-to-IP connection - may well be addressed through a new number discovery protocol developed by Mark Spencer, the lead architect behind the highly regarded open source PBX system, Asterisk.

    --
    -={ Security does not exist - give up }=-
  20. Skype is now Obsolete by Bob_Robertson · · Score: 4, Interesting

    And they did it to themselves.

    1: Skype uses proprietary protocols that are incompatible with any other service.

    2: Skype refuses to publish their interface profiles, so no one else can make software that is compatible.

    3: Skype has stated in no uncertain terms, over and over on their web page and FAQ, that they will never publish their API, never open their source. Period.

    Yet Skype doesn't sell their software. They maintain the full burden of development and testing, and try to pay for it by selling the service of POTS calls made through their software.

    Oh well, once the idea is in the wild, someone will "open source" it. Maybe someone will adapt the Speak Freely user interface to a P2P transport layer, maybe utilizing the Gnutella network itself? Hey, this is sounding like a good idea....

    Bob-

    --
    The Ludwig von Mises Institute. The reasoning individuals economics
  21. Digum? by freeze128 · · Score: 2, Funny

    Did he say Digum? I vaguely remember some sort of sugar smacks frog saying that....

  22. Dynamic IP Addressing by Junior+Samples · · Score: 2, Interesting

    Most cable systems use dynamic IP addressing. Will DUNDI accommodate this?

    I presently access Free World Dialup through a conventional phone connected to the internet through a Sipura box that uses SIP protocol. The box connects to the FWD server to establish the peer to peer connection.

    The FWD server method works very well, but it's not that reliable. When the server is down, you can't dial out. An easy method of direct dialing without a dedicated server is needed.

    The Sipura box is also capable of direct IP to IP dialing, but it's very cumbersome to dial this way. So far, we haven't been successful with direct IP dialing. A better solution is needed. DUNDI may be the answer, but the white paper failed to mention if and how DUNDI would work in a dynamic address environment.

  23. Skype and Standards and Alternatives by billstewart · · Score: 3, Insightful
    Skype prefers to do things that are "better" than the current standards, and does them in a proprietary way to protect their potential profits, and doesn't document their protocols because they're not interested in having random people develop software that interconnects with them. (Make whatever judgements you'd like about that... :-) However, unlike many vendors who take that approach, they've at least done a decent job of it.
    • They're using audio codecs from Global Ip Sound, who make codecs that are more tolerant of high packet loss than most of the low-bit-rate public-standard codecs, and also better-than-telco-quality higher-bandwidth codecs. It looks like Global IP is working on getting some of their codecs into the standards track.
    • They view NAT traversal as a critical design element, because NAT's become extremely widespread (in spite of being evil breakage of the end-to-end paradigm), so they've done more than the SIP standards do to simplify that. (SIP came from Internet people, so it was far, far better than the H.323 stuff that came from the ISDN crowd, and it's easy to set up firewalls for SIP transparency, but NAT traversal takes extra work.)
    • They view security as a critical requirement, so they've got modern crypto algorithms like AES in there, and from a performance standpoint it's a really big win to encrypt the data packets rather than using IPSEC tunnels, because VOIP data is inherently small compared to the headers. Unfortunately, because of their attitudes about proprietariness and no public documentation, it's not possible for the crypto community to examine their protocols or code, and most crypto mistakes these days are made in protocol implementations, not in the fundamental algorithms, so even though they use AES and Diffie-Hellmann and long enough keys, that doesn't mean they're not totally hosed.
    • P2P is fun, and can scale well by taking load off the central server, and the Skype folks don't want to run a huge central server. This has some conveniences for their design (supernodes for NAT traversal assistance, etc.), and creates some interesting security tradeoffs (no central point of attack, but widely distributed local attack points) which are unfortunately covered up by the lack of protocol documentation.
    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  24. Maybe not by Wesley+Felter · · Score: 2, Informative

    DUNDi and Skype are both P2P, but otherwise they are quite different. Skype uses supernodes to get through NATs; I don't think DUNDi even tries. Skype is designed to connect a huge number of PCs/phones; DUNDi looks like it's more of a server-to-server protocol (can it scale to millions of peers?). Skype users are mostly anonymous; DUNDi requires peers to negotiate contractual relationships.

    And I can't resist picking on this...

    Maybe someone will adapt the Speak Freely user interface to a P2P transport layer, maybe utilizing the Gnutella network itself?

    Yeah, let's combine an obsolete, non-standards-compliant VoIP app with the least efficient P2P system available.

  25. Re:How affordable? by salemnic · · Score: 2, Informative

    You can use any decent recycled PC for the * server. I'm running a Duron 850 with 256MB RAM, but I understand even slower will work.

    There are actually a couple of ways of doing it. You can use something like Voicepulse Connect and for $8 per month for an incoming number (48 states) and/or about $.03 a minute get calling anywhere in the USA or Canada. Even outbound local numbers cost this way, though.

    The other option is to buy a digium fxs/fxo card and plug into the regular PSTN. The card can run as little as $150, I believe. Check out Digium for more info there.

    A good way to get cheap long distance (at less than $.03 a minute) is to go with * and use the PSTN and Voicepulse connect (it is only a setting or two to make * do the differentiation). You route the local calls through the PSTN, and the long distance ones through Voicepulse connect. It depends, of course, on how much calling you do.

    One caveat - VOIP and 911 emergency do not go well together.

    Cheers,

    s.