Toolpack Adding Label Routing to a Routing Script
Applies to: Tmedia 3.0, 3.2, 3.3; SBC 3.1, 3.3
To implement label routing on any routing script, do the following:
1- Click Routing script in the navigation panel.

2- Edit your main script

3- Add the following three lines to the script:
At the top of the page require 'routesets_digit_analyzer' Following your main class definition include RoutesetsDigitAnalyzer Add before filter in your main class before_filter :method => :routesets_digit_analyzer, :trie_order => :called
4- Click 'Save'
Example
Related Action
PreviousSteps to configure label routing for Group of DIDs to multiple outbound NAPs
NextHardware and lines
Last updated
Was this helpful?

