Skip to content

TRIP-Resurgence/tripd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tripd

Modern TRIP (RFC 3219) LS routing daemon implementation in C99

DISCLAIMER: All code here is super untested

CMake project. Only development builds supported currently.

mkdir build && cd build
cmake ..
make
./tripd <config file>

Resources

TRIP vs ENUM

From Practical VoIP Using VOCAL

Many people seem to be confused about the differences between ENUM and TRIP.
Let’s try to clarify these differences.

ENUM is an address resolution protocol that lets you translate a phone number into
a URI. TRIP is a routing protocol that lets you obtain routing information for a par-
ticular
telephone number prefix. With TRIP, you discover where the next hop
should be in your routing of telephone numbers. With ENUM, you discover a map-
ping between a phone number and an IP entity.

ENUM answers the question, “Is there a URI (for example, an IP phone) associated
with the number that the user is dialing?” The answer to this question helps avoid
routing a call from an IP phone over the PSTN to another IP phone. If the system
knows that the far end has a URI, it can do a DNS lookup for that URI and contact it
directly over IP.

If the number doesn’t have an associated URI, TRIP allows you to find the best rate
to get to that phone number. You use ENUM first to find out if there is a URI; if
there is no match, then you use TRIP, which is a mechanism used to communicate
that a specific gateway handles a specific PSTN prefix or a specific range of PSTN
numbers.

Neither protocol has any use if you’re dialing user_name@vovida.org. These proto-
cols have to do with phone numbers, not URI dialing.

About

TRIP (RFC 3219) routing daemon (LS) implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •