Add Control Route Retry To Main Script: Difference between revisions
m (typo) |
No edit summary |
||
| Line 7: | Line 7: | ||
|- | |- | ||
|Tmedia | |Tmedia | ||
| | |3.0, 3.2, 3.3 | ||
|- | |- | ||
|SBC | |SBC | ||
|3. | |3.1, 3.3 | ||
|} | |} | ||
Latest revision as of 12:59, 22 June 2024
| This article applies to: | Product | Version |
| Tmedia | 3.0, 3.2, 3.3 | |
| SBC | 3.1, 3.3 |
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


