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

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.

CreateRoutingScript 0

2- Edit your main script

AddLabelRouting 0

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

How to Setup Filters

Last updated

Was this helpful?