RouteLabel
From TBwiki
(Difference between revisions)
| Line 1: | Line 1: | ||
| − | A RouteSet is a group of possible routes for a given destination. Routes are associated to a RouteSet by referring to its name. Each route in the RouteSet refers to a different [[NAP]] that can be used to reach the destination. | + | A RouteSet is a group of possible routes for a given destination. Routes are associated to a RouteSet by referring to its name. Each route in the RouteSet refers to a different [[NAP]] that can be used to reach the destination.<br> |
| − | + | ||
| − | <br> | + | |
Example: | Example: | ||
| Line 8: | Line 6: | ||
|- | |- | ||
! scope="col" | Nap | ! scope="col" | Nap | ||
| − | |||
! scope="col" | RouteSet | ! scope="col" | RouteSet | ||
|- | |- | ||
| − | | Bell | + | | Bell |
| − | + | ||
| Montreal, Qc | | Montreal, Qc | ||
|- | |- | ||
| Videotron | | Videotron | ||
| − | |||
| Montreal, Qc | | Montreal, Qc | ||
|- | |- | ||
| Rogers | | Rogers | ||
| − | |||
| Montreal, Qc | | Montreal, Qc | ||
|} | |} | ||
| − | <br> | + | <br> |
| − | | + | In this example, we have three routes on the RouteSet named "Montreal, Qc". In order words, we have three routes for Montreal, Qc. |
| − | + | Now, the association between a called number and a destination is done by the [[RoutesetsDigitAnalyzer]]. | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Revision as of 16:29, 17 March 2010
A RouteSet is a group of possible routes for a given destination. Routes are associated to a RouteSet by referring to its name. Each route in the RouteSet refers to a different NAP that can be used to reach the destination.
Example:
| Nap | RouteSet |
|---|---|
| Bell | Montreal, Qc |
| Videotron | Montreal, Qc |
| Rogers | Montreal, Qc |
In this example, we have three routes on the RouteSet named "Montreal, Qc". In order words, we have three routes for Montreal, Qc.
Now, the association between a called number and a destination is done by the RoutesetsDigitAnalyzer.