Label Routing

From TBwiki
Revision as of 09:33, 18 March 2010 by Sylvain Fontaine (Talk | contribs)
Jump to: navigation, search

Routeset routing is an algorithm that combines Digit Analyzer and the concept of RouteSet. It is implemented as a RoutingScript in Toolpack Gateway.  This algorithm allows complex routing rules, as normally available with RoutingScript, but on a very large number of destination numbers.

Functionality

The concept is very simple.  

  1. A list of numbers for a specific destination is given a RouteSet name.  This list can be very large.
    ie: 514201,514202,514203, ... -> "Montreal, Qc"
  2. The list of routes for the destination is given the same RouteSet name.  This list usually limits to the number of NAP in the system.
    ie: Bell, Rogers, Videotron -> "Montreal, Qc"


No matter how many destination number leading to a specific destination, only a limited list of routes gets selected.  Then complex routing rules can takes places, efficiently.

Personal tools