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

Add Customized Filter Script To Main Script

Applies to: Tmedia 3.0, 3.2, 3.3; SBC 3.1, 3.3

1- Click Routing Script in the navigation panel

CreateRoutingScript 0

2- Select the desired script

ImportRoutingScript 0

3- Edit the main script

Add this to the main script, make sure to put the lines in their proper position


require 'control_route_retry' unless defined?(ROUTERETRY)

include ROUTERETRY

after_filter :method => :control_route_retry


Add Control Route Retry Filter

Last updated

Was this helpful?