Add Enabled Route Retry Columns in Route: Difference between revisions
Nicole Tan (talk | contribs) No edit summary |
m (format) |
||
| Line 25: | Line 25: | ||
* Enter a '''name''' for the column | * Enter a '''name''' for the column | ||
* Name: enabled_route_retry | ** Name: enabled_route_retry | ||
* Type Attributes: YES|NO | * Type Attributes: YES|NO | ||
* Default: YES | ** Default: YES | ||
[[Image:Enabled_Route_Retry.jpg]] | [[Image:Enabled_Route_Retry.jpg]] | ||
Revision as of 12:50, 13 February 2023
| This article applies to: | Product | Version |
| Tmedia | 2.9, 2.10, 3.0, 3.2 | |
| SBC | 3.0, 3.1 |
1- Click Routes in the navigation panel.
2- Click Create New Route Column on the static routes page.
3- Create a New Route Column: enabled_route_retry.
- Enter a name for the column
- Name: enabled_route_retry
- Type Attributes: YES|NO
- Default: YES
Path
/configurations/@[configuration_name]/route_columns/@[route_column]
Parameters (text)
/configurations/@[configuration_name]/route_columns/@[route_column] default_value = "" name = "@[route_column]" type_attributes = "text"
Parameters (json)
{
"default_value" : "",
"name" : "@[route_column]",
"type_attributes" : "text"
}



