Toolpack:Create New Routing Script D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
m
 
Line 1: Line 1:
=== '''''Applies to version(s): 2.9, 2.10, 3.0, 3.1, 3.2''''' ===
 
 
{{DISPLAYTITLE:Create New Routing Script}}
 
{{DISPLAYTITLE:Create New Routing Script}}
 +
{| class="wikitable"
 +
|-
 +
|rowspan="3"|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
 
1- Click '''Routing Script''' in the navigation panel

Latest revision as of 15:06, 10 December 2020

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

CreateRoutingScript 0.png


2- Configure the new Routing Script:

  • Enter a name for the routing script
  • Make sure the box labeled Create default script files is checked
  • Click Create

CreateRoutingScript 1.png


3- Verify that the Script was successfully updated message appears.

CreateRoutingScript 2.png


4- Disable simple routing:

  • Select Simple Routing.


CreateRoutingScript 3.png


5- Uncheck Load on startup

  • Click Save

CreateRoutingScript 4.png


Path

/configurations/@[configuration_name]/routing_scripts/@[routing_script]

Parameters (text)

/configurations/@[configuration_name]/routing_scripts/@[routing_script]
name = "@[routing_script]"

Parameters (json)

{
  "name" : "@[routing_script]",
}
Personal tools