Difference between revisions of "What is DUNDi"

From TD-er's Wiki
Jump to navigationJump to search
Line 1: Line 1:
Ik ben hier nu even mee bezig, dus informatie is niet echt helder :P
 
  
[http://www.dundi.info/ DUNDi] (Distributed Universal Number Discovery) is a peer-to-peer system for locating Internet gateways to telephony services. In order to do so, it publishes routes and this routes can be accessed with the use of protocols sucs as H323, IAX(2) or SIP.
+
== What is DUNDi? ==
  
From [http://www.sineapps.com/news.php?rssid=240 Another DUNDi site]:
+
DUNDi is a p2p system, used to to translate phone numbers to VoIP-addresses.
  
DUNDi is essentially a trusted, peer-to-peer system for being able to call any phone number from the Internet. DUNDi works by creating a network of nodes called the "DUNDi E.164 Trust Group" which are bound by a common peering agreement known as the General Peering Agreement or GPA. The GPA legally binds the members of the Trust Group to provide good-faith accurate information to the other nodes on the network, and provides standards by which the community can insure the integrity of the information on the nodes themselves. Unlike ENUM or similar systems, DUNDi is explicitly designed to preclude any necessity for a single centralized system which could be a source of fees, regulation, etc.
+
It works very much like the DNS system, or a phone book. Only difference with the DNS system is that you are only advertising your own numbers. The difference with the phonebook is that you don't have all pages, but those are spread among the peers in the network.
  
Much less dramatically, DUNDi can also be used within a private enterprise to share a dialplan efficiently between multiple nodes, without incuring a risk of a single point of failure. In this way, administrators can locally add extensions which become immediately available to the other nodes in the system.
+
It can be used in private or public networks. For use in public networks, you will have to agree to the [[GPA|General Peering Agreement]].
  
In the DUNDi model, there is no central repository. Instead, node participate in a trust system in which each node has a trust relationship with at least one other node in the system. When the client requests a number or extension it does not know how to terminate, it queries the nodes directly connected to it. Those nodes in turn will query nodes which are directly connected to them and so on (care is taken in the protocol to minimize the actual number of transactions and nodes that are queried, while maintaining the same effective answer as querying the entire system). The resulting answers are collated, cached appropriately at each involved node, and passed along to the original requesting party.
+
 
 +
== How does it work? ==
 +
''Ask a friend, and they ask their friends until someone knows the answer.''
 +
 
 +
Even if you didn’t request it, remember it for a period of time (cache), in order to put less strain on the network.
 +
 
 +
This answer to a DUNDi lookup will tell you about how to reach the phone (extension) you want. Most often these directions will not lead you directly to the phone on the other end, but it will lead you to a point where they will connect you.
 +
 
 +
=== DUNDi call flow ===
 +
For a DUNDi-lookup, followed by a call, several config-files will play a role.
 +
[[image:DUNDi_call-flow.emf|right]]
 +
#Initial DUNDi request from end point and authentication
 +
#Internal lookup in dialplan to determine if we should reply
 +
#If found, pass information back to DUNDi module
 +
#Reply is sent back to requesting node
 +
#Incoming call setup and authentication
 +
#Call is controlled via dialplan logic
 +
 
 +
 
 +
 
 +
 
 +
== Basic configuration ==
 +
 
 +
== DUNDi as a routing protocol ==

Revision as of 01:26, 17 February 2007

What is DUNDi?

DUNDi is a p2p system, used to to translate phone numbers to VoIP-addresses.

It works very much like the DNS system, or a phone book. Only difference with the DNS system is that you are only advertising your own numbers. The difference with the phonebook is that you don't have all pages, but those are spread among the peers in the network.

It can be used in private or public networks. For use in public networks, you will have to agree to the General Peering Agreement.


How does it work?

Ask a friend, and they ask their friends until someone knows the answer.

Even if you didn’t request it, remember it for a period of time (cache), in order to put less strain on the network.

This answer to a DUNDi lookup will tell you about how to reach the phone (extension) you want. Most often these directions will not lead you directly to the phone on the other end, but it will lead you to a point where they will connect you.

DUNDi call flow

For a DUNDi-lookup, followed by a call, several config-files will play a role.

  1. Initial DUNDi request from end point and authentication
  2. Internal lookup in dialplan to determine if we should reply
  3. If found, pass information back to DUNDi module
  4. Reply is sent back to requesting node
  5. Incoming call setup and authentication
  6. Call is controlled via dialplan logic



Basic configuration

DUNDi as a routing protocol