Actions

Toolpack:Create New Routing Script D: Difference between revisions

mNo edit summary
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9, v2.10, v3.0, v3.1''''' ===
{{DISPLAYTITLE:Create New Routing Script}}
{{DISPLAYTITLE:Create New Routing Script}}
{| class="wikitable"
|-
|rowspan="3"|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
1- Click '''Routing Script''' in the navigation panel
Line 8: Line 19:


2- Configure the new Routing Script:
2- Configure the new Routing Script:
* Enter a '''name''' for the routing script
* Enter a name for the routing script
* Make sure the box labeled '''Create default script files''' is '''checked'''
* Make sure the box labeled '''Create default script files''' is '''checked'''
* Click '''Create'''
* Click '''Create'''
Line 33: Line 44:




<div class="mw-collapsible mw-collapsed" data-collapsetext="Northbound Interface" data-expandtext="Northbound Interface" style="width: 400px;">
<div class="mw-collapsible mw-collapsed" data-collapsetext="Northbound Interface" data-expandtext="Northbound Interface" style="width: 700px;">


'''Path'''
'''Path'''

Latest revision as of 12:57, 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- 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


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


4- Disable simple routing:

  • Select Simple Routing.



5- Uncheck Load on startup

  • Click Save


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]",
}