Actions

Add Enabled Route Retry Columns in Route: Difference between revisions

(Created page with "{{DISPLAYTITLE:Add Customer Column in Routes}} {| class="wikitable" |- |rowspan="3"|This article applies to: |'''Product''' |'''Version''' |- |Tmedia |2.9, 2.10, 3.0, 3.2 |- |...")
 
No edit summary
Line 29: Line 29:
* Default: YES
* Default: YES


[[Image:Add_enabled_route_retry_0.png]]
[[Image:Enabled_Route_Retry.jpg]]


[[Image:Add_enabled_route_retry_1.png]]
[[Image:Enabled_Route_Retry_Added.jpg]]





Revision as of 18:10, 30 January 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"
}