Tmedia Routing
TelcoBridges has developed a simple and flexible call routing engine.
It is possible to represent the features of the call routing engine in 4 different sections:
- Base Routing
- Standard Routing Scripts
- Scriptable Routing
- Routing Tables
Contents |
Base Routing
The base routing is configured by default in the VoIP Gateway.
It uses the parameters from the incoming call to find a route and make the routing decision.
Incoming call parameters used by base routing:
- NAP
- Called Number
- Calling Number
NOTE:The route can filter the called and/or calling numbers using a specific number or use a regular expression.
Once there is a route match (subject to NAP availability), the TMG-CONTROL can remap those call parameters to create the outgoing call.
Here are the parameters that can be change for an outgoing calls:
The called and calling number can be remapped by using a regular expression.
Standard Routing Scripts
TMG-CONTROL has a ready-to-use routing script that can address some of the most common routing needs.
NAP Priority Routing
- Choose the route according to NAP priority.
- Each NAP has its own priority setting
- NAP custom column: prio (the lower the value, the higher the priority)
- If more than 1 route matches, the route with the highest NAP priority will be selected first
Route Priority Routing
- Choose the route according to route priority.
- Each route has its own priority setting
- Route custom column: prio (the lower the value, the higher the priority)
- If more than 1 route matches, the route with the highest route priority will be selected first
Percentage Routing
- Load share traffic between multiple NAPs
- Each NAP has its own weight setting
- NAP custom column: percent_target (the higher the weight, the higher the traffic proportion)
- If more than 1 route matches, the outgoing will be generated according to weight and ASR
Scriptable Routing
For customers who requires more complex scenarios, it is possible to use the scriptable routing engine.
Features of the scriptable routing engine
- Scripts are written in Ruby
- Can use the Web Portal for editing the scripts
- Does complex routing and routing translation on a large amount of parameters:
- Calling Number, Called Number, NOA, NPI, Presentation, Screening, Redirecting Number, Original Called Number, etc.
- Can modify the ready-to-use routing script to add functionality
- Can import and export routing scripts
- TMG-CONTROL upgrade doesn't will not modify scripts