Add Control Route Retry To Main Script: Difference between revisions
Nicole Tan (talk | contribs) (Created page with "{{DISPLAYTITLE:Add Customized Filter Script To Main Script}} {| class="wikitable" |- |rowspan="3"|This article applies to: |'''Product''' |'''Version''' |- |Tmedia |2.9, 2.10,...") |
m (typo) |
||
| Line 24: | Line 24: | ||
3- Edit the main script | 3- Edit the main script | ||
Add this to the main script, make sure | Add this to the main script, make sure to put the lines in their proper position | ||
-------------------------------------------------------------------- | -------------------------------------------------------------------- | ||
Revision as of 12:23, 6 February 2023
| This article applies to: | Product | Version |
| Tmedia | 2.9, 2.10, 3.0, 3.2 | |
| SBC | 3.0, 3.1 |
1- Click Routing Script in the navigation panel
2- Select the desired script
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


