Adding Label Routing to a Routing Script
Applies to: Tmedia 2.5, 2.6
To implement label routing for any routing script, do the following:
1- Click Routing script in the navigation panel.

2- Edit your main script

3- Add the following 3 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
Last updated
Was this helpful?

