For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

RoutingScript 0 A

2- Edit your main script

RoutingScript 2 A

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

How to Setup Filters

Last updated

Was this helpful?